We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__DEV__
1 parent d91d28c commit 07e4974Copy full SHA for 07e4974
compiler/packages/babel-plugin-react-compiler/src/index.ts
@@ -51,6 +51,7 @@ export {
51
} from './ReactiveScopes';
52
export {parseConfigPragmaForTests} from './Utils/TestUtils';
53
declare global {
54
+ // @internal
55
let __DEV__: boolean | null | undefined;
56
}
57
compiler/packages/babel-plugin-react-compiler/tsconfig.json
@@ -10,6 +10,7 @@
10
"importsNotUsedAsValues": "remove",
11
"noUncheckedIndexedAccess": false,
12
"noUnusedParameters": false,
13
+ "stripInternal": true,
14
"useUnknownInCatchVariables": true,
15
"target": "ES2015",
16
// ideally turn off only during dev, or on a per-file basis
0 commit comments