mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
* Migrate core/utils/xml.js to ES6 const/let * Migrate core/utils/xml.js to goog.module The document() function is renamed to getDocument() so as to avoid shadowing the global of the same name. * clang-format core/utils/xml.js * Call monkey-patchable exports.global internally too This fixes Node test failures due to the monkey-patching of Blockly.utils.xml.global in scripts/package/node/core.js not being able to affect the target calls in createElement and createTextNode.