Package: node-rollup / 3.29.5-2

Metadata

Package Version Patches format
node-rollup 3.29.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix banner.patch | (download)

build-plugins/get-banner.ts | 16 3 + 13 - 0 !
rollup.config.ts | 4 1 + 3 - 0 !
2 files changed, 4 insertions(+), 16 deletions(-)

 render banner reproducible
disable help.patch | (download)

cli/cli.ts | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable help
 Ugly hack: rollup is required for importing .md files. This removes circular
 build dependency. This should be fixed properly when we have latest version of
 rollup in the archive and a proper staged build is used.
help md format fixes.patch | (download)

cli/help.md | 38 26 + 12 - 0 !
1 file changed, 26 insertions(+), 12 deletions(-)

 help md format fixes
 These changes are useful to make a nicer man page
search module in debian dirs.diff | (download)

build-plugins/aliases.ts | 2 1 + 1 - 0 !
rollup.config.ts | 8 6 + 2 - 0 !
2 files changed, 7 insertions(+), 3 deletions(-)

 search module also in debian directories
dont build browser module.diff | (download)

rollup.config.ts | 51 2 + 49 - 0 !
1 file changed, 2 insertions(+), 49 deletions(-)

 don't build browser module
fix shebang.diff | (download)

build-plugins/add-cli-entry.ts | 2 1 + 1 - 0 !
scripts/update-snapshots.js | 2 1 + 1 - 0 !
test/cli/samples/config-mjs-plugins/_expected.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/force-stdin-tty/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/no-stdin-tty/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/stdin-error/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdout-code-splitting/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/clearScreen/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/close-stdin/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/no-clearScreen-command/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/no-clearScreen/wrapper.js | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 fix shebang
fix commonjs path.diff | (download)

rollup.config.ts | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 commonjs plugin has to be applied outside node_modules
update to recent plugin node resolve.patch | (download)

docs/tools/index.md | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-root/_config.js | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 update to recent @rollup/plugin-node-resolve
fix for magic string 0.30.5.patch | (download)

src/Chunk.ts | 1 1 + 0 - 0 !
src/utils/collapseSourcemaps.ts | 1 1 + 0 - 0 !
src/utils/renderChunks.ts | 1 1 + 0 - 0 !
src/utils/transform.ts | 2 2 + 0 - 0 !
4 files changed, 5 insertions(+)

 tsc workaround for magic-string 0.30.5
fix timeout type.patch | (download)

src/watch/watch.ts | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 settimeout return type can change depending on browser/node env
 It typically changed between node 18.13 and node 18.19
port to acorn8.16.0.path | (download)

src/utils/commentAnnotations.ts | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 improve typesafe with newer acorn