/ c4f / front / node_modules / strip-literal /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/8 months ago -  
[DIR]node_modules/8 months ago -  
[   ]LICENSE8 months ago1.1K 
[TXT]README.md8 months ago837  
[   ]package.json8 months ago1.5K 
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80