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

Parsing import meta #140

Closed
Brayan-724 opened this issue May 12, 2024 · 0 comments · Fixed by #141
Closed

Parsing import meta #140

Brayan-724 opened this issue May 12, 2024 · 0 comments · Fixed by #141
Labels
bug Something isn't working parser Related to Ezno's syntax parser, AST definitions and output

Comments

@Brayan-724
Copy link
Contributor

There's no implementations for import meta. It is trying to parse as dynamic import.

error:
  ┌─ file.ts:1:23
  │
1 │ const isProduction = import.meta.env.PROD;
  │                       ^ Expected OpenParentheses found Dot
@kaleidawave kaleidawave added parser Related to Ezno's syntax parser, AST definitions and output bug Something isn't working labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser Related to Ezno's syntax parser, AST definitions and output
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants