We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5a84d commit a7bb236Copy full SHA for a7bb236
1 file changed
compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-all-output.txt
@@ -1,4 +1,5 @@
1
-import { c as _c } from "react/compiler-runtime"; // @compilationMode:"all"
+import { c as _c } from "react/compiler-runtime"; //
2
+@compilationMode:"all"
3
function nonReactFn() {
4
const $ = _c(1);
5
let t0;
@@ -9,4 +10,4 @@ function nonReactFn() {
9
10
t0 = $[0];
11
}
12
return t0;
-}
13
+}
0 commit comments