-
Will be possibile to replace the better-sqlite3 library with a wrapper that can use the native deno or bun sqlite libraries?
-
I just updated “deno” to “deno-2.1.2” and found that this problem (https://github.com/denoland/deno/issues/26660) is still there.
![image](https://github.com/user-attachments/assets/7b9…
-
```shell
⚠️ Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import data from "./_data.json" assert { type: "json" };
at https://deno.land/std@0.196.0/console/u…
-
Feature Request
-----------------------------------------------------
What is the current behavior?
-----------------------------
`oclif package` currently works for packaging Node CLIs.
Wha…
-
The docs state:
```
By default Deno allows importing sources from following hosts:
deno.land
esm.sh
jsr.io
cdn.jsdelivr.net
raw.githubusercontent.com
gist.githubusercontent.com
```
The…
-
```js
const controller = new AbortController();
Deno.addSignalListener("SIGCHLD", () => controller.abort());
await new Deno.Command("true", { signal: controller.signal }).output();
```
On a Mac…
-
**What would you like Renovate to be able to do?**
Support Deno as a regular package manager.
**Describe the solution you'd like**
Provide upgrades if someone uses branch versions
**Addit…
-
# I want to use deno_node without using deno_kv
The problem:
- **deno_node** relies on **deno_runtime**
- **deno_runtime** relies on **deno_kv** and **deno_cron**
- Therefore I can't use **den…
-
- [ ] 迁移到CF
- [ ] 支持Docker
## 背景
Cloudflare与Deno deploy的免费及付费资源额度对比:
| 对比项 | CF | Deno Deploy | CF 付费(5$/月) | Deno Deploy 付费(20$/月) |
| -------- | ----…
-
### Describe the bug
Since upgrading to deno 2, I am getting build failures using sveltekit. This seems to be because an autogenerated file `.svelte-kit/output/server/index.js` references a non exist…