dillon1000/react
Commit
Browse files [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).
Changed paths2 files
First-parent comparisoncompiler/forget/crates/forget_estree/src/generated_extensions.rs ModifiedM compiler/forget/crates/forget_semantic_analysis/src/analyzer.rs ModifiedPatch
Files changed
Rendering syntax-highlighted changes…