ast-replace-this
v2.0.0
Published
change the this of code
Readme
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.
