package: migrate to ES modules
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import path from "path";
|
||||
import { GeneralVariable, LLVMVariable, command, variable } from "lyc/commands/cmake";
|
||||
import { projectRoot } from "lyc/environment";
|
||||
import { PackagePlatform, PackageTask } from "./build";
|
||||
import { promisifySpawn } from "lyc/cli";
|
||||
import { GeneralVariable, LLVMVariable, command, variable } from "../commands/cmake.js";
|
||||
import { projectRoot } from "../environment/index.js";
|
||||
import { PackagePlatform, PackageTask } from "./build.js";
|
||||
import { promisifySpawn } from "../cli.js";
|
||||
import os from "os";
|
||||
import { SpawnOptions, spawn } from "child_process";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user