package: migrate to ES modules

This commit is contained in:
2024-07-16 21:20:46 +08:00
parent 67728beefe
commit bac9f8be6d
13 changed files with 30 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
import { spawn } from 'child_process';
import * as cmake from 'lyc/commands/cmake';
import * as cmake from './commands/cmake.js';
import path from 'path';
export interface TestSuiteConfigOptions {