From 18ceba1820a4a9e8d5e845efbabe3612152912b8 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 16 Dec 2020 18:24:44 -0800 Subject: [PATCH] Update typings script based on directories that have been added and removed --- scripts/gulpfiles/typings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gulpfiles/typings.js b/scripts/gulpfiles/typings.js index a32cb00d3..2f34e7e9d 100644 --- a/scripts/gulpfiles/typings.js +++ b/scripts/gulpfiles/typings.js @@ -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,13 @@ function typings() { 'typings/templates/blockly-interfaces.template', `${tmpDir}/core/**`, `${tmpDir}/core/interfaces/**`, - `${tmpDir}/core/components/**`, + `${tmpDir}/core/events/**`, `${tmpDir}/core/components/tree/**`, `${tmpDir}/core/keyboard_nav/**`, `${tmpDir}/core/renderers/common/**`, `${tmpDir}/core/renderers/measurables/**`, `${tmpDir}/core/utils/**`, + `${tmpDir}/core/toolbox/**`, `${tmpDir}/core/theme/**`, `${tmpDir}/msg/**` ];