Generated code shouldn't use reserved words as property identifiers
Open
0 - Backlog
bug
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
_Copied from cspotcode/angl-compiler#5_
For example, since case is a JavaScript reserved word, the compiler can't output foo.case. It should instead output foo['case']
Actually, seems to work in Chrome's dev tools console. Needs more testing and research...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.