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.
2 parents 868f64d + 26ac05f commit b091572Copy full SHA for b091572
compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Imports.ts
@@ -14,7 +14,7 @@ import {getOrInsertDefault} from '../Utils/utils';
14
export function validateRestrictedImports(
15
path: NodePath<t.Program>,
16
{validateBlocklistedImports}: EnvironmentConfig,
17
-) {
+): void {
18
if (
19
validateBlocklistedImports == null ||
20
validateBlocklistedImports.length === 0
0 commit comments