File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class BatchHelper implements Denops {
34
34
return this . #denops. meta ;
35
35
}
36
36
37
- get interrupted ( ) : AbortSignal {
37
+ get interrupted ( ) : AbortSignal | undefined {
38
38
return this . #denops. interrupted ;
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class CollectHelper implements Denops {
33
33
return this . #denops. meta ;
34
34
}
35
35
36
- get interrupted ( ) : AbortSignal {
36
+ get interrupted ( ) : AbortSignal | undefined {
37
37
return this . #denops. interrupted ;
38
38
}
39
39
Original file line number Diff line number Diff line change 33
33
],
34
34
"imports" : {
35
35
"@core/unknownutil" : " jsr:@core/unknownutil@^3.18.0" ,
36
- "@denops/core" : " jsr:@denops/core@^7.0.0-pre0 " ,
37
- "@denops/test" : " jsr:@denops/test@^3.0.0-pre0 " ,
36
+ "@denops/core" : " jsr:@denops/core@^7.0.0-pre1 " ,
37
+ "@denops/test" : " jsr:@denops/test@^3.0.0-pre1 " ,
38
38
"@lambdalisue/errorutil" : " jsr:@lambdalisue/errorutil@^1.0.0" ,
39
39
"@lambdalisue/itertools" : " jsr:@lambdalisue/itertools@^1.1.2" ,
40
40
"@lambdalisue/unreachable" : " jsr:@lambdalisue/unreachable@^1.0.1" ,
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ class ExprStringHelper implements Denops {
188
188
return this . #denops. meta ;
189
189
}
190
190
191
- get interrupted ( ) : AbortSignal {
191
+ get interrupted ( ) : AbortSignal | undefined {
192
192
return this . #denops. interrupted ;
193
193
}
194
194
You can’t perform that action at this time.
0 commit comments