Roj
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...
**Code** ```ts console.log(typeof import.meta.dirname, import.meta.dirname?.length); ``` **Output**  **deno --version** ``` deno 1.42.4 (release, x86_64-pc-windows-msvc) v8 12.3.219.9 typescript 5.4.3 ```
https://github.com/denoland/fresh/blob/e3508c30541018e6384ce8b373baf17d3dc52673/src/server/context.ts#L148 Should this be public?
Reproduction: https://github.com/roj1512/fresh-2359-repro
LSP too slow
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...
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...