feat: support vite-style tsconfig resolution#6873
Conversation
How to use the Graphite Merge QueueAdd the label graphite: merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
✅ Deploy Preview for rolldown-rs canceled.
|
8c37566 to
334316b
Compare
334316b to
c25dac4
Compare
c25dac4 to
73a2089
Compare
73a2089 to
489db0b
Compare
Benchmarks Rust |
489db0b to
c4a2a6d
Compare
71adc3a to
78d72da
Compare
c4a2a6d to
12ef7f3
Compare
78d72da to
34581da
Compare
12ef7f3 to
77e8bf3
Compare
77e8bf3 to
1020a16
Compare
34581da to
b103b65
Compare
f10920d to
4d14185
Compare
b103b65 to
5daa2c4
Compare
7e521e1 to
d65d0c7
Compare
5daa2c4 to
5973e86
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.
Comments suppressed due to low confidence (1)
crates/rolldown/src/utils/prepare_build_context.rs:1
- The
find_tsconfigoperation is called on every file transformation in Auto mode. While there's caching of the merged options, the tsconfig lookup itself might be repeated. Verify that oxc_resolver'sfind_tsconfighas its own internal caching, otherwise consider adding a path-to-tsconfig-path cache to avoid redundant filesystem lookups.
use std::{borrow::Cow, path::Path, sync::Arc};
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Outdated
Show resolved
Hide resolved
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Show resolved
Hide resolved
44fda45 to
6164491
Compare
6164491 to
26e4526
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: 翠 <green@sapphi.red> Signed-off-by: dalaoshu <165626830+shulaoda@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Outdated
Show resolved
Hide resolved
c26ba66 to
90e5f86
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Show resolved
Hide resolved
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Show resolved
Hide resolved
crates/rolldown_common/src/inner_bundler_options/types/transform_options.rs
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: dalaoshu <165626830+shulaoda@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

closes #4968