Update typings script and fix two typing issues: (#4542)

This commit is contained in:
Sam El-Husseini
2020-12-16 22:29:20 -05:00
committed by GitHub
parent 1aedeba002
commit 7ebb53968c
5 changed files with 3532 additions and 3046 deletions

View File

@@ -26,7 +26,6 @@ function typings() {
const tmpDir = './typings/tmp';
const blocklySrcs = [
"core/",
"core/components",
"core/events",
"core/keyboard_nav",
"core/renderers/common",
@@ -67,12 +66,12 @@ function typings() {
'typings/templates/blockly-interfaces.template',
`${tmpDir}/core/**`,
`${tmpDir}/core/interfaces/**`,
`${tmpDir}/core/components/**`,
`${tmpDir}/core/components/tree/**`,
`${tmpDir}/core/events/**`,
`${tmpDir}/core/keyboard_nav/**`,
`${tmpDir}/core/renderers/common/**`,
`${tmpDir}/core/renderers/measurables/**`,
`${tmpDir}/core/utils/**`,
`${tmpDir}/core/toolbox/**`,
`${tmpDir}/core/theme/**`,
`${tmpDir}/msg/**`
];