node-preserve

Protect tokens from being mutated when the string is transformed
  https://github.com/jonschlinkert/preserve
  0
  no reviews



Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string. Useful for protecting tokens, like templates in HTML, from being mutated when the string is transformed in some way, like from a formatter/beautifier.

Node.js is an event-based server-side JavaScript engine.