Skip to content

Implement AsyncDisposable to support TS 5.2's using #178

Implement AsyncDisposable to support TS 5.2's using

Implement AsyncDisposable to support TS 5.2's using #178

Triggered via pull request July 18, 2025 07:47
Status Failure
Total duration 1m 34s
Artifacts

checks.yml

on: pull_request
Detect packages to check
10s
Detect packages to check
Matrix: Lint
Matrix: Compile
Matrix: Smoke tests
Matrix: Tests
Waiting for pending jobs
Checks complete
0s
Checks complete
Fit to window
Zoom out
Zoom in

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'.