0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 04:42:51 -05:00
denoland-deno/ext
Divy Srivastava 41b565349b fix(node): implement ALS enterWith (#22740)
Fixes https://github.com/denoland/deno/issues/18127
https://github.com/denoland/deno/issues/17248

SvelteKit works now!
```
$ deno run -A npm:create-svelte@latest my-app

create-svelte version 6.0.9

┌  Welcome to SvelteKit!
│
◇  Which Svelte app template?
│  SvelteKit demo app
│
◇  Add type checking with TypeScript?
│  Yes, using JavaScript with JSDoc comments
│
◇  Select additional options (use arrow keys/space bar)
│  none
│
└  Your project is ready!

✔ Type-checked JavaScript
  https://www.typescriptlang.org/tsconfig#checkJs

Install community-maintained integrations:
  https://github.com/svelte-add/svelte-add

Next steps:
  1: cd my-app
  2: npm install
  3: git init && git add -A && git commit -m "Initial commit" (optional)
  4: npm run dev -- --open

To close the dev server, hit Ctrl-C

Stuck? Visit us at https://svelte.dev/chat

$ cd my-app/
$ deno task dev
Task dev vite dev

  VITE v5.1.4  ready in 1632 ms

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h + enter to show help
```
2024-03-08 12:38:23 +05:30
..
broadcast_channel 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
cache 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
canvas 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
console 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
cron 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
crypto 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
fetch 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
ffi 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
fs 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
http chore: fix typos (#22677) 2024-03-08 12:38:20 +05:30
io fix(cli): improve logging on failed named pipe (#22726) 2024-03-08 12:38:22 +05:30
kv 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
napi 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
net 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
node fix(node): implement ALS enterWith (#22740) 2024-03-08 12:38:23 +05:30
tls 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
url 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
web perf(cli): use new deno_core timers (#22569) 2024-03-08 12:38:19 +05:30
webgpu 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
webidl 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
websocket 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
webstorage 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00