babel flow scope:[不建议使用]为流量和TypeScript支持使用babel utilsbabel type scopes 源码

random14613 12 0 ZIP 2021-02-01 22:02:23

巴别流量表 在给定范围内收集绑定 import type foo from "mod" ; type baz < bar> = { } ; import { getFlowBindingsInScope } from 'babel-flow-scope' ; getFlowBindingsInScope ( path ) ; // { // foo: { // kind: 'import', // path: (Identifier) // }, // bar: { // kind: 'param', // path: (TypeParameter

用户评论
请输入评论内容
评分:
暂无评论