UNPKG

with

Version:

Compile time `with` for strict mode JavaScript

6 lines (5 loc) 158 B
import * as t from '@babel/types'; export default function findGlobals(ast: t.Node): { name: string; nodes: (t.Identifier | t.ThisExpression)[]; }[];