-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Roadmap #9162
Comments
A lot of information can be obtained during the lexer/parser phase.
There are also other very useful pieces of information, such as the features described here, which we can get right after parsing is finished: swc/crates/swc_ecma_preset_env/src/transform_data.rs Lines 25 to 199 in f4cab32
If we know in advance that there are no classes in the code, then all passes related to classes can be skipped. |
@magic-akari It sounds very interesting. I'll work on it after finishing the tasks in my hand. |
AST Stabilization plan
#[non_exhaustive]
to relevant nodesThe text was updated successfully, but these errors were encountered: