Files
blockly/core
Christopher Allen f9d0caa112 Migrate core.global.js to named exports (#5451)
This is part of #5153 but is being prioritised because we want remove
the declareLegacyNamespace calls from the core/utils/*.js modules and
then reexport them explicitly via utils.js, and it turns out that
doing so results in the exports object of this module being passed to
Object.freeze - which fails on the global object, which can't be made
non-extensible!

The new name chosen for the former default export is globalThis, since
it is intended to have the same value as the global variable of that
name; see:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
2021-09-14 14:39:29 +01:00
..
2021-08-18 09:36:31 -07:00
2021-07-21 08:17:13 -07:00
2021-08-05 10:50:44 -07:00
2021-08-04 15:59:41 -07:00
2021-08-11 17:16:25 -07:00
2021-07-29 17:19:57 -07:00
2021-07-21 08:17:13 -07:00
2021-08-10 11:18:38 -07:00
2021-07-30 11:30:34 -07:00
2021-07-23 09:00:09 -07:00
2021-08-03 15:07:14 -07:00
2021-08-17 14:42:31 -07:00
2021-07-22 16:49:01 -07:00
2021-08-05 11:17:37 -07:00
2021-07-30 15:51:45 -07:00
2021-07-26 11:42:17 -07:00
2021-07-27 15:24:26 -07:00