From 6c2a6f21ce1cb88bdfcc2923d2ab7fe42e9dda2c Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Wed, 6 Jul 2022 00:10:26 +0100 Subject: [PATCH 1/2] chore: Apply changes to blockly.js to blockly.ts --- core/blockly.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/blockly.ts b/core/blockly.ts index 24a87e9f968..20cfb36909a 100644 --- a/core/blockly.ts +++ b/core/blockly.ts @@ -722,17 +722,3 @@ export namespace serialization { export const workspaces = serializationWorkspaces; export type ISerializer = SerializerInterface; }; - -// If Blockly is compiled with ADVANCED_COMPILATION and/or loaded as a -// CJS or ES module there will not be a Blockly global variable -// created. This can cause problems because a very common way of -// loading translations is to use a