pull/3785/head
Tan Li Hau 5 years ago
parent cdfddba265
commit bad7443eb3

@ -1,9 +1,8 @@
import { Node } from 'estree';
import { analyze, Scope, extract_names, extract_identifiers } from 'periscopic';
// TODO replace this with periscopic?
export function create_scopes(expression: Node) {
return analyze(expression);
}
export { Scope, extract_names, extract_identifiers }
export { Scope, extract_names, extract_identifiers };

Loading…
Cancel
Save