Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49eea1c

Browse files
committedDec 18, 2024
Merge branch 'issue-31578-setter-arity-gcc' of github.com:/davesnx/react into issue-31578-setter-arity-gcc
* 'issue-31578-setter-arity-gcc' of github.com:/davesnx/react: [flags] Clean up scheduler flags (facebook#31814) Enable debugRenderPhaseSideEffectsForStrictMode in test renderers (facebook#31761) Enable disableDefaultPropsExceptForClasses (facebook#31804) Turn on useModernStrictMode in test renderers (facebook#31769) [compiler][ez] Add shape for global Object.keys (facebook#31583) [compiler] Context variables as dependencies (facebook#31582) [compiler] Add fire to known React APIs (facebook#31795) [compiler] Add option for firing effect functions (facebook#31794) [compiler][be] Logger based debug printing in test runner (facebook#31809) [compiler][ez] Clean up duplicate code in propagateScopeDeps (facebook#31581) [compiler] Repro for aliased captures within inner function expressions (facebook#31770) [compiler][be] Playground now compiles entire program (facebook#31774) [Flight] Color and badge non-primary environments (facebook#31738) [Flight] Emit Deduped Server Components Marker (facebook#31737) [Flight] Sort Server Components Track Group ahead of Client Scheduler/Components Tracks (facebook#31736) Clean up context access profiling experiment (facebook#31806) [Flight] Stack Parallel Components in Separate Tracks (facebook#31735) Flag for requestPaint (facebook#31805)
2 parents 926d19e + 46aa363 commit 49eea1c

File tree

79 files changed

+1371
-1306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1371
-1306
lines changed
 

‎compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/01-user-output.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
function TestComponent(t0) {
1+
import { c as _c } from "react/compiler-runtime";
2+
export default function TestComponent(t0) {
23
const $ = _c(2);
34
const { x } = t0;
45
let t1;

‎compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/02-default-output.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
function MyApp() {
1+
import { c as _c } from "react/compiler-runtime";
2+
export default function MyApp() {
23
const $ = _c(1);
34
let t0;
45
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {

0 commit comments

Comments
 (0)
Please sign in to comment.