@contrast/rewriter
v1.19.0
Published
A transpilation tool mainly used for instrumentation
Downloads
72,079
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()
.