npm.io
4.0.0 • Published 1 week ago

strip-literal

Licence
MIT
Version
4.0.0
Deps
1
Size
6 kB
Vulns
0
Weekly
0
Stars
89

strip-literal

NPM version

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

Usage

Since v4.0.0, this package is ESM-only. Use v3.x if you need CommonJS.

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

Sponsors

License

MIT License 2022 Anthony Fu