Roj

Results 53 issues of Roj

BigInt utilities include, but are not limited to: - A function that takes in x, y, z, and calculates a (x ** y) % z to power, like Python’s built-in...

feedback welcome

**Code** ```ts console.log(typeof import.meta.dirname, import.meta.dirname?.length); ``` **Output** ![image](https://github.com/denoland/deno/assets/49933115/b265a938-3622-4c23-88e7-aed64bf31421) **deno --version** ``` deno 1.42.4 (release, x86_64-pc-windows-msvc) v8 12.3.219.9 typescript 5.4.3 ```

bug
runtime

https://github.com/denoland/fresh/blob/e3508c30541018e6384ce8b373baf17d3dc52673/src/server/context.ts#L148 Should this be public?

Reproduction: https://github.com/roj1512/fresh-2359-repro

When I’m trying to work on [this project](https://github.com/MTKruto/MTKruto), deno lsp’s memory usage grows up to 1.5 GB in a short amount of time, and IntelliSense, auto-complete, and pretty much everything...

perf
lsp

We need to support browsers. For this, we might want to keep away from `std/node` as much as we can, since it has many Deno-only code, and we have already...

help wanted