You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 blockly as appropriate (e.g. "blockly": "^5.202109__._")
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:
plugins/dev-tools/package.json
:blockly
as appropriate (e.g."blockly": "^5.202109__._"
)plugins/dev-tools/src/index.js
:Blockly.utils.global.globalThis
(and always use it) (see fix: Change how dev-tools adds Blockly to the global scope for console debugging #881).plugins/dev-tools/src/block_test_helpers.mocha.js
:runSerializationTestSuite
, remove probe forBlockly.utils.idGenerator
; always stubBlockly.utils.idGenerator.TEST_ONLY
(see Use new location forgenUid
onBlockly.utils.idGenerator
#876)The text was updated successfully, but these errors were encountered: