fix: Upload new TypeScript typings for Q4 release (#5802)

* fix: Run intial typings script for q4 release

* fix: manually fix errors with types

* fix: update core module
This commit is contained in:
Maribeth Bottorff
2021-12-09 10:43:43 -08:00
committed by GitHub
parent 64107ccb04
commit 1fb204e36b
2 changed files with 25438 additions and 3860 deletions

29296
typings/blockly.d.ts vendored

File diff suppressed because it is too large Load Diff

2
typings/core.d.ts vendored
View File

@@ -11,5 +11,5 @@
/// <reference path="blockly.d.ts" />
import * as Blockly from './blockly';
import * as Blockly from 'blockly';
export = Blockly;