-
-
^
-
It seems hard to go into a JavaScript/TypeScript library's issues and **not** have someone asking about Deno
Well, here it is: does `typescript-coverage-report` support Deno?
-
Can't find a way to construct a node like `` as opposed to ``. Is that an option I missed?
-
Currently, JavaScript files provided by jspm CDN can be used by [Deno](https://deno.land) but without TypeScript types.
## Request
Position of TypeScript definition files (`*.d.ts`) can be infer…
-
Hi Brad, I'm sure you're already aware but Deno seem to br dropping Typescript as it's causing them more issues. [See here](https://startfunction.com/deno-will-stop-using-typescript/). Thanks
-
Hi! I am very interested in porting this library to [Deno](https://deno.land) (new runtime for JS/TS). Would you mind if I make a PR where I add a folder with Deno compliant code?
The code itself (…
-
Relates to: Codespaces
I'd like for Deno to be installed by default on `codespace-linux` containers; it is being used for many TypeScript projects and requires no additional setup for TypeS…
-
We need to deploy deno in production, but we don't want to use docker in our devops workflow, so we switched to google cloud buildpacks. But now for deno there is no official support and there is not …
-
Was wondering how reconnecting was supposed to work
It mentions that reconnecting needs to be done manually but there are reconnection settings.
Not sure if it is meant to support that or that the …