[Svelte + Vite + Deno 2.0] Svelte and Vite configuration without a package.json
vite
, but when i try to add a Svelte component like the usual App.svelte i am being hit with this vite error Pre-transform error: Failed to resolve import "svelte/internal/disclose-version" from "src/App.svelte". Does the file exist?
. I am pretty sure that the root cause for this is the fact that the modules with deno 2.0 and deno.json are being installed in a diffrent directory for me on Linux that's .cache/deno
, the file mentioned in the vite error is present in the svelte module folder that is in .cache/deno/npm/registry.npmjs.org/svelte/5.15.0/src/internal/
. I am not sure what i am supposed to do to make vite look into that path to fetch the file it needs. Thanks in advance for any responses...Can symbol documentation be detected when re-exported from top level default export?
{}
. ...Inlay hints for Deno LSP in nvim?
_layouts are static / Server Side? How "any state set by middleware is available via props.state"
useEffect
- using a Singal
doesnt update _layout and re-render on signal updates it just gets the signal once on load...
...Could not resolve "node:url"
Creating Deno.json wrecks Next.js project
Object.prototype.__proto__
to work.
However as soon as I create a Deno.js file, I am bombarded with numerous errors that I wouldn't (and shouldn't) be getting otherwise - even within Shadcn components. ...
Checking less - when it comes to deploying..
Issue with Adding Object to S3 from Deno Deploy (Works Locally)
deno_ast 1:1 token location mapping
"Publishing" deno packages to a web accessible S3 and resolve deno.json workspace members?
@mycompany/foo
, it might live at s3.internal.mycompany.com/pkgs/mycompany/foo
and be located in the packages/foo
folder
- @mycompany-cli/bar
it might live at s3.internal.mycompany.com/pkgs/mycompany-cli/bar
and be located in the scripts/bar
folder...Cannot find module 'npm:react-router-dom' or its corresponding type declarations.
import { Outlet } from "npm:react-router-dom"
. What is the proper way to get rid of it?Writing and sharing libraries locally
how to setup jupyter with deno for vscode?

HMR compile error
deno upgrade lts <- still no version available?
Unable to target browser and deno with unstable features in typescript `compilerOptions.lib`
Unable to request adapter for webgpu on WSL2
console.log(await navigator.gpu.requestAdapter()) // returns null on WSL2
console.log(await navigator.gpu.requestAdapter()) // returns null on WSL2
Issues with importing from npm - should I switch to esm.sh?