fix: project cereal cleanup (#5398)

* fix: make exception constructors package

* fix: rename blocks.load to blocks.append

* fix: inline docs

* fix: consistency in block serialization

* fix: remove unexported functions

* fix: interface requires

* fix: tag TODO with issue number
This commit is contained in:
Beka Westberg
2021-09-10 21:05:17 +00:00
committed by alschmiedt
parent b7d490a1f2
commit a3c1b2fdfc
16 changed files with 102 additions and 143 deletions
-3
View File
@@ -39,9 +39,6 @@ const userAgent = goog.require('Blockly.utils.userAgent');
* x: (number|undefined),
* y: (number|undefined),
* collapsed: (boolean|undefined),
* editable: (boolean|undefined),
* deletable: (boolean|undefined),
* movable: (boolean|undefined),
* inline: (boolean|undefined),
* data: (string|undefined),
* extra-state: (*|undefined),