A transpilation tool mainly used for instrumentation
npm install @contrast/rewriter@contrast/rewriterRewrite 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().