Make several exported private fields/methods TEST_ONLY (#5479)

This commit is contained in:
Aaron Dodson
2021-09-21 08:13:38 -07:00
committed by GitHub
parent d79640592f
commit 66e6b6218a
9 changed files with 71 additions and 55 deletions

View File

@@ -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