Upgrade to typescript 5.7.2 (#4569)
* Upgrade to typescript 5.7.2 * Fix tsc errors
This commit is contained in:
@ -95,6 +95,10 @@ export default class Queue<T>
|
||||
return this
|
||||
}
|
||||
|
||||
[Symbol.asyncDispose](): Promise<void> {
|
||||
return this.close()
|
||||
}
|
||||
|
||||
get locked(): boolean {
|
||||
return this.#stream.locked
|
||||
}
|
||||
|
Reference in New Issue
Block a user