dillon1000/react
Commit
Browse files [hir] Rewrite identifiers to be consistent
If we resolve identifiers to be different from the binding, update the binding to the new name.
Changed paths6 files
First-parent comparisoncompiler/forget/src/HIR/HIRBuilder.ts ModifiedM compiler/forget/src/__tests__/fixtures/compiler/_bug.lambda-reassign-shadowed-primitive.expect.md ModifiedR compiler/forget/src/__tests__/fixtures/compiler/_bug.capturing-function-renamed-ref.js →compiler/forget/src/__tests__/fixtures/compiler/capturing-function-renamed-ref RenamedR compiler/forget/src/__tests__/fixtures/compiler/_bug.capturing-function-renamed-ref.expect.md →compiler/forget/src/__tests__/fixtures/compiler/capturing-function-renamed-ref.expect.md RenamedR compiler/forget/src/__tests__/fixtures/compiler/_bug.lambda-mutate-shadowed-object.expect.md →compiler/forget/src/__tests__/fixtures/compiler/lambda-mutate-shadowed-object.expect.md RenamedR compiler/forget/src/__tests__/fixtures/compiler/_bug.lambda-mutate-shadowed-object.js →compiler/forget/src/__tests__/fixtures/compiler/lambda-mutate-shadowed-object.js RenamedPatch
Files changed
Rendering syntax-highlighted changes…