Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: match mjs and cjs in outFiles by default #1906

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

connor4312
Copy link
Member

Fixes microsoft/vscode#200665

Requires use of my picomatch fork due to micromatch/picomatch#125.
We could alternatively use brace expansion until that's fixed, but that's much less
efficient that using a logical or.

Fixes microsoft/vscode#200665

Requires use of my picomatch fork due to micromatch/picomatch#125.
We could alternatively use brace expansion until that's fixed, but that's much less
efficient that using a logical or.
@connor4312
Copy link
Member Author

Test failures should be fixed with the test-electron update coming in #1905

@connor4312 connor4312 merged commit f33da84 into main Dec 13, 2023
3 of 7 checks passed
@connor4312 connor4312 deleted the connor4312/vscode-200665 branch December 13, 2023 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ts is compiled into cjs and mjs suffix files and cannot be debugged using vscode.
2 participants