assemblyscript icon indicating copy to clipboard operation
assemblyscript copied to clipboard

BREAKING CHANGE: Refactor enum identifiers to TitleCase and apply some changes in AST nodes

Open MaxGraey opened this issue 3 years ago • 0 comments

Changes:

  • Canonicalize all enum identifiers from mixed (UPPER, UPPER_SNAKE and TitleCase) case to TitleCase only
  • Rename statement to body in all loop-related AST nodes in ast.ts
  • Rename statements to bodyStatements for TryStatement node in ast.ts
  • Add Node > .isEmpty in ast.ts
  • Add SwitchCase > .isDefault in ast.ts
  • [x] I've read the contributing guidelines
  • [x] I've added my name and email to the NOTICE file

MaxGraey avatar Sep 04 '22 05:09 MaxGraey