Generate externs for google closure compiler
Open
- Dominant language
- TypeScript
- Stars
- 159
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Google closure compiler mangles all the property names unless you either use bracket syntax to access property (`foo['bar']` instead of `foo.bar`) or specify extern file with external declarations (works similar to ambient declarations in typescript).
Would be extremely nice to be able to generate extern definitions for closure compiler!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.