dillon1000/react

Commit

Add flag back for inlineUseMemo

Reverts #1502, but flips test flags (e.g. `inlineUseMemo` by default, unless a 
test specifies `@inlineUseMemo false`. I figured this add less thrash for test 
fixtures, but happy to just do a clean revert (or remove the pragma altogether 
and always pass `inlineUseMemo: true`)
Browse files
Changed paths5 files
First-parent comparison
M compiler/forget/src/CompilerPipeline.ts ModifiedM compiler/forget/src/HIR/Environment.ts ModifiedM compiler/forget/src/__tests__/compiler-test.ts ModifiedM compiler/forget/src/__tests__/disableMemoizeJsxElements-test.ts ModifiedM compiler/forget/src/__tests__/test-utils/generateTestsFromFixtures.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…