mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
* chore: revert #5730 * fix: Fix compile failure due to incorrect visibility The CONTROL_FLOW_IN_LOOP_CHECK_MIXIN is intended to be used outside of blocks/ (it is, in particular, used in generators/) so it should have been marked @public from the beginning.
This commit is contained in:
@@ -254,11 +254,6 @@ const renamings = {
|
||||
{module: 'Blockly.Extensions', export: 'runAfterPageLoad'},
|
||||
},
|
||||
},
|
||||
'Blockly.Constants.Loops': {
|
||||
exports: {
|
||||
CONTROL_FLOW_IN_LOOP_CHECK_MIXIN: {module: 'Blockly.loopMixin'},
|
||||
},
|
||||
},
|
||||
'Blockly.Events.Abstract': {
|
||||
export: 'Abstract',
|
||||
path: 'Blockly.Events.Abstract',
|
||||
|
||||
Reference in New Issue
Block a user