dillon1000/react
Commit
Browse files [rust] ForStatement support
Implements support for `ForStatement` from swc -> estree -> hir, flushing out more of the HIR representation and porting pieces from HIRBuilder as necessary.
Changed paths9 files
First-parent comparisoncompiler/forget/crates/build-hir/src/build.rs ModifiedM compiler/forget/crates/build-hir/src/builder.rs ModifiedM compiler/forget/crates/estree-swc/src/lib.rs ModifiedM compiler/forget/crates/estree/src/lib.rs ModifiedA compiler/forget/crates/fixtures/tests/fixtures/for-statement.js AddedA compiler/forget/crates/fixtures/tests/snapshots/[email protected] AddedM compiler/forget/crates/hir/src/instruction.rs ModifiedM compiler/forget/crates/hir/src/print.rs ModifiedM compiler/forget/crates/hir/src/terminal.rs ModifiedPatch
Files changed
Rendering syntax-highlighted changes…