escomplex-ast-moz
Version:
Mozilla-format AST walker for escomplex.
24 lines (17 loc) • 956 B
Markdown
# escomplex-ast-moz
[![Build status][ci-image]][ci-status]
[![Dependencies][dep-image]][dep-status]
[![Dev Dependencies][devdep-image]][devdep-status]
[Mozilla-format AST][parserapi] walker
for [escomplex][escomplex].
## License
[MIT][license]
[ci-image]: https://secure.travis-ci.org/jared-stilwell/escomplex-ast-moz.png?branch=master
[ci-status]: http://travis-ci.org/#!/jared-stilwell/escomplex-ast-moz
[dep-image]: https://david-dm.org/jared-stilwell/escomplex-ast-moz.svg
[dep-status]: https://david-dm.org/jared-stilwell/escomplex-ast-moz
[devdep-image]:https://david-dm.org/jared-stilwell/escomplex-ast-moz/dev-status.svg
[devdep-status]: https://david-dm.org/jared-stilwell/escomplex-ast-moz#info=devDependencies&view=table
[parserapi]: https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API
[escomplex]: https://github.com/jared-stilwell/escomplex
[license]: https://github.com/jared-stilwell/escomplex-ast-moz/blob/master/COPYING