From ebd9d51f3df2b1ed7fdfae9a6dcaa5f18fcb0972 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 17 Dec 2020 10:08:16 -0800 Subject: [PATCH] Revert "Allow .js script files to refer to Blockly global from blockly.d.ts (#4434)" (#4543) This reverts commit 9a2f288dd49f547f12e791d15c770b708fc29307. --- typings/blockly.d.ts | 2 -- typings/templates/blockly-header.template | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/typings/blockly.d.ts b/typings/blockly.d.ts index a4eb438e2..e7216bc38 100644 --- a/typings/blockly.d.ts +++ b/typings/blockly.d.ts @@ -11,8 +11,6 @@ export = Blockly; -export as namespace Blockly; - declare module Blockly { interface BlocklyOptions { diff --git a/typings/templates/blockly-header.template b/typings/templates/blockly-header.template index bab2b134f..15bcf14dd 100644 --- a/typings/templates/blockly-header.template +++ b/typings/templates/blockly-header.template @@ -9,6 +9,4 @@ * @author samelh@google.com (Sam El-Husseini) */ -export = Blockly; - -export as namespace Blockly; \ No newline at end of file +export = Blockly; \ No newline at end of file