repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolver-canDefer/library/index.js
packages/core/integration-tests/test/integration/resolver-canDefer/library/index.js
sideEffect("index"); export {a} from "./a.js"; export {b} from "./b.js"; export {c} from "./c.js"; export const index = "Index";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolver-canDefer/library/b.js
packages/core/integration-tests/test/integration/resolver-canDefer/library/b.js
sideEffect("b"); export const b = "B";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolver-canDefer/library/c.js
packages/core/integration-tests/test/integration/resolver-canDefer/library/c.js
sideEffect("c"); export const c = "C";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolver-canDefer/library/a.js
packages/core/integration-tests/test/integration/resolver-canDefer/library/a.js
sideEffect("a"); export const a = "A";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/html-async-script/b.js
packages/core/integration-tests/test/integration/html-async-script/b.js
import './c'; output('b');
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/html-async-script/c.js
packages/core/integration-tests/test/integration/html-async-script/c.js
output('c');
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/html-async-script/a.js
packages/core/integration-tests/test/integration/html-async-script/a.js
import './c'; output('a');
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolve-index-fallback/incorrect-entry.js
packages/core/integration-tests/test/integration/resolve-index-fallback/incorrect-entry.js
import value from './incorrect-entry-fallback'; export default value;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolve-index-fallback/no-entry.js
packages/core/integration-tests/test/integration/resolve-index-fallback/no-entry.js
import value from './no-entry-fallback'; export default value;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolve-index-fallback/incorrect-entry-fallback/index.js
packages/core/integration-tests/test/integration/resolve-index-fallback/incorrect-entry-fallback/index.js
export default 42;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/resolve-index-fallback/no-entry-fallback/index.js
packages/core/integration-tests/test/integration/resolve-index-fallback/no-entry-fallback/index.js
export default 42;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/postcss-modules-config-package/index.js
packages/core/integration-tests/test/integration/postcss-modules-config-package/index.js
require('./index.css'); var foo = require('./foo'); module.exports = function () { return foo.foo; };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/postcss-modules-config-package/foo.js
packages/core/integration-tests/test/integration/postcss-modules-config-package/foo.js
const map = require('./foo.css'); module.exports = { foo: map.foo, };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/css-module-css-siblings/main.js
packages/core/integration-tests/test/integration/css-module-css-siblings/main.js
// Adopted from https://github.com/nartallax/parcel-css-bug // To address https://github.com/parcel-bundler/parcel/issues/8716 import * as aCss from "./a.module.css" import * as bCss from "./b.module.css" sideEffect(['mainJs', aCss.myClass, bCss.myOtherClass]);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/wasm-sourcemap-transformer/index.js
packages/core/integration-tests/test/integration/wasm-sourcemap-transformer/index.js
console.log(new URL("index.wasm", import.meta.url))
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/wasm-sourcemap-transformer/node_modules/parcel-transformer-test/index.js
packages/core/integration-tests/test/integration/wasm-sourcemap-transformer/node_modules/parcel-transformer-test/index.js
const {Transformer} = require('@parcel/plugin'); const {default: SourceMap} = require('@parcel/source-map'); module.exports = new Transformer({ transform({asset, options}) { let map = SourceMap.generateEmptyMap({ projectRoot: options.projectRoot, sourceName: 'index.as.ts', sourceContent: `expor...
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/less-exports/node_modules/foo/a.js
packages/core/integration-tests/test/integration/less-exports/node_modules/foo/a.js
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/export-binding-identifiers/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/export-binding-identifiers/b.js
export function test(arg) { return arg(exports) }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/export-binding-identifiers/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/export-binding-identifiers/a.js
import {test} from './b' output = test(exports => Object.keys(exports))
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/b.js
export { x as y } from './c.js' export const x = 'foobar';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/c.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/c.js
export const x = 'xyz';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-renamed2/a.js
import { x } from './b.js'; output = x;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-wrapped/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-wrapped/b.js
export const foo = eval("'bar'")
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-wrapped/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-wrapped/a.js
import {foo} from './b' output = foo
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/c2.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/c2.js
import * as Bar from "./d.js"; export { Bar };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/b.js
export * from "./c1.js"; export * from "./c2.js";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/d.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/d.js
export const A = 1, B = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/c1.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/c1.js
export * as Foo from "./d.js";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-chained/a.js
import { Foo, Bar } from "./b.js"; output = {Foo, Bar};
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/index.js
import { v } from "./library/a.js"; import * as y from "./library/a.js"; output = [v, sideEffectNoop(y).v];
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/b.js
export {v} from "./c.js";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/c.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/c.js
export const v = 123;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/retarget-namespace-single/library/a.js
export * from "./b.js";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index2.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index2.js
import b from "./shared/b.js"; call(b);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index3.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index3.js
import b from "./shared/b.js"; call(b);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index1.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/index1.js
import a from "./shared/a.js"; call(a);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/shared/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/shared/b.js
export { default } from "./a.js";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/shared/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/shared-bundle-reexport/shared/a.js
export default `abcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabc abcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabc abcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcab...
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
true
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/live-bindings/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/live-bindings/b.js
var foo = 2; export default foo; export {foo, foo as bar}; export function changeFoo(v) { foo = v; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/live-bindings/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/live-bindings/a.js
import b, {foo, bar, changeFoo} from './b'; changeFoo(3); output = b + foo + bar;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-declaration/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-declaration/b.js
export var foo = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-declaration/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-declaration/a.js
import {foo} from './b'; output = foo;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/index.js
output = require("./a.js").result;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/b.js
export const v1 = 1; export const v2 = 2; export const v3 = 3; export const v4 = 4; export const v5 = 5;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-multiple-wrapped/a.js
import "./b.js"; import "./b.js"; import "./b.js"; import "./b.js"; import "./b.js"; import "./b.js"; import "./b.js"; import { v1 } from "./b.js"; import { v2 } from "./b.js"; import { v3 } from "./b.js"; import { v4 } from "./b.js"; import { v5 } from "./b.js"; export const result = v1 + v2 + v3 + v4 + v5;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib1.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib1.js
export * from "./a"; export * from "./b";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib2.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib2.js
export * from "./c"; export * from "./d";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/index.js
import { b } from "./lib"; import { d } from "./lib2"; output = `${b} ${d}`
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/b.js
module.exports = { b: 2 };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/d.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/d.js
module.exports = { d: 4 };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/c.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/c.js
module.exports = { c: 3 };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/lib.js
export * from "./lib1"; export * from "./lib2";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-all-fallback-nested/a.js
module.exports = { a: 1 };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/b.js
import * as c from './c'; module.exports = c;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/c.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/c.js
exports.foo = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-commonjs/a.js
import {foo} from './c'; output = import('./b').then(function (b) { return foo + b.foo; });
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/b.js
export * from "./c";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/c.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/c.js
export const foo = 1; export const bar = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/import-namespace-wrapped/a.js
if (Date.now() < 0) { require("./c.js"); } import * as b from "./b"; output = b.foo;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/index.js
import foo from "foo"; output = foo();
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/index.js
export { default as a } from './a.js'; export { default as b } from './b.js';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/b.js
export default 56789;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/bar/a.js
export default 12345;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/index.js
import a from 'bar/a.js'; import other from './foo.js'; export default function() { return `${a}${other()}`; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/foo.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/foo.js
export default function(){ return "hello"; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/foo_updated.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-update-deferred-direct/node_modules/foo/foo_updated.js
import {b} from 'bar'; export default function(){ return b; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/b.js
import lib from 'lib'; export default lib; export * from 'lib';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/a.js
// ensure lib is hoisted (without using any exports) to simulate bundle reference in b.js import 'lib'; output = import('./b').then(p => p.default + p.foo + 456);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/node_modules/lib/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/node_modules/lib/index.js
export default 123; export * from './other';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/node_modules/lib/other.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-split/node_modules/lib/other.js
export const foo = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/wrap-import-arrowfunction/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/wrap-import-arrowfunction/b.js
sideEffect("async"); export default 1234;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/wrap-import-arrowfunction/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/wrap-import-arrowfunction/a.js
const f = () => import("./b.js"); output = f;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/index.js
import * as a from './a.js'; output = import('./async').then(mod => mod.__esModule);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/async.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/async.js
export * from './a';
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/no-reexport-esmodule/a.js
module.exports.foo = 42; module.exports.__esModule = true;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/index.js
import { b } from "./library/index.js"; if(Date.now() < 0){ b(); }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/other.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/other.js
export const ForwardRef = Symbol.for('abc');
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/index.js
export * from "./a"; export { b } from "./b";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/b.js
import { ForwardRef } from "../other.js"; output = ForwardRef; export function b() { return ForwardRef; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/re-export-namespace-order/library/a.js
import { ForwardRef } from "../other.js"; export function a() { return ForwardRef; }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/index.js
import { Context } from "./library"; output = [Context, () => import("./library/dynamic")];
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/dynamic.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/dynamic.js
sideEffect("dynamic"); import { Ctx } from "./a.js"; import { id } from "./index.js"; export default [Ctx, id];
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/index.js
sideEffect("index"); export { Ctx } from "./a.js"; export { Ctx as Context } from "./b.js"; export const id = 3;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/b.js
sideEffect("b"); export const Ctx = 2;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-partially-used/library/a.js
sideEffect("a"); export const Ctx = 1;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/a.js
import { message1 } from "./library/index.js"; output = message1;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message2.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message2.js
sideEffect("message2"); export const message2 = "Message 2";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message1.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message1.js
sideEffect("message1"); export const message1 = "Message 1";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/index.js
sideEffect("index"); export * from "./message";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-re-exports-multiple/library/message.js
sideEffect("message"); export * from "./message1"; export * from "./message2";
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/wraps.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/wraps.js
import value from './shouldBeWrapped'; eval('void 0'); export default value + 1;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/index.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/index.js
import value from './shouldBeWrapped'; import otherValue from './wraps'; output = [value, otherValue];
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/shouldBeWrapped.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/multiple-ancestors-wrap/shouldBeWrapped.js
export default 42;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/non-identifier-symbol-name/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/non-identifier-symbol-name/b.js
const x = 1; export { x as "ab c" };
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/non-identifier-symbol-name/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/non-identifier-symbol-name/a.js
import { "ab c" as x } from "./b.js"; output = x;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/interop-pure/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/interop-pure/b.js
module.exports = "some unused data"
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/interop-pure/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/interop-pure/a.js
import x from "./b.js"; let value = x; if (false) { console.log(value); }
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-variable-rename/b.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-variable-rename/b.js
var bar = 2; export {bar as foo};
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-variable-rename/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/named-export-variable-rename/a.js
import {foo} from './b'; output = foo;
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false
parcel-bundler/parcel
https://github.com/parcel-bundler/parcel/blob/73f691d67d22482440babb2d1846b7da2160f7cc/packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-array/a.js
packages/core/integration-tests/test/integration/scope-hoisting/es6/side-effects-array/a.js
import {foo} from 'bar'; output = foo(2);
javascript
MIT
73f691d67d22482440babb2d1846b7da2160f7cc
2026-01-04T14:58:42.192224Z
false