ast-replace-this

2.0.0 • Public • Published

ast-replace-this

Replaces the this variable with the given expression. Consumes/produces Mozilla ASTs.

API

replaceThis(Node, replacement, recurse = false) -> Node

Returns a new AST with all ThisExpressions replaced with the given expression. If recurse is truthy, it will recurse to cover every scope in the AST.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ast-replace-this

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators