Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/externs
Storage for small externs files
https://github.com/garyjones/externs
Last synced: about 1 month ago
JSON representation
Storage for small externs files
- Host: GitHub
- URL: https://github.com/garyjones/externs
- Owner: GaryJones
- Created: 2013-02-02T15:11:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T15:34:47.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T07:24:26.675Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Externs
The externs listed here are for projects which use Closure Compiler to minify. I've written them, and I can't guarantee they are perfect, but they do stop the compiler from renaming critical symbols.
## Background Reading
* [https://developers.google.com/closure/compiler/docs/api-tutorial3](Advanced Compilation and Externs)
* [http://code.google.com/p/closure-compiler/wiki/FAQ#How_do_I_write_an_externs_file?](How do I write an externs file?)