巴别流量表 在给定范围内收集绑定 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