babylon-undeclared-identifiers

1.0.1 • Public • Published

babylon-undeclared-identifiers

given a javascript source code, returns undeclared identifiers

Previously I used esprima where it was quite complicated task. Thankfully, babylon offers path.scope.globals where we get all undefined identifiers right out of the box which makes this package trivial.

Readme

Keywords

Package Sidebar

Install

npm i babylon-undeclared-identifiers

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.97 kB

Total Files

11

Last publish

Collaborators

  • capaj