You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QMZ
d3d1f40723
|
2 weeks ago | |
---|---|---|
.. | ||
dist | 2 weeks ago | |
node_modules/js-tokens | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
package.json | 2 weeks ago |
README.md
strip-literal
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