filter out legacy JS code from importmap and sort it

also only add extension-less includes for .ts files (was accidentally commented out) and fix some .js imports without extension
This commit is contained in:
Ralf Becker
2021-06-12 11:44:17 +02:00
parent d6c6e14abf
commit ee508c50b9
9 changed files with 17 additions and 11 deletions

View File

@ -12,8 +12,8 @@
egw_action;
*/
import {EGW_AO_STATE_FOCUSED, EGW_AO_STATE_SELECTED, egwActionObjectInterface, EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT} from "./egw_action";
import {egwBitIsSet} from "./egw_action_common";
import {EGW_AO_STATE_FOCUSED, EGW_AO_STATE_SELECTED, egwActionObjectInterface, EGW_AI_DRAG_OVER, EGW_AI_DRAG_OUT} from "./egw_action.js";
import {egwBitIsSet} from "./egw_action_common.js";
/**
* This file contains an egw_actionObjectInterface which allows a dhtmlx tree