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.
1 parent 6ed0191 commit 790ee4bCopy full SHA for 790ee4b
v-next/hardhat/src/internal/builtin-plugins/solidity/build-system/build-system.ts
@@ -297,8 +297,6 @@ export class SolidityBuildSystemImplementation implements SolidityBuildSystem {
297
rootFilePaths: string[],
298
options?: GetCompilationJobsOptions,
299
): Promise<CompilationJobCreationError | GetCompilationJobsResult> {
300
- const isolated = options?.isolated ?? false;
301
-
302
await this.#downloadConfiguredCompilers(options?.quiet);
303
304
const dependencyGraph = await buildDependencyGraph(
0 commit comments