-
Notifications
You must be signed in to change notification settings - Fork 5k
bundler: chain inline input sourcemaps through to output #30539
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
29
commits into
main
Choose a base branch
from
farm/eb1afa62/chain-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 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
31e2ddc
bundler: chain inline input sourcemaps through to output
robobun ee030e8
[autofix.ci] apply automated fixes
autofix-ci[bot] 87f50bc
test: cover plugin onLoad with inline sourcemap (#6173)
robobun e84d5c4
address review findings: OOM, leak, test guards
robobun ac7b108
sourcemap: anchor findSourceMappingURL to the final line
robobun 9eca1d4
address 3 review findings from claude[bot]
robobun 47757dc
ci: retrigger
robobun a10f2b2
test: gate chained-sourcemap tests behind describe.todo
robobun 02b8ec8
bundler: chain inline input sourcemaps through to output (Rust port)
robobun 35cbe17
[autofix.ci] apply automated fixes
autofix-ci[bot] 4983e19
sourcemap: trim whitespace on both sides of the URL after sourceMappi…
robobun 6dd5c39
bundler: init Graph::InputFile.input_source_map in Default impl
robobun 2b61ec7
sourcemap: drop unused Mapping import from InputSourceMap.rs
robobun f5187ac
bundler: hoist source_map option before get_ast to avoid stacked-borr…
robobun 1ae23e1
sourcemap: drop redundant mut on estr bindings (-D unused-mut)
robobun 8266423
sourcemap: hint find_line_with_hint from intermediate line, not remapped
robobun 60af998
[autofix.ci] apply automated fixes
autofix-ci[bot] 5b10b6e
sourcemap: align comments with main's port-note cleanup
robobun ee552a7
sourcemap: route write_sources_for paths through source_map_relative_…
robobun cfe8ba5
sourcemap: use Number::value() accessor (field now private)
robobun b83f1e7
bundler: cap inline-sourcemap source names; isolate chain tests
robobun 37dad95
test: run inline-sourcemap chain suite concurrently
robobun 3a6030d
test: size oversized-name case past the largest platform MAX_PATH_BYTES
robobun c9447b7
sourcemap: adapt InputSourceMap to renamed json parse and Result-base…
robobun 5f22626
sourcemap: read inline maps through the tape-based JSON accessors
robobun 7d009dd
sourcemap: trim explanatory comments to their load-bearing core
robobun 27ec2ea
sourcemap: use bun_core::strings helpers for byte search (source lint)
robobun 39e1360
bundler: skip inline-map scan under DevServer; pass URL-schemed sourc…
robobun 2d79d79
bundler: emit inner source names verbatim for virtual-namespace modules
robobun 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
Some comments aren't visible on the classic Files Changed page.
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
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.