package: migrate to ES modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { optFlag, undefList } from "./common";
|
||||
import { optFlag, undefList } from "./common.js";
|
||||
|
||||
export type CMakeDefinition = {
|
||||
name: string,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { optFlag, optMultiFlag, optSwitch, undefList } from "./common";
|
||||
import { optFlag, optMultiFlag, optSwitch, undefList } from "./common.js";
|
||||
|
||||
export interface GeneralOptions {
|
||||
output?: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { optFlag, optSwitch, undefList } from "./common";
|
||||
import { optFlag, optSwitch, undefList } from "./common.js";
|
||||
|
||||
export interface RunCPUOptions {
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { optFlag, optSwitch } from "./common";
|
||||
import { optFlag, optSwitch } from "./common.js";
|
||||
|
||||
export interface SystemdRunOptions {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user