dillon1000/react

Commit

[rust][sema] Support classes

Adds name resolution support for class declarations and expressions. Mostly this 
involves _not_ visiting some `Identifier` nodes that don't actually represent 
variables. For example, method names don't introduce new variables (but if they 
are computed, they may _refer_ to variables).
Browse files
Changed paths2 files
First-parent comparison
M compiler/forget/crates/forget_estree/src/generated_extensions.rs ModifiedM compiler/forget/crates/forget_semantic_analysis/src/analyzer.rs Modified
Patch

Files changed

Rendering syntax-highlighted changes…