1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Divy Srivastava d283a53655
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-06 12:05:57 +00:00
..
broadcast_channel chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
cache chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
canvas chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
console chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
cron chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
crypto chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
fetch chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
ffi chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
fs chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
http chore: fix typos (#22677) 2024-03-04 14:28:57 +00:00
io fix(cli): improve logging on failed named pipe (#22726) 2024-03-06 03:17:46 +01:00
kv chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
napi chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
net chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
node fix(node): implement ALS enterWith (#22740) 2024-03-06 12:05:57 +00:00
tls chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
url chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
web perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07:00
webgpu chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
webidl chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
websocket chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00
webstorage chore: forward v1.41.1 release commit to main (#22643) 2024-02-29 20:56:08 -05:00