dsherret
dsherret
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
13 replies
DDeno
Created by staytuned_team on 3/25/2025 in #help
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
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
it seems it's a workspace containing a package containing a package? I don't think that's supported
13 replies
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
what would be best is just an example repo that I can checkout that shows the issue. Otherwise it's hard to follow what the setup looks like
13 replies
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
it would be good to show what the repo looks like in the reproduction because i'm not sure how this looks
13 replies
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
can you open an issue with a reproduction?
13 replies
DDeno
Created by dandv on 3/3/2025 in #help
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
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
I can't say for sure. Hopefully. it's getting closer
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
I don't know
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
that's part of the work towards that. It's a very big task so isn't going to land in a single pr
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
that's the goal
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
yes
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
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
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
given esbuild deno loader is not working and giving errors
did you open an issue?
23 replies
DDeno
Created by Bhaumin on 1/29/2025 in #help
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
DDeno
Created by Bhaumin on 1/29/2025 in #help
Deno Emit for Bundling - Potential Open Source Contributions
23 replies
DDeno
Created by Bhaumin on 12/5/2024 in #help
why deno vs code extension not supporting deno test describe and coverage?
no eta at this point
6 replies
DDeno
Created by Bhaumin on 12/5/2024 in #help
why deno vs code extension not supporting deno test describe and coverage?
6 replies
DDeno
Created by con_ on 10/9/2024 in #help
Guidance in testing new publish flag
you could make a copy of the tests/specs/publish/successful directory and give it a descriptive name, edit the __test__.jsonc file, then run cargo test specs::publish to run the tests
3 replies