lukeed
Is there a way to use tsserver instead of deno lsp in VSCode?
in other words, today Deno has ts 5.6.2 whereas 5.7.4 is the latest version of typescript, which doesnt only mean new TS features... things like narrowing/inference change or improve
9 replies
Is there a way to use tsserver instead of deno lsp in VSCode?
and, at best, w.o any LSP issues, ive had a number of times where a fully working Deno project produces / allows types that fail in more recent versions of
tsc
than what Deno has baked in9 replies
Buffer.from equivalent in deno?
Example usage: https://github.com/lukeed/worktop/blob/836f00bd03addf258b93ea40ebd7e6342bc0d6e7/packages/worktop/src/buffer.test.ts#L374
6 replies
Buffer.from equivalent in deno?
But if you wanted to emulate it with pure Web APIs then have a look at this: https://github.com/lukeed/worktop/blob/836f00bd03addf258b93ea40ebd7e6342bc0d6e7/packages/worktop/src/buffer.ts#L98
6 replies