dsherret
Problems with Nested deno.json in Deno Workspaces
not at the moment. See https://github.com/denoland/deno/issues/26693
13 replies
Problems with Nested deno.json in Deno Workspaces
actually, that's a package containing a package containing a package. I think just have a single deno.json at the root and only have one deno.json per part of the tree instead of many nested deno.json packages
13 replies
Deno check/lint doesn't warn against obvious bugs
just a note that this isn't a bug in Deno. The code does not error with tsc either when targeting ESNext https://github.com/denoland/deno/issues/28433#issuecomment-2721404946
8 replies
Deno Emit for Bundling - Potential Open Source Contributions
i just opened this PR last week: https://github.com/denoland/deno/pull/27766 -- i don't have any pending PRs at the moment
23 replies
Deno Emit for Bundling - Potential Open Source Contributions
i've also been slowly extracting out resolution code from the CLI for use in rolldown and rspack. I have a branch I've been working on to get it working in rolldown, but I'm taking a break for a week because of the Deno 2.2 release next week
23 replies
Deno Emit for Bundling - Potential Open Source Contributions
i'd recommend using: https://github.com/lucacasonato/esbuild_deno_loader
23 replies