mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 05:33:10 +00:00
feature: client: dom: events: migrate to ESM
This commit is contained in:
parent
a94fa0d465
commit
9cebb2416f
10 changed files with 215 additions and 213 deletions
|
|
@ -3,7 +3,7 @@
|
|||
/* global CloudCmd */
|
||||
CloudCmd.EditFileVim = exports;
|
||||
|
||||
const Events = require('../dom/events');
|
||||
const Events = require('../dom/events/index.mjs');
|
||||
|
||||
const {Key} = CloudCmd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue