dillon1000/react

Commit

Move DisableJsxMemoization-test into main compiler test w pragma

I originally created a separate test for the mode with JSX memoization disabled, 
but we can merge this into the main compiler-test and enable the feature with a 
pragma.
Browse files
Changed paths5 files
First-parent comparison
M compiler/forget/src/__tests__/compiler-test.ts ModifiedD compiler/forget/src/__tests__/disableMemoizeJsxElements-test.ts DeletedR compiler/forget/src/__tests__/fixtures/disableMemoizeJsxElements/Component.expect.md →compiler/forget/src/__tests__/fixtures/compiler/disable-jsx-memoization.expect.md RenamedR compiler/forget/src/__tests__/fixtures/disableMemoizeJsxElements/Component.js →compiler/forget/src/__tests__/fixtures/compiler/disable-jsx-memoization.js RenamedM compiler/forget/src/__tests__/test-utils/generateTestsFromFixtures.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…