rollup / rollup/rollup

sourcemap generate error with MagicString

Open
#4,745 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
26.3k
Forks
1.8k
Avg merge
2d 11h
Merged PRs (30d)
20

Description

in renderChunk ,
const res = new MagicString(code)
// without any modify
return {
code:res.toString(),
map:res.generateMap()
}

but the js.map's mappings is empty,why?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the minimal renderChunk example using MagicString and inspect the generated js.map mappings. Read the sourcemap handling around renderChunk and compare the result with and without modifications. Done means explaining the empty mappings and adding a regression test if the behavior is confirmed as a Rollup bug.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.