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:
Beka Westberg
2022-09-26 14:02:57 -07:00
committed by GitHub
parent 893787b285
commit 9c81e7591a
128 changed files with 892 additions and 1336 deletions

View File

@@ -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`))