cspotcode / cspotcode/angl-compiler
Generated code shouldn't use reserved words as property identifiers
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
For example, since `case` is a JavaScript reserved word, the compiler can't output `foo.case`. It should instead output `foo['case']`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.