feat!: shell will now throw on error by default (#9720) #2048
Annotations
10 errors and 1 warning
Tests
Subsequent variable declarations must have the same type. Variable 'Response' must be of type 'typeof Response', but here has type 'typeof Response'.
|
Tests
Subsequent variable declarations must have the same type. Variable 'Request' must be of type 'typeof Request', but here has type '{ new (requestInfo: string, requestInit?: RequestInit | undefined): Request; new (requestInfo: RequestInit & { url: string; }): Request; new (requestInfo: Request, requestInit?: RequestInit | undefined): Request; prototype: Request; }'.
|
Tests
Interface 'EventTarget' cannot simultaneously extend types '{ addEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | ... 1 more ... | undefined): void; }' and '{ addEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | ... 1 more ... | undefined): void; }'.
|
Tests
Module '"bun"' has no exported member 'PathLike'.
|
Tests
'version' is specified more than once, so this usage will be overwritten.
|
Tests
Argument of type '0' is not assignable to parameter of type 'TypedArray | Pointer | CString | null'.
|
Tests
Argument of type 'number' is not assignable to parameter of type 'Pointer | JSCallback'.
|
Tests
Argument of type 'number' is not assignable to parameter of type 'Pointer'.
|
Tests
Argument of type 'number' is not assignable to parameter of type 'Pointer'.
|
Tests
Argument of type 'number' is not assignable to parameter of type 'Pointer'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading