Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class generics pass down to constructor #200

Merged
merged 4 commits into from
Aug 29, 2024
Merged

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
10 checks passed
@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