mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
837 B
837 B
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