mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: message types being incorrect (#6414)
* chore: regen msg dts files * fix: package tasks not packaging msg.d.ts files * fix: add setLocale to blockly.ts * chore: format * chore: move setLocale * chore: add comment about setLocale not being useful when used with script tags * chore: format
This commit is contained in:
@@ -377,7 +377,7 @@ function packageReadme() {
|
||||
function packageDTS() {
|
||||
const handwrittenSrcs = [
|
||||
'typings/*.d.ts',
|
||||
'typings/msg/msg.d.ts',
|
||||
'typings/msg/*.d.ts',
|
||||
];
|
||||
return gulp.src(handwrittenSrcs, {base: 'typings'})
|
||||
.pipe(gulp.src(`${TYPINGS_BUILD_DIR}/**/*.d.ts`))
|
||||
|
||||
Reference in New Issue
Block a user