Converted the core to ES modules

This commit is contained in:
n1474335 2018-03-26 23:14:23 +01:00
parent c1bb93eec1
commit 9b4fc3d3aa
154 changed files with 1901 additions and 2223 deletions

View file

@ -1,4 +1,4 @@
import Utils from "../core/Utils.js";
import Utils from "../core/Utils";
/**