dillon1000/react
Commit
Browse files [be][tests] Remove all hir-tests (cleanup for ObjectShape stack)
--- +10 −1,698 lines [[insert impacc macro]] The ObjectShape stacks (#1350, #1358) used these tests to record changes in inferred types (and associated ObjectShapes), reference effects, and mutable ranges. Now that those PRs have landed, we can delete these tests. They are somewhat fragile (changing anytime HIR / printHIR is changed) and easily cause rebase/merge conflicts.
Changed paths38 files
First-parent comparisoncompiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-destruction-with-mutation.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-destruction-with-mutation.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-destruction-with-mutation.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-destruction.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-destruction.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-destruction.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-with-mutation.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-with-mutation.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary-with-mutation.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-ternary.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-ternary-with-mutation.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-ternary-with-mutation.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-ternary-with-mutation.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-ternary.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-ternary.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-ternary.js RenamedA compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-with-mutation.expect.md AddedR compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-with-mutation.js →compiler/forget/src/__tests__/fixtures/compiler/ssa-renaming-unconditional-with-mutation.js RenamedD compiler/forget/src/__tests__/fixtures/hir/array-at-closure.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/array-at-closure.js DeletedD compiler/forget/src/__tests__/fixtures/hir/array-at-effect.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/array-at-effect.js DeletedD compiler/forget/src/__tests__/fixtures/hir/array-properties.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/array-properties.js DeletedD compiler/forget/src/__tests__/fixtures/hir/array-property-call.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/array-property-call.js DeletedD compiler/forget/src/__tests__/fixtures/hir/array-push-effect.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/array-push-effect.js DeletedD compiler/forget/src/__tests__/fixtures/hir/infer-call-array-length.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/infer-call-array-length.js DeletedD compiler/forget/src/__tests__/fixtures/hir/simple-array.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/simple-array.js DeletedD compiler/forget/src/__tests__/fixtures/hir/simple-object.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/simple-object.js DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-destruction-with-mutation.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-destruction.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary-with-mutation.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-ternary.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-ternary-with-mutation.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-ternary.expect.md DeletedD compiler/forget/src/__tests__/fixtures/hir/ssa-renaming-unconditional-with-mutation.expect.md DeletedM compiler/forget/src/__tests__/test-utils/generateTestsFromFixtures.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…