mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: client: dom: migrate to ESM
This commit is contained in:
parent
9d2c4e4a0d
commit
f9c2831939
20 changed files with 211 additions and 178 deletions
|
|
@ -6,7 +6,7 @@ const {tryCatch} = require('try-catch');
|
|||
const test = require('supertape');
|
||||
const readFilesSync = require('@cloudcmd/read-files-sync');
|
||||
|
||||
const {time, timeEnd} = require(`../../common/util`);
|
||||
const {time, timeEnd} = require(`../../common/util.mjs`);
|
||||
const CloudFunc = require('../../common/cloudfunc.mjs');
|
||||
|
||||
const DIR = `${__dirname}/../../`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue