dillon1000/react

Commit

[rust] Partial ES2015 support in estree codegen

Adds some parts of the ES2015 spec, such as imports and ForOfStatement. This is 
enough to get a few more fixtures compiling. The last one uses JSX which I 
haven't defined yet.
Browse files
Changed paths8 files
First-parent comparison
M compiler/forget/crates/estree-codegen/src/codegen.rs ModifiedM compiler/forget/crates/estree-codegen/src/ecmascript.json ModifiedM compiler/forget/crates/estree/src/generated.rs ModifiedA compiler/forget/crates/estree/src/generated_extensions.rs AddedM compiler/forget/crates/estree/src/lib.rs ModifiedM compiler/forget/crates/estree/src/snapshots/[email protected] ModifiedM compiler/forget/crates/estree/src/snapshots/[email protected] ModifiedM compiler/forget/crates/estree/src/snapshots/[email protected] Modified
Patch

Files changed

Rendering syntax-highlighted changes…