kaleidawave / ezno

A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance
https://kaleidawave.github.io/posts/introducing-ezno/
MIT License
2.3k stars 42 forks source link

Exporting type from another file #83

Closed JulesGuesnon closed 7 months ago

JulesGuesnon commented 7 months ago

Description

Hello! First of all thank you for your work, I found out recently about this project and what you've done is really awesome!

I tried to run ezno against a codebase as a test, and I found that export type { ... } from '...' is not supported and is not in the to_implement.md as well.

AFAIK, this expression should be parsed but ignored as it brings nothing to the analysis I think