Files
blockly/core/utils
Christopher Allen ff9320f8d9 Migrate core/utils/xml.js to goog.module syntax (#5459)
* 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.
2021-09-14 15:51:06 +01:00
..
2021-07-27 14:28:13 -07:00
2021-07-21 08:17:13 -07:00
2021-07-21 08:17:13 -07:00
2021-07-30 09:37:41 -07:00
2021-07-21 08:17:13 -07:00
2021-07-21 08:17:13 -07:00
2021-07-14 16:13:58 -07:00
2021-07-21 08:17:13 -07:00
2021-07-21 08:17:13 -07:00
2021-08-19 09:36:57 -07:00