Files
blockly/closure/goog
Christopher Allen cf460dcde0 fix(closure): Make safe to import in node.js
Make the implementation declareModlueId safe to import and
execute in node.js, which does not provide a window global.

(N.B. because this is an ESM and therefore automatically
strict, using window?.goog?.declareModuleId doesn't work
because window being undefined is an early error.)
2023-08-10 12:21:27 +01:00
..
2023-03-14 05:15:37 -07:00