mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Blockly menus without closure (#2831)
* Blockly Menu and MenuItem that don't rely on the closure library.
This commit is contained in:
@@ -131,6 +131,7 @@ gulp.task('typings', function (cb) {
|
||||
"core/",
|
||||
"core/components",
|
||||
"core/components/tree",
|
||||
"core/components/menu",
|
||||
"core/keyboard_nav",
|
||||
"core/theme",
|
||||
"core/utils",
|
||||
@@ -165,6 +166,7 @@ gulp.task('typings', function (cb) {
|
||||
`${tmpDir}/core/**`,
|
||||
`${tmpDir}/core/components/**`,
|
||||
`${tmpDir}/core/components/tree/**`,
|
||||
`${tmpDir}/core/components/menu/**`,
|
||||
`${tmpDir}/core/keyboard_nav/**`,
|
||||
`${tmpDir}/core/utils/**`,
|
||||
`${tmpDir}/core/theme/**`,
|
||||
|
||||
Reference in New Issue
Block a user