mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: manually add typings for generator classes (#7824)
* fix: manually add typings for generator classes * fix: use real generated type for class
This commit is contained in:
committed by
GitHub
parent
0b25a8a27f
commit
d1cca3c09a
@@ -348,7 +348,6 @@ function packageDTS() {
|
||||
return gulp.src(handwrittenSrcs, {base: 'typings'})
|
||||
.pipe(gulp.src(`${TYPINGS_BUILD_DIR}/**/*.d.ts`, {ignore: [
|
||||
`${TYPINGS_BUILD_DIR}/blocks/**/*`,
|
||||
`${TYPINGS_BUILD_DIR}/generators/**/*`,
|
||||
]}))
|
||||
.pipe(gulp.replace('AnyDuringMigration', 'any'))
|
||||
.pipe(gulp.dest(RELEASE_DIR));
|
||||
|
||||
Reference in New Issue
Block a user