Skip to content

Class generics pass down to constructor#200

Merged
kaleidawave merged 4 commits intomainfrom
class-generic-constructor
Aug 29, 2024
Merged

Class generics pass down to constructor#200
kaleidawave merged 4 commits intomainfrom
class-generic-constructor

Conversation

@kaleidawave
Copy link
Owner

@kaleidawave kaleidawave commented Aug 29, 2024

Fix for #199

  • Also adds type check support for it
  • Emoji fix in CLI
  • Allow export enum
  • Temporary basic enum implementation
  • Small class fixes
  • Fix reporting hoisted function as unreachable

Some of the basic ones taken from #187

- Also adds type check support for it
- Emoji fix in CLI
@kaleidawave kaleidawave added bug Something isn't working parser Related to Ezno's syntax parser, AST definitions and output checking Issues around checking tsc-behaviour Trying to match TSC behaviour labels Aug 29, 2024
- Add Exportable::Enum
- Add temp enum implementation
- Add fix to reporting
- Class hoisting fix
@kaleidawave kaleidawave merged commit 5369041 into main Aug 29, 2024
@kaleidawave kaleidawave deleted the class-generic-constructor branch August 29, 2024 14:14
@kaleidawave kaleidawave linked an issue Aug 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working checking Issues around checking parser Related to Ezno's syntax parser, AST definitions and output tsc-behaviour Trying to match TSC behaviour

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Constructor calls with generic type argument don't parse correctly

1 participant