node_modules/@types/deno/lib.deno.d.ts(5,21): error TS2726: Cannot find lib definition for 'deno.net'. node_modules/@types/deno/lib.deno.d.ts(13,1): error TS6200: Definitions of the following identifiers conflict with those in another file: LinkError, CompileError, RuntimeError, Global, Instance, Memory, Module, Table node_modules/@types/deno/lib.deno.d.ts(44,3): error TS2687: All declarations of 'filename' must have identical modifiers. node_modules/@types/deno/lib.deno.d.ts(59,3): error TS2687: All declarations of 'dirname' must have identical modifiers. node_modules/@types/deno/lib.deno.d.ts(70,3): error TS2687: All declarations of 'main' must have identical modifiers. node_modules/@types/deno/lib.deno.d.ts(7196,19): error TS2430: Interface 'Event' incorrectly extends interface '{ readonly bubbles: boolean; cancelBubble: () => void; readonly cancelable: boolean; readonly composed: boolean; composedPath(): [EventTarget?]; readonly currentTarget: EventTarget; ... 10 more ...; readonly type: string; }'. Types of property 'cancelBubble' are incompatible. Type 'boolean' is not assignable to type '() => void'. node_modules/@types/deno/lib.deno.d.ts(7691,19): error TS2320: Interface 'File' cannot simultaneously extend types 'Blob' and 'File'. Named property 'slice' of types 'Blob' and 'File' are not identical. node_modules/@types/deno/lib.deno.d.ts(8242,19): error TS2430: Interface 'MessageEvent' incorrectly extends interface 'Bun.MessageEvent'. Types of property 'ports' are incompatible. Type 'readonly MessagePort[]' is not assignable to type 'readonly import("worker_threads").MessagePort[]'. Type 'MessagePort' is missing the following properties from type 'MessagePort': ref, unref, addListener, emit, and 13 more. node_modules/@types/deno/lib.deno.d.ts(8584,19): error TS2320: Interface 'FormData' cannot simultaneously extend types 'DomIterable' and 'FormData'. Named property '[Symbol.iterator]' of types 'DomIterable' and 'FormData' are not identical. node_modules/@types/deno/lib.deno.d.ts(8646,19): error TS2320: Interface 'Headers' cannot simultaneously extend types 'DomIterable' and 'Headers'. Named property '[Symbol.iterator]' of types 'DomIterable' and 'Headers' are not identical. node_modules/@types/deno/lib.deno.d.ts(8743,19): error TS2430: Interface 'RequestInit' incorrectly extends interface 'import("/home/xubuntu/bin/node_modules/@types/node/node_modules/undici-types/fetch").RequestInit'. Types of property 'headers' are incompatible. Type 'HeadersInit' is not assignable to type 'import("/home/xubuntu/bin/node_modules/@types/node/node_modules/undici-types/fetch").HeadersInit'. Type 'Iterable' is not assignable to type 'HeadersInit'. Type 'Iterable' is missing the following properties from type 'string[][]': length, pop, push, concat, and 34 more. node_modules/@types/deno/lib.deno.d.ts(8811,19): error TS2320: Interface 'Request' cannot simultaneously extend types 'Body' and 'Request'. Named property 'arrayBuffer' of types 'Body' and 'Request' are not identical. node_modules/@types/deno/lib.deno.d.ts(8907,19): error TS2430: Interface 'ResponseInit' incorrectly extends interface 'import("/home/xubuntu/bin/node_modules/@types/node/node_modules/undici-types/fetch").ResponseInit'. Types of property 'headers' are incompatible. Type 'HeadersInit' is not assignable to type 'import("/home/xubuntu/bin/node_modules/@types/node/node_modules/undici-types/fetch").HeadersInit'. Type 'Iterable' is not assignable to type 'HeadersInit'. Type 'Iterable' is missing the following properties from type 'string[][]': length, pop, push, concat, and 34 more. node_modules/@types/deno/lib.deno.d.ts(8926,19): error TS2320: Interface 'Response' cannot simultaneously extend types 'Body' and 'Response'. Named property 'arrayBuffer' of types 'Body' and 'Response' are not identical. node_modules/@types/deno/lib.deno.d.ts(8986,19): error TS2430: Interface 'EventSource' incorrectly extends interface 'Bun.EventSource'. Types of property 'onerror' are incompatible. Type '(this: EventSource, ev: Event) => any' is not assignable to type '(this: Bun.EventSource, ev: Event) => any'. The 'this' types of each signature are incompatible. Type 'Bun.EventSource' is not assignable to type 'EventSource'. Types of property 'onmessage' are incompatible. Type '(this: Bun.EventSource, ev: Bun.MessageEvent) => any' is not assignable to type '(this: EventSource, ev: MessageEvent) => any'. Types of parameters 'ev' and 'ev' are incompatible. Type 'MessageEvent' is not assignable to type 'Bun.MessageEvent'. Types of property 'ports' are incompatible. Type 'readonly MessagePort[]' is not assignable to type 'readonly import("worker_threads").MessagePort[]'. Type 'MessagePort' is missing the following properties from type 'MessagePort': ref, unref, addListener, emit, and 13 more. node_modules/@types/deno/lib.deno.d.ts(10910,19): error TS2430: Interface 'WebSocket' incorrectly extends interface 'import("/home/xubuntu/bin/node_modules/@types/ws/index").WebSocket'. Types of property 'binaryType' are incompatible. Type 'BinaryType' is not assignable to type '"arraybuffer" | "nodebuffer" | "fragments"'. Type '"blob"' is not assignable to type '"arraybuffer" | "nodebuffer" | "fragments"'. node_modules/@types/deno/lib.deno.d.ts(12303,20): error TS2430: Interface 'WebAssembly.GlobalDescriptor' incorrectly extends interface 'Bun.WebAssembly.GlobalDescriptor'. Types of property 'value' are incompatible. Type 'ValueType' is not assignable to type 'T'. 'ValueType' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'keyof ValueTypeMap'. Type '"i32"' is not assignable to type 'T'. '"i32"' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'keyof ValueTypeMap'. node_modules/@types/deno/lib.deno.d.ts(12355,20): error TS2430: Interface 'WebAssembly.WebAssemblyInstantiatedSource' incorrectly extends interface 'Bun.WebAssembly.WebAssemblyInstantiatedSource'. The types of 'instance.exports' are incompatible between these types. Type 'WebAssembly.Exports' is not assignable to type 'Bun.WebAssembly.Exports'. 'string' index signatures are incompatible. Type 'WebAssembly.ExportValue' is not assignable to type 'Bun.WebAssembly.ExportValue'. Type 'Memory' is not assignable to type 'ExportValue'. Type 'WebAssembly.Memory' is not assignable to type 'Bun.WebAssembly.Memory'. Types of property 'buffer' are incompatible. Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'ArrayBuffer'. Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLength node_modules/@types/node/buffer.d.ts(2273,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'Blob' must be of type '{ new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob; readonly prototype: Blob; }', but here has type 'typeof Blob'. node_modules/@types/node/crypto.d.ts(4515,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'crypto' must be of type 'Crypto', but here has type 'Crypto'. node_modules/@types/node/dom-events.d.ts(108,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'Event' must be of type '{ new (type: string, eventInitDict?: EventInit): Event; readonly prototype: Event; readonly NONE: 0; readonly CAPTURING_PHASE: 1; readonly AT_TARGET: 2; readonly BUBBLING_PHASE: 3; }', but here has type '{ new (type: string, eventInitDict?: EventInit): { readonly bubbles: boolean; cancelBubble: () => void; readonly cancelable: boolean; readonly composed: boolean; composedPath(): [...?]; ... 11 more ...; readonly type: string; }; prototype: { ...; }; }'. node_modules/@types/node/dom-events.d.ts(119,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'EventTarget' must be of type '{ new (): EventTarget; readonly prototype: EventTarget; }', but here has type '{ new (): { addEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | AddEventListenerOptions): void; dispatchEvent(event: Event): boolean; removeEventListener(type: string, listener: EventListener | EventListenerObject, options?: boolean | EventListenerOptions): void; }; prot...'. node_modules/@types/node/globals.d.ts(87,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortController' must be of type '{ new (): AbortController; readonly prototype: AbortController; }', but here has type '{ new (): AbortController; prototype: AbortController; }'. node_modules/@types/node/globals.d.ts(93,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): never; readonly prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; any(signals: AbortSignal[]): AbortSignal; }'. node_modules/@types/node/globals.d.ts(377,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'Request' must be of type '{ new (input: URL | RequestInfo, init?: RequestInit): Request; readonly prototype: Request; }', but here has type 'typeof Request'. node_modules/@types/node/globals.d.ts(386,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'Response' must be of type '{ new (body?: BodyInit, init?: ResponseInit): Response; readonly prototype: Response; json(data: unknown, init?: ResponseInit): Response; error(): Response; redirect(url: string | URL, status?: number): Response; }', but here has type 'typeof Response'. node_modules/@types/node/globals.d.ts(393,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'FormData' must be of type '{ new (): FormData; readonly prototype: FormData; }', but here has type 'typeof FormData'. node_modules/@types/node/globals.d.ts(400,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'Headers' must be of type '{ new (init?: HeadersInit): Headers; readonly prototype: Headers; }', but here has type 'typeof Headers'. node_modules/@types/node/globals.d.ts(407,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'File' must be of type '{ new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File; readonly prototype: File; }', but here has type 'typeof File'. node_modules/@types/node/module.d.ts(283,13): error TS2687: All declarations of 'dirname' must have identical modifiers. node_modules/@types/node/module.d.ts(289,13): error TS2687: All declarations of 'filename' must have identical modifiers. node_modules/@types/node/perf_hooks.d.ts(836,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'PerformanceEntry' must be of type '{ new (): never; readonly prototype: PerformanceEntry; }', but here has type 'typeof PerformanceEntry'. node_modules/@types/node/perf_hooks.d.ts(846,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'PerformanceMark' must be of type '{ new (name: string, options?: PerformanceMarkOptions): PerformanceMark; readonly prototype: PerformanceMark; }', but here has type 'typeof PerformanceMark'. node_modules/@types/node/perf_hooks.d.ts(856,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'PerformanceMeasure' must be of type '{ new (): never; readonly prototype: PerformanceMeasure; }', but here has type 'typeof PerformanceMeasure'. node_modules/@types/node/perf_hooks.d.ts(896,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'performance' must be of type 'Performance', but here has type 'Performance'. node_modules/@types/node/url.d.ts(933,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'URL' must be of type '{ new (url: string | URL, base?: string | URL): URL; readonly prototype: URL; parse(url: string | URL, base?: string | URL): URL; canParse(url: string | URL, base?: string | URL): boolean; createObjectURL(blob: Blob): string; revokeObjectURL(url: string): void; }', but here has type 'typeof URL'. node_modules/@types/node/url.d.ts(943,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'URLSearchParams' must be of type '{ new (init?: string | Record | Iterable): URLSearchParams; readonly prototype: URLSearchParams; }', but here has type 'typeof URLSearchParams'. node_modules/@types/node/util.d.ts(1390,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'TextDecoder' must be of type '{ new (label?: string, options?: TextDecoderOptions): TextDecoder; readonly prototype: TextDecoder; }', but here has type 'typeof TextDecoder'. node_modules/@types/node/util.d.ts(1400,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'TextEncoder' must be of type '{ new (): TextEncoder; readonly prototype: TextEncoder; }', but here has type 'typeof TextEncoder'. node_modules/@types/node/worker_threads.d.ts(665,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'BroadcastChannel' must be of type '{ new (name: string): BroadcastChannel; readonly prototype: BroadcastChannel; }', but here has type 'typeof BroadcastChannel'. node_modules/@types/node/worker_threads.d.ts(675,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'MessageChannel' must be of type '{ new (): MessageChannel; readonly prototype: MessageChannel; }', but here has type 'typeof MessageChannel'. node_modules/@types/node/worker_threads.d.ts(685,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'MessagePort' must be of type '{ new (): never; readonly prototype: MessagePort; }', but here has type 'typeof MessagePort'. node_modules/bun-types/bun.d.ts(117,8): error TS2420: Class 'ShellError' incorrectly implements interface 'ShellOutput'. Property 'bytes' is missing in type 'ShellError' but required in type 'ShellOutput'. node_modules/bun-types/globals.d.ts(1103,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'ErrorEvent' must be of type '{ new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent; readonly prototype: ErrorEvent; }', but here has type '{ new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent; prototype: ErrorEvent; }'. node_modules/bun-types/globals.d.ts(1118,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'CloseEvent' must be of type '{ new (type: string, eventInitDict?: CloseEventInit): CloseEvent; readonly prototype: CloseEvent; }', but here has type '{ new (type: string, eventInitDict?: CloseEventInit): CloseEvent; prototype: CloseEvent; }'. node_modules/bun-types/globals.d.ts(1142,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'CustomEvent' must be of type '{ new (typeArg: string, eventInitDict?: CustomEventInit): CustomEvent; readonly prototype: CustomEvent; }', but here has type '{ new (type: string, eventInitDict?: CustomEventInit): CustomEvent; prototype: CustomEvent; }'. node_modules/bun-types/globals.d.ts(1325,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'ByteLengthQueuingStrategy' must be of type '{ new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; readonly prototype: ByteLengthQueuingStrategy; }', but here has type '{ new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; prototype: ByteLengthQueuingStrategy; }'. node_modules/bun-types/globals.d.ts(1347,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'ReadableStreamDefaultController' must be of type '{ new (): never; readonly prototype: ReadableStreamDefaultController; }', but here has type '{ new (): ReadableStreamDefaultController; prototype: ReadableStreamDefaultController; }'. node_modules/bun-types/globals.d.ts(1365,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'ReadableStreamDefaultReader' must be of type '{ new (stream: ReadableStream): ReadableStreamDefaultReader; readonly prototype: ReadableStreamDefaultReader; }', but here has type '{ new (stream: ReadableStream): ReadableStreamDefaultReader; prototype: ReadableStreamDefaultReader; }'. node_modules/bun-types/globals.d.ts(1399,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'WritableStreamDefaultController' must be of type '{ new (): never; readonly prototype: WritableStreamDefaultController; }', but here has type '{ new (): WritableStreamDefaultController; prototype: WritableStreamDefaultController; }'. node_modules/bun-types/globals.d.ts(1415,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'WritableStreamDefaultWriter' must be of type '{ new (stream: WritableStream): WritableStreamDefaultWriter; readonly prototype: WritableStreamDefaultWriter; }', but here has type '{ new (stream: WritableStream): WritableStreamDefaultWriter; prototype: WritableStreamDefaultWriter; }'. node_modules/bun-types/globals.d.ts(1425,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'TransformStream' must be of type '{ new (transformer?: Transformer, writableStrategy?: QueuingStrategy, readableStrategy?: QueuingStrategy): TransformStream<...>; readonly prototype: TransformStream<...>; }', but here has type '{ new (transformer?: Transformer, writableStrategy?: QueuingStrategy, readableStrategy?: QueuingStrategy): TransformStream<...>; prototype: TransformStream<...>; }'. node_modules/bun-types/globals.d.ts(1441,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'TransformStreamDefaultController' must be of type '{ new (): never; readonly prototype: TransformStreamDefaultController; }', but here has type '{ new (): TransformStreamDefaultController; prototype: TransformStreamDefaultController; }'. node_modules/bun-types/globals.d.ts(1476,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'CountQueuingStrategy' must be of type '{ new (init: QueuingStrategyInit): CountQueuingStrategy; readonly prototype: CountQueuingStrategy; }', but here has type '{ new (init: QueuingStrategyInit): CountQueuingStrategy; prototype: CountQueuingStrategy; }'. node_modules/bun-types/globals.d.ts(1564,6): error TS2403: Subsequent variable declarations must have the same type. Variable 'CryptoKey' must be of type '{ new (): never; readonly prototype: CryptoKey; }', but here has type '{ new (): CryptoKey; prototype: CryptoKey; }'. node_modules/bun-types/globals.d.ts(1890,12): error TS2687: All declarations of 'main' must have identical modifiers. node_modules/bun-types/globals.d.ts(1893,12): error TS2687: All declarations of 'dirname' must have identical modifiers. node_modules/bun-types/globals.d.ts(1896,12): error TS2687: All declarations of 'filename' must have identical modifiers. node_modules/bun-types/overrides.d.ts(3,20): error TS2305: Module '"bun"' has no exported member 'PathLike'. node_modules/bun-types/wasm.d.ts(1,1): error TS6200: Definitions of the following identifiers conflict with those in another file: LinkError, CompileError, RuntimeError, Global, Instance, Memory, Module, Table node_modules/bun-types/wasm.d.ts(219,9): error TS2315: Type 'Global' is not generic.