assemblyscript
assemblyscript copied to clipboard
BREAKING CHANGE: Refactor enum identifiers to TitleCase and apply some changes in AST nodes
Changes:
- Canonicalize all enum identifiers from mixed (
UPPER,UPPER_SNAKEandTitleCase) case toTitleCaseonly - Rename
statementtobodyin all loop-related AST nodes inast.ts - Rename
statementstobodyStatementsfor TryStatement node inast.ts - Add
Node > .isEmptyinast.ts - Add
SwitchCase > .isDefaultinast.ts
- [x] I've read the contributing guidelines
- [x] I've added my name and email to the NOTICE file