采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
老师,flow抛出错误, 执行到第三步flow总抛错 flow/component.js:7:10 cid: number ,操作和课堂相同 1.npm install -g flow-bin 2.flow init 3.flow 换或npm run flow错误更多了
/* @flow */这个也有
因为flow错误,vue底层源码涉及到 Flow语法全部错误 显示没有.ts文件
flow 和 .ts 文件没什么关系吧,要不你先跳过 flow 往后学吧,flow 并不是课程的重点,他只是一个类似 TypeScript 的类型语言。
flow/component.js文件
import type { Config } from '../src/core/config'// 此处显示红色波浪线错误
import type VNode from '../src/core/vdom/vnode'/// 此处显示红色波浪线错误
import type Watcher from '../src/core/observer/watcher'//此处显示红色波浪线错误
declare interface Component {//此处显示红色波浪线错误
// constructor information
static cid: number;
static options: Object;
// extend
static extend: (options: Object)
Error ---------------------------------------------------------------------------------
---------- flow/component.js:7:10
Unexpected identifier, expected the token `:`
7| static cid: number;
^^^
Found 1 error
[info] argv=E:\nodejs\node_modules\flow-bin\flow-win64-v0.138.0\flow.exe start --flowconfig-name .flowconfig --temp-dir C:\Users\Lenovo\AppData\Local\Temp\flow D:\vue_workspace\myvuesource
报错的具体信息是什么?
执行npm run flow 错误更多
登录后可查看更多问答,登录/注册
全方位讲解 Vue.js 源码,进阶高级工程师
3.1k 4
1.6k 20
1.3k 14
1.3k 12
2.2k 12