-
Notifications
You must be signed in to change notification settings - Fork 5k
bundler: chain external input sourcemaps and thread chains through the dev server #32473
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
Open
robobun
wants to merge
36
commits into
main
Choose a base branch
from
farm/7467a033/chain-external-input-sourcemaps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
eb5c2ff
bundler: chain inline input sourcemaps through to output
robobun 82f4025
[autofix.ci] apply automated fixes
autofix-ci[bot] c7885a5
test: cover plugin onLoad with inline sourcemap (#6173)
robobun 64ed7f6
address review findings: OOM, leak, test guards
robobun dd29d7d
sourcemap: anchor findSourceMappingURL to the final line
robobun 557971b
address 3 review findings from claude[bot]
robobun ccff538
ci: retrigger
robobun 2597a8a
build: serialize release smoke-test against strip
robobun 193fc55
sourcemap: swap std.mem.indexOfAny for bun.strings.indexAnyComptime
robobun 6182656
test: gate chained-sourcemap tests behind describe.todo
robobun 313b504
bundler: chain inline input sourcemaps through to output (Rust port)
robobun 31fafb8
[autofix.ci] apply automated fixes
autofix-ci[bot] b72e85e
sourcemap: trim whitespace on both sides of the URL after sourceMappi…
robobun 8255258
bundler: init Graph::InputFile.input_source_map in Default impl
robobun e33965e
sourcemap: drop unused Mapping import from InputSourceMap.rs
robobun 446bcc8
bundler: hoist source_map option before get_ast to avoid stacked-borr…
robobun 42e1787
sourcemap: drop redundant mut on estr bindings (-D unused-mut)
robobun e803a32
sourcemap: hint find_line_with_hint from intermediate line, not remapped
robobun 96fd1f2
[autofix.ci] apply automated fixes
autofix-ci[bot] 4d879a3
js_printer: use transmute for input_source_map lifetime erasure (clippy)
robobun 8020783
sourcemap: align comments with main's port-note cleanup
robobun 312b1dc
Merge remote-tracking branch 'origin/main' into farm/7467a033/chain-e…
robobun 731de50
bundler: chain external input sourcemaps + thread chains through the …
robobun f8f9d52
[autofix.ci] apply automated fixes
autofix-ci[bot] faf54b5
address review: drop stale dev-server gates, OOM handling, HMR cache …
robobun 6d1ff14
address review: honour sourceRoot, guard non-file namespaces in write…
robobun 0c49f06
[autofix.ci] apply automated fixes
autofix-ci[bot] e18bcc6
address review: pass URL-style inner source names through verbatim
robobun 2fb4ac1
address review: use length-checked path join for user-controlled sour…
robobun 354dfdd
[autofix.ci] apply automated fixes
autofix-ci[bot] 238418d
test(26713): normalize path separators in makeFixture pre-build sanit…
robobun 1a800b4
Merge branch 'main' into farm/7467a033/chain-external-input-sourcemaps
Jarred-Sumner f04b85e
Merge branch 'main' into farm/7467a033/chain-external-input-sourcemaps
robobun 3466b4a
docs: mention the sidecar .map origin on the other three input_source…
robobun 824273d
Merge origin/main into farm/7467a033/chain-external-input-sourcemaps
robobun c67b78d
[autofix.ci] apply automated fixes
autofix-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.