google / google/closure-compiler
Expose the stripNamePrefixes compiler option as a command line argument
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
For example, to be able to remove debug statements from the output:
```
java -jar compiler.jar ... --strip_prefix console
```
Contributor guide
Assessment
This issue has not been assessed yet.