mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +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:
@@ -43,7 +43,6 @@ const dialog = goog.require('Blockly.dialog');
|
||||
const fieldRegistry = goog.require('Blockly.fieldRegistry');
|
||||
const geras = goog.require('Blockly.geras');
|
||||
const internalConstants = goog.require('Blockly.internalConstants');
|
||||
const loopMixin = goog.require('Blockly.loopMixin');
|
||||
const minimalist = goog.require('Blockly.minimalist');
|
||||
const registry = goog.require('Blockly.registry');
|
||||
const svgMath = goog.require('Blockly.utils.svgMath');
|
||||
@@ -710,7 +709,6 @@ exports.fieldRegistry = fieldRegistry;
|
||||
exports.geras = geras;
|
||||
exports.inject = inject;
|
||||
exports.inputTypes = inputTypes;
|
||||
exports.loopMixin = loopMixin;
|
||||
exports.minimalist = minimalist;
|
||||
exports.registry = registry;
|
||||
exports.thrasos = thrasos;
|
||||
|
||||
Reference in New Issue
Block a user