Closed brian-guerrero closed 1 month ago
@dotnet-policy-service agree
Would it make more sense to have this ship as a standalone integration rather than part of the Node.js extensions pack?
I'm thinking of the discoverability of integration, I'd be looking for a Hosting.Deno
package (and this is the thing behind Bun too).
Also, it'd reduce the confusion when the builder API returns a DenoResource
not NodeResource
.
That makes sense. I'm thinking for DenoAppResource
extensions we can have a an AddDenoApp
, AddDenoTask
(this would be equivalent to AddNpmApp
), and AddViteApp
(to have parity with NodeAppResource
).
Having a standalone integration means that we don't have to try to make Deno "conform" to any of the Node designs/naming and instead it can leverage terminology that makes sense for Deno devs.
Ended up staying away from an AddViteApp
extension to keep the use cases pretty vanilla for Deno. One of my two Deno example projects is a Vite + Deno + TS so that should help anyone interested in that approach.
@aaronpowell, We should squash feature branches instead of merge commit. This approach keeps the main branch history cleaner.
@aaronpowell, We should squash feature branches instead of merge commit. This approach keeps the main branch history cleaner.
I kind of like having the full history as it makes it easier to do historical tracing of why something was done the way it was, rather than it being in a single commit that you then have to go and find the PR for and dig through there.
But when it's a large PR (like this or the Aspire 9 one) it probably makes more sense.
Closes #109
PR Checklist
Other information