dillon1000/react

Commit

[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.
Browse files
Changed paths9 files
First-parent comparison
M compiler/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 Modified
Patch

Files changed

Rendering syntax-highlighted changes…