-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: remove unused exports #7618
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
Conversation
✅ Deploy Preview for vitest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| "./utils": { | ||
| "types": "./dist/utils.d.ts", | ||
| "default": "./dist/utils.js" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change. This may or may not be intentional, but I want to make sure you’re aware. I had to make code changes because of this in remcohaszing/monaco-languageserver-types@7183fd5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was never documented, so we don't consider it a breaking change
Description
This PR:
vitest/browsertovitest/internal/browservitest/utilstovitest/internal/browserentry pointvitest/utilsentry pointisFirstRun,runOnce,getRunningMode,isWatchModePlease don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.