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

Is there still a way to convert from OXC parsed AST to Ezno? #116

Closed
andymac4182 opened this issue Feb 16, 2024 · 1 comment
Closed

Is there still a way to convert from OXC parsed AST to Ezno? #116

andymac4182 opened this issue Feb 16, 2024 · 1 comment

Comments

@andymac4182
Copy link

Hi,

I am using oxc for another part of the project I am working on but would love to use some of the type synthasis that you have. I was wondering if this line is still valid but I just can't find the right place?

See oxc_type_synthesis for similar code that connects the logic with OXCs AST.

Cheers

@kaleidawave
Copy link
Owner

There was a crate which ran Ezno's type checking API over Oxc's AST. But unfortunately for a few reasons it has been removed oxc-project/oxc#2048.

Maybe it will come back in the future (as I still have the code) when the type checker is ready to be used in existing projects and the crate can stay updated, but currently the only way to run the checker is using the Ezno toolchain with its own parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants