-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Description
Category: Plugins
Component: dev-tools
Cleanup to be done:
In the process of doing the goog.module migration of Blockly, it was necessary to add code to dev-tools to probe for various changes that were made in core. Once the next release (end of 2021Q3) of Blockly is out these can be removed.
Describe the solution you'd like:
- In
plugins/dev-tools/package.json:- Bump required version of
blocklyas appropriate (e.g."blockly": "^5.202109__._")
- Bump required version of
- In
plugins/dev-tools/src/index.js:- Remove probe for
Blockly.utils.global.globalThis(and always use it) (see fix: Change how dev-tools adds Blockly to the global scope for console debugging #881).
- Remove probe for
- In
plugins/dev-tools/src/block_test_helpers.mocha.js:- In
runSerializationTestSuite, remove probe forBlockly.utils.idGenerator; always stubBlockly.utils.idGenerator.TEST_ONLY(see Use new location forgenUidonBlockly.utils.idGenerator#876)
- In