dillon1000/react
Commit
Browse files Support string literal keys for object expressions
For ObjectExpression, we now support computed keys where the key is a string literal.
Changed paths3 files
First-parent comparisoncompiler/forget/src/HIR/BuildHIR.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/object-expression-string-literal-key.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/object-expression-string-literal-key.js AddedPatch
Files changed
Rendering syntax-highlighted changes…