-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: use resolver function to resolve module #535
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CodSpeed Performance ReportMerging #535 will not alter performanceComparing Summary
|
a69fe4d
to
06ac05a
Compare
124441d
to
53cb5ec
Compare
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.
Copilot reviewed 35 out of 50 changed files in this pull request and generated no comments.
Files not reviewed (15)
- packages/core/tests/snapshots/config.test.ts.snap: Language not supported
- scripts/dictionary.txt: Language not supported
- tests/integration/auto-extension/type-commonjs/config-override/package.json: Language not supported
- tests/integration/auto-extension/type-commonjs/default/package.json: Language not supported
- tests/integration/auto-extension/type-commonjs/false-bundleless/package.json: Language not supported
- tests/integration/auto-extension/type-commonjs/false/package.json: Language not supported
- tests/integration/auto-extension/type-module/config-override/package.json: Language not supported
- tests/integration/auto-extension/type-module/default/package.json: Language not supported
- tests/integration/auto-extension/fixtures/src/common.ts: Evaluated as low risk
- packages/core/src/config.ts: Evaluated as low risk
- packages/core/src/css/cssConfig.ts: Evaluated as low risk
- packages/core/src/types/config.ts: Evaluated as low risk
- packages/core/src/types/utils.ts: Evaluated as low risk
- packages/core/src/utils/helper.ts: Evaluated as low risk
- pnpm-lock.yaml: Evaluated as low risk
I think the pr title should be changed. |
Co-authored-by: Timeless0911 <[email protected]>
Co-authored-by: Timeless0911 <[email protected]>
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.
Update docs and tests about externals
in bundleless mode in next pr.
Summary
Fix #238.
Fix #250.
Fix #553.
Fix #407.
Close #548.
As of now, we got
getResolve
function in external callback. InvokegetResolve
once and cache the resolver to use afterward for performance concern.Related Links
Checklist