File tree Expand file tree Collapse file tree 5 files changed +19
-22
lines changed
Expand file tree Collapse file tree 5 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 448448 "markdown-eslint-parser" : " ^1.2.1" ,
449449 "memfs" : " ^4.51.1" ,
450450 "nyc" : " ^17.1.0" ,
451- "prettier" : " ^3.6.2 " ,
451+ "prettier" : " ^3.7.4 " ,
452452 "ts-loader" : " ^9.5.4" ,
453453 "typescript" : " ^5.9.3" ,
454454 "utf-8-validate" : " ^6.0.6" ,
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ export type OneWayWebSocketInit = {
2424 options ?: ClientOptions ;
2525} ;
2626
27- export class OneWayWebSocket < TData = unknown >
28- implements UnidirectionalStream < TData >
29- {
27+ export class OneWayWebSocket <
28+ TData = unknown ,
29+ > implements UnidirectionalStream < TData > {
3030 readonly #socket: Ws ;
3131 readonly #messageCallbacks = new Map <
3232 EventHandler < TData , "message" > ,
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ export type ReconnectingWebSocketOptions = {
2222 jitterFactor ?: number ;
2323} ;
2424
25- export class ReconnectingWebSocket < TData = unknown >
26- implements UnidirectionalStream < TData >
27- {
25+ export class ReconnectingWebSocket <
26+ TData = unknown ,
27+ > implements UnidirectionalStream < TData > {
2828 readonly #socketFactory: SocketFactory < TData > ;
2929 readonly #logger: Logger ;
3030 readonly #options: Required < ReconnectingWebSocketOptions > ;
Original file line number Diff line number Diff line change @@ -453,17 +453,14 @@ export class MockStatusBar {
453453/**
454454 * Mock CoderApi for testing. Tracks method calls and allows controlling responses.
455455 */
456- export class MockCoderApi
457- implements
458- Pick <
459- CoderApi ,
460- | "setHost"
461- | "setSessionToken"
462- | "setCredentials"
463- | "getAuthenticatedUser"
464- | "dispose"
465- >
466- {
456+ export class MockCoderApi implements Pick <
457+ CoderApi ,
458+ | "setHost"
459+ | "setSessionToken"
460+ | "setCredentials"
461+ | "getAuthenticatedUser"
462+ | "dispose"
463+ > {
467464 private _host : string | undefined ;
468465 private _token : string | undefined ;
469466 private _disposed = false ;
Original file line number Diff line number Diff line change @@ -6822,10 +6822,10 @@ prettier-linter-helpers@^1.0.0:
68226822 dependencies :
68236823 fast-diff "^1.1.2"
68246824
6825- prettier@^3.6.2 :
6826- version "3.6.2 "
6827- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2 .tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393 "
6828- integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ ==
6825+ prettier@^3.7.4 :
6826+ version "3.7.4 "
6827+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4 .tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f "
6828+ integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA ==
68296829
68306830pretty-bytes@^7.1.0 :
68316831 version "7.1.0"
You can’t perform that action at this time.
0 commit comments