Package: node-rollup / 3.30.0-2

Metadata

Package Version Patches format
node-rollup 3.30.0-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

nodejs24 test.patch | (download)

cli/run/loadConfigFile.ts | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 ci: use node 24 (#5949)

avoid proto in generated output.patch | (download)

src/ast/variables/NamespaceVariable.ts | 4 1 + 3 - 0 !
src/utils/interopHelpers.ts | 11 4 + 7 - 0 !
2 files changed, 5 insertions(+), 10 deletions(-)

 avoid emitting __proto__ in generated output
 Replace {__proto__: null, ...} with Object.setPrototypeOf({...}, null)
 in generated code. The __proto__ property in object literals does not
 work when Node.js runs with --disable-proto, which is used in Debian
 autopkgtests. Object.setPrototypeOf is a proper API that works in all
 environments and preserves getter semantics for live bindings.
update snapshots for proto patch.patch | (download)

test/chunking-form/samples/combined-namespace-reexport/_expected/amd/generated-geometry.js | 10 4 + 6 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/amd/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/cjs/generated-geometry.js | 10 4 + 6 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/cjs/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/es/generated-geometry.js | 10 4 + 6 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/es/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/system/generated-geometry.js | 10 4 + 6 - 0 !
test/chunking-form/samples/combined-namespace-reexport/_expected/system/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/default-reexport-namespace/_expected/amd/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/default-reexport-namespace/_expected/cjs/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/default-reexport-namespace/_expected/es/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/default-reexport-namespace/_expected/system/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/deprecated/dynamic-import-inlining-object/_expected/amd/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/deprecated/dynamic-import-inlining-object/_expected/cjs/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/deprecated/dynamic-import-inlining-object/_expected/es/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/deprecated/dynamic-import-inlining-object/_expected/system/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-facades/_expected/amd/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-facades/_expected/cjs/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-facades/_expected/es/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-facades/_expected/system/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-name-conflict/_expected/amd/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-name-conflict/_expected/cjs/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-name-conflict/_expected/es/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/deprecated/manual-chunks-dynamic-name-conflict/_expected/system/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/deprecated/namespace-tostring/dynamic-import-default-mode/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/deprecated/namespace-tostring/dynamic-import-default-mode/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/deprecated/preserve-modules-auto-export-mode/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/deprecated/preserve-modules-auto-export-mode/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/dynamic-import-facade/_expected/amd/generated-dynamic.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-facade/_expected/cjs/generated-dynamic.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-facade/_expected/es/generated-dynamic.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-facade/_expected/system/generated-dynamic.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inline-colouring/_expected/amd/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inline-colouring/_expected/cjs/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inline-colouring/_expected/es/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inline-colouring/_expected/system/main1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inlining-object/_expected/amd/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inlining-object/_expected/cjs/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inlining-object/_expected/es/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/dynamic-import-inlining-object/_expected/system/entry.js | 4 1 + 3 - 0 !
test/chunking-form/samples/dynamic-import-only-default/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/dynamic-import-only-default/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported-2/_expected/amd/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported-2/_expected/cjs/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported-2/_expected/es/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported-2/_expected/system/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported/_expected/amd/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported/_expected/cjs/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported/_expected/es/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-statically-imported/_expected/system/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/amd/lib.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/cjs/lib.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/es/lib.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/system/lib.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/amd/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/cjs/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/es/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/system/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-tainted-entry/_expected/amd/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-tainted-entry/_expected/cjs/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-tainted-entry/_expected/es/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-tainted-entry/_expected/system/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/dynamically-import-untainted-entry/_expected/amd/importer.js | 2 1 + 1 - 0 !
test/chunking-form/samples/dynamically-import-untainted-entry/_expected/cjs/importer.js | 2 1 + 1 - 0 !
test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/amd/entry-main-amd.js | 2 1 + 1 - 0 !
test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/cjs/entry-main-cjs.js | 2 1 + 1 - 0 !
test/chunking-form/samples/entry-point-without-own-code/_expected/amd/generated-m1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/entry-point-without-own-code/_expected/cjs/generated-m1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/entry-point-without-own-code/_expected/es/generated-m1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/entry-point-without-own-code/_expected/system/generated-m1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-false/_expected/amd/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-false/_expected/cjs/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-false/_expected/es/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-false/_expected/system/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-true/_expected/amd/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-true/_expected/cjs/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-true/_expected/es/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/generated-code/arrow-functions-true/_expected/system/generated-dep1.js | 5 2 + 3 - 0 !
test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/amd/generated-lib.js | 4 1 + 3 - 0 !
test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/cjs/generated-lib.js | 4 1 + 3 - 0 !
test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/es/generated-lib.js | 4 1 + 3 - 0 !
test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/system/generated-lib.js | 4 1 + 3 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-1/_expected/amd/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-1/_expected/cjs/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-1/_expected/es/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-1/_expected/system/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-2/_expected/amd/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-2/_expected/cjs/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-2/_expected/es/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-already-contained-2/_expected/system/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-facades/_expected/amd/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-facades/_expected/cjs/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-facades/_expected/es/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-facades/_expected/system/generated-dynamic.js | 15 6 + 9 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-name-conflict/_expected/amd/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-name-conflict/_expected/cjs/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-name-conflict/_expected/es/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/manual-chunks-dynamic-name-conflict/_expected/system/generated-dynamic.js | 10 4 + 6 - 0 !
test/chunking-form/samples/min-chunk-size/merge-dynamic-imports/_expected/amd/generated-small2.js | 10 4 + 6 - 0 !
test/chunking-form/samples/min-chunk-size/merge-dynamic-imports/_expected/cjs/generated-small2.js | 10 4 + 6 - 0 !
test/chunking-form/samples/min-chunk-size/merge-dynamic-imports/_expected/es/generated-small2.js | 10 4 + 6 - 0 !
test/chunking-form/samples/min-chunk-size/merge-dynamic-imports/_expected/system/generated-small2.js | 10 4 + 6 - 0 !
test/chunking-form/samples/namespace-object-import/_expected/amd/generated-main2.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-object-import/_expected/cjs/generated-main2.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-object-import/_expected/es/generated-main2.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-object-import/_expected/system/generated-main2.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexport-name-conflict/_expected/amd/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexport-name-conflict/_expected/cjs/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexport-name-conflict/_expected/es/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexport-name-conflict/_expected/system/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexports/_expected/amd/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexports/_expected/cjs/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexports/_expected/es/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-reexports/_expected/system/generated-index.js | 5 2 + 3 - 0 !
test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/amd/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/cjs/main.js | 2 1 + 1 - 0 !
test/chunking-form/samples/resolve-dynamic-import/_expected/amd/main.js | 4 1 + 3 - 0 !
test/chunking-form/samples/resolve-dynamic-import/_expected/cjs/main.js | 4 1 + 3 - 0 !
test/chunking-form/samples/resolve-dynamic-import/_expected/es/main.js | 4 1 + 3 - 0 !
test/chunking-form/samples/resolve-dynamic-import/_expected/system/main.js | 4 1 + 3 - 0 !
test/chunking-form/samples/single-file-manual-chunk/_expected/amd/generated-second.js | 8 2 + 6 - 0 !
test/chunking-form/samples/single-file-manual-chunk/_expected/cjs/generated-second.js | 8 2 + 6 - 0 !
test/chunking-form/samples/single-file-manual-chunk/_expected/es/generated-second.js | 8 2 + 6 - 0 !
test/chunking-form/samples/single-file-manual-chunk/_expected/system/generated-second.js | 8 2 + 6 - 0 !
test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/amd/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/cjs/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/es/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/system/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/amd/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/cjs/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/es/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/system/generated-component.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/dynamic-import/_expected/amd/generated-dep.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/dynamic-import/_expected/cjs/generated-dep.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/dynamic-import/_expected/es/generated-dep.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/dynamic-import/_expected/system/generated-dep.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports/_expected/amd/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports/_expected/cjs/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports/_expected/es/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports/_expected/system/main.js | 5 2 + 3 - 0 !
test/chunking-form/samples/synthetic-named-exports/namespace/_expected/amd/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/synthetic-named-exports/namespace/_expected/cjs/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/synthetic-named-exports/namespace/_expected/es/main.js | 10 4 + 6 - 0 !
test/chunking-form/samples/synthetic-named-exports/namespace/_expected/system/main.js | 10 4 + 6 - 0 !
test/form/samples/compact/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/compact/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/compact/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/compact/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/compact/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/compact/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/deprecated/dynamic-import-inlining-array/_expected.js | 4 1 + 3 - 0 !
test/form/samples/deprecated/dynamic-import-inlining/_expected.js | 4 1 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/external-namespaces/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/deprecated/namespace-tostring/external-namespaces/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/deprecated/namespace-tostring/external-namespaces/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/deprecated/namespace-tostring/external-namespaces/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/namespace-tostring/inlined-namespace/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/nested-inlined-dynamic-import/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/deprecated/prefer-const/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/dynamic-import-inlining-array/_expected.js | 4 1 + 3 - 0 !
test/form/samples/dynamic-import-inlining/_expected.js | 4 1 + 3 - 0 !
test/form/samples/export-internal-namespace-as/_expected.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/export-namespace-as/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/freeze/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/amd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/cjs.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/iife.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/arrow-functions-false/_expected/umd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/amd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/cjs.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/iife.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/arrow-functions-true/_expected/umd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-false/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/const-bindings-true/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/object-shorthand-false/_expected.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/object-shorthand-true/_expected.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/amd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/cjs.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/iife.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-false/_expected/umd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/amd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/cjs.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/es.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/iife.js | 4 2 + 2 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/system.js | 2 1 + 1 - 0 !
test/form/samples/generated-code-compact/reserved-names-as-props-true/_expected/umd.js | 4 2 + 2 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/amd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/cjs.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/iife.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/arrow-functions-false/_expected/umd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/amd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/cjs.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/iife.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/arrow-functions-true/_expected/umd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-false/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/const-bindings-true/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/object-shorthand-false/_expected.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/object-shorthand-true/_expected.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/amd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/cjs.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/iife.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/reserved-names-as-props-false/_expected/umd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/amd.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/cjs.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/iife.js | 7 3 + 4 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/generated-code/reserved-names-as-props-true/_expected/umd.js | 7 3 + 4 - 0 !
test/form/samples/inline-with-reexport/_expected.js | 4 1 + 3 - 0 !
test/form/samples/interop-per-dependency-no-freeze/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency-no-freeze/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency-no-freeze/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency-no-freeze/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency-no-live-binding/_expected.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/interop-per-dependency/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/merge-namespaces-non-live/_expected.js | 4 1 + 3 - 0 !
test/form/samples/merge-namespaces/_expected.js | 4 1 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/namespace-object-import/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/namespace-self-import/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/external-namespaces/_expected/amd.js | 2 1 + 1 - 0 !
test/form/samples/namespace-tostring/external-namespaces/_expected/cjs.js | 2 1 + 1 - 0 !
test/form/samples/namespace-tostring/external-namespaces/_expected/iife.js | 2 1 + 1 - 0 !
test/form/samples/namespace-tostring/external-namespaces/_expected/umd.js | 2 1 + 1 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/namespace-tostring/inlined-namespace/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/namespaces-have-null-prototype/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/amd.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/cjs.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/es.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/iife.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/system.js | 5 2 + 3 - 0 !
test/form/samples/nested-inlined-dynamic-import/_expected/umd.js | 5 2 + 3 - 0 !
test/form/samples/no-treeshake-namespace-object/_expected.js | 5 2 + 3 - 0 !
test/form/samples/no-treeshake/_expected.js | 5 2 + 3 - 0 !
test/form/samples/ns-external-star-reexport/_expected/amd.js | 9 3 + 6 - 0 !
test/form/samples/ns-external-star-reexport/_expected/cjs.js | 9 3 + 6 - 0 !
test/form/samples/ns-external-star-reexport/_expected/es.js | 9 3 + 6 - 0 !
test/form/samples/ns-external-star-reexport/_expected/iife.js | 9 3 + 6 - 0 !
test/form/samples/ns-external-star-reexport/_expected/system.js | 9 3 + 6 - 0 !
test/form/samples/ns-external-star-reexport/_expected/umd.js | 9 3 + 6 - 0 !
test/form/samples/system-multiple-export-bindings/_expected.js | 5 2 + 3 - 0 !
test/form/samples/treeshake-deterministic-dynamic-import/_expected.js | 89 32 + 57 - 0 !
327 files changed, 708 insertions(+), 1071 deletions(-)

 update test snapshots for __proto__ removal patch
 Test expected output files need to be updated to match the new
 Object.setPrototypeOf() output instead of __proto__: null.