strip-literal

v2.1.0
Strip comments and string literals from JavaScript code

strip-literal

NPM version

Strip comments and string literals from JavaScript code. Powered by js-tokens.

Usage

import { stripLiteral } from 'strip-literal'

stripLiteral('const foo = `//foo ${bar}`') // 'const foo = `       ${bar}`'

Comments, string literals will be replaced by spaces with the same length to keep the source map untouched.

Sponsors

License

MIT License © 2022 Anthony Fu

npm i strip-literal

Metadata

  • MIT
  • Whatever
  • Anthony Fu
  • released 3/29/2024

Downloads

Maintainers