refactor: convert toolbox items to ES6 classes (#5947)

* refact: convert toolbox items to ES6 classes

* fix: and SENTINEL so that contents can be parsed properly

* fix: fix types and whatnot related to new SENTINEL

* clean: format

* refactor: reorganize overridable calls into the init function, and remove sentinel

* clean: format

* fix: inline docs and organization
This commit is contained in:
Beka Westberg
2022-02-22 23:21:23 +00:00
committed by GitHub
parent 71ab146bc2
commit be9ca98cdc
6 changed files with 895 additions and 861 deletions

View File

@@ -253,7 +253,6 @@
"./core/extensions.js",
"./core/block.js",
"./core/utils/string.js",
"./core/utils/object.js",
"./core/dialog.js",
"./core/events/events_var_base.js",
"./core/events/events_var_create.js",