File tree 1 file changed +1
-1
lines changed
v-next/hardhat/src/internal/builtin-plugins/solidity/build-system
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import type {
4
4
} from "../../../../types/config.js" ;
5
5
import type { CompilationJobCreationError } from "../../../../types/solidity/build-system.js" ;
6
6
import type { ResolvedFile } from "../../../../types/solidity/resolved-file.js" ;
7
+ import type { DependencyGraph } from "../../../../types/solidity.js" ;
7
8
8
9
import { assertHardhatInvariant } from "@ignored/hardhat-vnext-errors" ;
9
10
import { shortenPath } from "@ignored/hardhat-vnext-utils/path" ;
10
11
import { intersects , maxSatisfying , satisfies } from "semver" ;
11
12
12
13
import { CompilationJobCreationErrorReason } from "../../../../types/solidity/build-system.js" ;
13
- import { DependencyGraph } from "../../../../types/solidity.js" ;
14
14
15
15
export class SolcConfigSelector {
16
16
readonly #buildProfileName: string ;
You can’t perform that action at this time.
0 commit comments