|
преди 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