Merge branch 'master' into fix/workspace-instruction-frame-metadata

This commit is contained in:
Tianyi Cui
2026-07-30 11:45:00 +08:00
committed by GitHub
350 changed files with 20751 additions and 3591 deletions

View File

@@ -192,7 +192,7 @@ export class InvariantService extends Service {
}
// Cordis attaches setup thenability and async teardown to this callable;
// the service seam intentionally exposes only the conventional disposer.
// eslint-disable-next-line @typescript-eslint/no-misused-promises -- the extra runtime shape stays private.
// oxlint-disable-next-line typescript/no-misused-promises -- the extra runtime shape stays private.
return registration
}
}