Move BuildMode to util.ts
This commit is contained in:
parent
829376a618
commit
5b74166227
20 changed files with 62 additions and 47 deletions
|
|
@ -14,7 +14,6 @@ import {
|
|||
setCodeQL,
|
||||
} from "./codeql";
|
||||
import * as configUtils from "./config-utils";
|
||||
import { BuildMode } from "./config-utils";
|
||||
import { Feature } from "./feature-flags";
|
||||
import { Language } from "./languages";
|
||||
import { getRunnerLogger } from "./logging";
|
||||
|
|
@ -32,6 +31,7 @@ import {
|
|||
prettyPrintPack,
|
||||
ConfigurationError,
|
||||
withTmpDir,
|
||||
BuildMode,
|
||||
} from "./util";
|
||||
|
||||
setupTests(test);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue