dillon1000/react
Commit
Browse files [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.
Changed paths8 files
First-parent comparisoncompiler/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] ModifiedPatch
Files changed
Rendering syntax-highlighted changes…