@contrast/rewriter
v1.17.1
Published
A transpilation tool mainly used for instrumentation
Downloads
93,665
Maintainers
Keywords
Readme
@contrast/rewriter
Rewrite javascript code with custom rewrite transforms.
For example, Assess will register transforms for +
-> ContrastMethods.add()
so that it can perform propagation via instrumentation of ContrastMethods.add()
.