Skip to content

Commit b091572

Browse files
committed
Update on "[compiler][ez] Option to bail out on blocklisted imports"
[ghstack-poisoned]
2 parents 868f64d + 26ac05f commit b091572

File tree

1 file changed

+1
-1
lines changed
  • compiler/packages/babel-plugin-react-compiler/src/Entrypoint

1 file changed

+1
-1
lines changed

compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Imports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {getOrInsertDefault} from '../Utils/utils';
1414
export function validateRestrictedImports(
1515
path: NodePath<t.Program>,
1616
{validateBlocklistedImports}: EnvironmentConfig,
17-
) {
17+
): void {
1818
if (
1919
validateBlocklistedImports == null ||
2020
validateBlocklistedImports.length === 0

0 commit comments

Comments
 (0)