|
пре 3 недеља | |
---|---|---|
.. | ||
node_modules | пре 3 недеља | |
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
package.json | пре 3 недеља |
Strip comments and string literals from JavaScript code. Powered by js-tokens
.
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.
MIT License © 2022 Anthony Fu