* refactor: move optional function declarations into the constructor
* refactor: convert options.js to es6 class
* refactor: convert generator.js to es6 class
* refactor: convert workspace_events.js to es6 class
* refactor: convert events_abstract.js to an es6 class
* chore: format
* chore: fix lint
* chore: rebuild
* chore: respond to PR feedback
Our files are up to a decade old, and have churned so much, that the initial author of the file no longer has much meaning.
Furthermore, this will encourage developers to post to the developer group, rather than emailing Googlers (usually me) directly.
* Add annotations to files under core/events
* Add annotations to files under core/interfaces
* Add annotations to files under core/keyboard_nav
* Add annotations to files under core/renderers
* Add annotations to files under core/serialization
* Add annotations to files under core/theme
* Add annotations to files under core/toolbox
* Add annotations to files under core/utils
* Add annotations to files under core
* Migrate core/events/workspace_events.js to ES6 const/let
* Migrate core/events/workspace_events.js to goog.module
* Migrate core/events/workspace_events.js to named requires
* clang-format core/events/workspace_events.js
* Update build artifact sizes in check_metadata.sh
* Add comment about root cause of build artifact size change
* Migrate core/events/workspace_events.js to ES6 const/let
* Migrate core/events/workspace_events.js to goog.module
* Migrate core/events/workspace_events.js to named requires
* clang-format core/events/workspace_events.js
* Clarify require name for Blockly.Events.Abstract