fix(dts-plugin): fix Windows type generation#4382
Conversation
|
Cursor Agent can help with this pull request. Just |
🦋 Changeset detectedLatest commit: 3940efe The changes in this PR will be included in the next version bump. This PR includes changesets to release 43 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle Size Report1 package(s) changed, 37 unchanged.
Total dist: 6.38 MB (+7.1 kB (+0.1%)) |
…y-configuration-3ee2
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c48bf69b0c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Document the Windows type generation fix in a changeset for release notes. Co-authored-by: Cursor <cursoragent@cursor.com>
…m:module-federation/core into cursor/shared-property-configuration-3ee2
Split compilerInstance into argv tokens for execFile and cover it with a unit test. Co-authored-by: Cursor <cursoragent@cursor.com>
…y-configuration-3ee2
Description
Fixes Windows failures in
@module-federation/dts-pluginby invoking the compiler withexecFileand passing arguments as an array, avoiding single-quote path issues incmd.exe. The displayed command now uses a safely quoted project path for copy/paste.Related Issue
#4272
Types of changes
Checklist