Implement AsyncDisposable to support TS 5.2's using
#178
checks.yml
on: pull_request
Detect packages to check
10s
Matrix: Lint
Matrix: Compile
Matrix: Smoke tests
Matrix: Tests
Waiting for pending jobs
Checks complete
0s
Annotations
6 errors
|
Compile (cockroachdb)
Process completed with exit code 2.
|
|
Compile (cockroachdb)
The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'.
|
|
Compile (mssqlserver)
Process completed with exit code 2.
|
|
Compile (mssqlserver)
The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'.
|
|
Compile (postgresql)
Process completed with exit code 2.
|
|
Compile (postgresql)
The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'.
|