You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: format code for better readability and maintain consistency
**Uses currently defined prettier formatting rules**
- Refactored type definitions in `AST.type.ts` to match consistent formatting.
- Reformatted object literals in `Lexer.ts` to use multiline style for better readability.
- Improved the alignment of return statements and object literals in `Parser.ts`.
- Removed unnecessary debug statement in `Parser.ts`.
- Fixed missing semicolon in `Runtime.ts` constructor to maintain coding standards.
<!-- ps-id: c3a0c2ac-6608-4106-88b3-67683c547c06 -->
0 commit comments