MES User 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes преди 5 месеца
..
dist 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes преди 5 месеца
LICENSE 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes преди 5 месеца
README.md 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes преди 5 месеца
package.json 834f038b25 Release v1.0.0 - Stable MES System with complete features and bug fixes преди 5 месеца

README.md

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