refactor(bazel): make option generateExtraImportsInLocalMode configurable (#53543)

This is to allow testing this option using bazel

PR Close #53543
This commit is contained in:
Payam Valadkhan
2023-12-13 14:35:59 -05:00
committed by Jessica Janiuk
parent 8c36f2d6f1
commit 5feed80523
+1
View File
@@ -90,6 +90,7 @@ export async function runOneBuild(
'extendedDiagnostics',
'forbidOrphanComponents',
'onlyExplicitDeferDependencyImports',
'generateExtraImportsInLocalMode',
]);
const userOverrides = Object.entries(userOptions)