feature: client: dom: events: migrate to ESM

This commit is contained in:
coderiaser 2026-01-17 14:16:46 +02:00
parent a94fa0d465
commit 9cebb2416f
10 changed files with 215 additions and 213 deletions

View file

@ -3,7 +3,7 @@
/* global CloudCmd */
CloudCmd.EditFileVim = exports;
const Events = require('../dom/events');
const Events = require('../dom/events/index.mjs');
const {Key} = CloudCmd;