dillon1000/react

Commit

Support string literal keys for object expressions

For ObjectExpression, we now support computed keys where the key is a string 
literal.
Browse files
Changed paths3 files
First-parent comparison
M compiler/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…