mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Make several exported private fields/methods TEST_ONLY (#5479)
This commit is contained in:
@@ -31,7 +31,7 @@ goog.requireType('Blockly.Mutator');
|
||||
* @private
|
||||
*/
|
||||
const allExtensions = Object.create(null);
|
||||
exports.ALL_ = allExtensions;
|
||||
exports.TEST_ONLY = {allExtensions};
|
||||
|
||||
/**
|
||||
* Registers a new extension function. Extensions are functions that help
|
||||
|
||||
Reference in New Issue
Block a user