-
I wanted to try this new zenoh-ts and I have written a simple [deno](https://deno.com/) application but when I run `deno run main.ts`, I have this error:
```sh
error: [ERR_MODULE_NOT_FOUND] Cannot…
-
### What is the problem this feature would solve?
To minify the bundle (w/o --compile) it would be great to have the licence exported to another file or to be removed completely. Also some JS is st…
-
### What is the problem this feature would solve?
Comments like this one are currently stripped out:
![image](https://user-images.githubusercontent.com/175350/226378708-93e62730-4c7f-4c8b-978c-3fcdd…
-
**Describe the bug**
```ts
error: Import 'https://deno.land/x/yaml@v2.0.0-7/src/nodes/Scalar.js' failed: 404 Not Found
at https://deno.land/x/yaml@v2.0.0-7/src/index.ts:22:0
```
**To Reprod…
-
Hello 👋
I was hoping to open a discussion about possibly having a specific set of linter rules for TypeScript. Some rules in ESLint are because of the foot guns in JS which TS already prevents. An…
-
This is a **feature request** to see what is needed to support running CoffeeScript on the new [`deno`](https://deno.land/) js engine (see https://deno.land/).
The original author of [`node`](https…
-
## Reason
It would be nice to be able to directly import TypeScript modules from the browser without having to use `deno bundle`.
## Suggestions
* Every TypeScript should be compiled once to …
-
For tracking purposes, please don't work on this without discussing with Ry or myself.
Having a public API that is similar to how we perform TypeScript compilation is a good idea. It would allow J…
-
Hi everyone!
Round 22 results are in: https://tfb-status.techempower.com/results/66d86090-b6d0-46b3-9752-5aa4913b2e33
We could use some help from the community to verify these results are aligne…
-
`` is supported across all major browsers now, but not in jsdom yet. This can be a tracking issue for the feature.
Node.js doesn't support modules without flags either, and it's unclear exactly how…