ast-transform icon indicating copy to clipboard operation
ast-transform copied to clipboard

Convenience wrapper for performing AST transformations with browserify transform streams

Results 1 ast-transform issues
Sort by recently updated
recently updated
newest added

Changelog: * Replace esprima/escodegen with [recast](https://github.com/benjamn/recast), since escodegen does not support JSX https://github.com/estools/escodegen/issues/333 * Update to `through2` * Add tests & gentle lint Related: * https://github.com/devongovett/browserify-optional/issues/4 * https://github.com/devongovett/browserify-optional/issues/3 @hughsk