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 |
|---|---|---|---|---|---|---|---|---|
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/index.js | test/statsCases/split-chunks-issue-6413/index.js | import(/* webpackChunkName: "async-a" */ "./a");
import(/* webpackChunkName: "async-b" */ "./b");
import(/* webpackChunkName: "async-c" */ "./c");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/b.js | test/statsCases/split-chunks-issue-6413/b.js | export { default } from "./common";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/common.js | test/statsCases/split-chunks-issue-6413/common.js | export { default } from "x";
console.log();
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/webpack.config.js | test/statsCases/split-chunks-issue-6413/webpack.config.js | "use strict";
const stats = {
hash: false,
timings: false,
builtAt: false,
assets: false,
chunks: true,
chunkRelations: true,
chunkOrigins: true,
entrypoints: true,
modules: false
};
/** @type {import("../../../").Configuration} */
module.exports = {
name: "default",
mode: "production",
entry: {
main: "... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/c.js | test/statsCases/split-chunks-issue-6413/c.js | export { default } from "./common";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/a.js | test/statsCases/split-chunks-issue-6413/a.js | export { default } from "./common";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6413/node_modules/x.js | test/statsCases/split-chunks-issue-6413/node_modules/x.js | export default "x";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/no-emit-on-errors-plugin-with-child-error/index.js | test/statsCases/no-emit-on-errors-plugin-with-child-error/index.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/no-emit-on-errors-plugin-with-child-error/TestChildCompilationFailurePlugin.js | test/statsCases/no-emit-on-errors-plugin-with-child-error/TestChildCompilationFailurePlugin.js | "use strict";
/** @typedef {import("../../../").Compiler} Compiler */
/** @typedef {import("../../../").EntryNormalized} EntryNormalized */
var EntryPlugin = require("../../../").EntryPlugin;
/**
* Runs a child compilation which produces an error in order to test that NoEmitErrorsPlugin
* recognizes errors within ... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/no-emit-on-errors-plugin-with-child-error/webpack.config.js | test/statsCases/no-emit-on-errors-plugin-with-child-error/webpack.config.js | "use strict";
const NoEmitOnErrorsPlugin = require("../../../").NoEmitOnErrorsPlugin;
const TestChildCompilationFailurePlugin = require("./TestChildCompilationFailurePlugin");
/** @type {import("../../../").Configuration} */
module.exports = {
entry: "./index",
output: {
filename: "bundle.js"
},
plugins: [
ne... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/e2.js | test/statsCases/graph-correctness-entries/e2.js | import(/* webpackChunkName: "c" */"./module-c");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/module-c.js | test/statsCases/graph-correctness-entries/module-c.js | import(/* webpackChunkName: "a" */"./module-a");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/module-b.js | test/statsCases/graph-correctness-entries/module-b.js | import(/* webpackChunkName: "c" */"./module-c");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/e1.js | test/statsCases/graph-correctness-entries/e1.js | import(/* webpackChunkName: "a" */"./module-a");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/webpack.config.js | test/statsCases/graph-correctness-entries/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: {
e1: "./e1",
e2: "./e2"
},
output: {
filename: "[name].js"
},
stats: {
hash: false,
timings: false,
builtAt: false,
assets: false,
chunks: true,
chunkRelations: true,
chunkModules: tr... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/graph-correctness-entries/module-a.js | test/statsCases/graph-correctness-entries/module-a.js | import(/* webpackChunkName: "b" */"./module-b");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/cause-error/index.js | test/statsCases/cause-error/index.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/cause-error/webpack.config.js | test/statsCases/cause-error/webpack.config.js | "use strict";
const WebpackError = require("../../../lib/WebpackError");
/** @typedef {Error & { cause?: unknown }} ErrorWithCause */
/**
* @param {string} message message
* @param {{ cause: unknown }} options options
* @returns {ErrorWithCause} error with cause
*/
function createErrorWithCause(message, options)... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-7401/b.js | test/statsCases/split-chunks-issue-7401/b.js | import(/* webpackChunkName: "c" */ "./c");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-7401/webpack.config.js | test/statsCases/split-chunks-issue-7401/webpack.config.js | "use strict";
const stats = {
hash: false,
timings: false,
builtAt: false,
assets: false,
chunks: true,
chunkRelations: true,
chunkOrigins: true,
entrypoints: true,
chunkGroups: true,
modules: false
};
/** @type {import("../../../").Configuration} */
module.exports = {
name: "default",
mode: "production",... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-7401/c.js | test/statsCases/split-chunks-issue-7401/c.js | import x from "x";
console.log(x);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-7401/a.js | test/statsCases/split-chunks-issue-7401/a.js | import x from "x";
console.log(x);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-7401/node_modules/x.js | test/statsCases/split-chunks-issue-7401/node_modules/x.js | export default "x";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-weak-parser-option/entry.js | test/statsCases/import-weak-parser-option/entry.js | import("./modules/a");
import("./modules/b");
import(/* webpackMode: "lazy" */"./modules/b");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-weak-parser-option/webpack.config.js | test/statsCases/import-weak-parser-option/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: {
entry: "./entry"
},
module: {
parser: {
javascript: {
dynamicImportMode: "weak"
}
}
}
};
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-weak-parser-option/modules/b.js | test/statsCases/import-weak-parser-option/modules/b.js | module.exports = "b";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-weak-parser-option/modules/a.js | test/statsCases/import-weak-parser-option/modules/a.js | import("./b");
module.exports = "a";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/named-chunks-plugin/entry.js | test/statsCases/named-chunks-plugin/entry.js | require("./modules/a");
require("./modules/b");
require("./modules/c");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/named-chunks-plugin/webpack.config.js | test/statsCases/named-chunks-plugin/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: {
entry: "./entry"
},
optimization: {
moduleIds: "named",
chunkIds: "named",
splitChunks: {
cacheGroups: {
vendor: {
name: "vendor",
test: /modules[\\/][ab]/,
chunks: "all",
... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/named-chunks-plugin/modules/b.js | test/statsCases/named-chunks-plugin/modules/b.js | module.exports = "b";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/named-chunks-plugin/modules/c.js | test/statsCases/named-chunks-plugin/modules/c.js | module.exports = "c";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/named-chunks-plugin/modules/a.js | test/statsCases/named-chunks-plugin/modules/a.js | module.exports = "a";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preset-summary/index.js | test/statsCases/preset-summary/index.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preset-summary/webpack.config.js | test/statsCases/preset-summary/webpack.config.js | "use strict";
const LogTestPlugin = require("../../helpers/LogTestPlugin");
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
stats: "summary",
plugins: [new LogTestPlugin()]
};
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/dll-reference-plugin-issue-7624-error/entry.js | test/statsCases/dll-reference-plugin-issue-7624-error/entry.js | // Intentionally left blank.
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/dll-reference-plugin-issue-7624-error/webpack.config.js | test/statsCases/dll-reference-plugin-issue-7624-error/webpack.config.js | "use strict";
const path = require("path");
const webpack = require("../../../");
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./entry.js",
output: {
filename: "bundle.js"
},
plugins: [
new webpack.DllReferencePlugin({
manifest: path.resolve(__dirname, ".... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/index.js | test/statsCases/import-context-filter/index.js | require("test");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/entry.js | test/statsCases/import-context-filter/entry.js | async function getTemplate(templateName) {
try {
let template = await import(
/* webpackInclude: /\.js$/ */
/* webpackExclude: /\.noimport\.js$/ */
`./templates/${templateName}`
);
console.log(template);
} catch(err) {
console.error("template error");
return new Error(err);
}
}
getTemplate("foo")... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/webpack.config.js | test/statsCases/import-context-filter/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: {
entry: "./entry"
}
};
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/baz.noimport.js | test/statsCases/import-context-filter/templates/baz.noimport.js | var baz = "baz";
export default baz;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/baz.js | test/statsCases/import-context-filter/templates/baz.js | var baz = "baz";
export default baz;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/bar.js | test/statsCases/import-context-filter/templates/bar.js | var bar = "bar";
export default bar;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/foo.js | test/statsCases/import-context-filter/templates/foo.js | var foo = "foo";
export default foo;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/bar.noimport.js | test/statsCases/import-context-filter/templates/bar.noimport.js | var bar = "bar";
export default bar;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/import-context-filter/templates/foo.noimport.js | test/statsCases/import-context-filter/templates/foo.noimport.js | var foo = "foo";
export default foo;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/index.js | test/statsCases/aggressive-splitting-on-demand/index.js | require(["./a"]);
require(["./b", "./c"]);
require(["./c", "./d", "./e"]);
require(["./f", "./g", "./h", "./i", "./j", "./k"]);
require(["./b", "./d", "./e", "./f", "./g"]);
require(["./b", "./d", "./e", "./f", "./g", "./h", "./i", "./j", "./k"]);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/b.js | test/statsCases/aggressive-splitting-on-demand/b.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/i.js | test/statsCases/aggressive-splitting-on-demand/i.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/h.js | test/statsCases/aggressive-splitting-on-demand/h.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/g.js | test/statsCases/aggressive-splitting-on-demand/g.js | ///*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*****************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/d.js | test/statsCases/aggressive-splitting-on-demand/d.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/f.js | test/statsCases/aggressive-splitting-on-demand/f.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/e.js | test/statsCases/aggressive-splitting-on-demand/e.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/j.js | test/statsCases/aggressive-splitting-on-demand/j.js | ///*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*****************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/k.js | test/statsCases/aggressive-splitting-on-demand/k.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/webpack.config.js | test/statsCases/aggressive-splitting-on-demand/webpack.config.js | "use strict";
const path = require("path");
const webpack = require("../../../");
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
cache: true, // AggressiveSplittingPlugin rebuilds multiple times, we need to cache the assets
output: {
filename: "[chunkha... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/c.js | test/statsCases/aggressive-splitting-on-demand/c.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/aggressive-splitting-on-demand/a.js | test/statsCases/aggressive-splitting-on-demand/a.js | /*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/*******************... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/index.js | test/statsCases/split-chunks-keep-remaining-size/index.js | import(/* webpackChunkName: "async-a" */ "./a");
import(/* webpackChunkName: "async-b" */ "./b");
import(/* webpackChunkName: "async-c" */ "./c");
import(/* webpackChunkName: "async-d" */ "./d");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/b.js | test/statsCases/split-chunks-keep-remaining-size/b.js | import s from "shared?2";
export default "b" + s;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/d.js | test/statsCases/split-chunks-keep-remaining-size/d.js | import s3 from "shared?3";
import s4 from "shared?4";
export default "d" + s3 + s4;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/webpack.config.js | test/statsCases/split-chunks-keep-remaining-size/webpack.config.js | "use strict";
const stats = {
hash: false,
timings: false,
builtAt: false,
assets: false,
chunks: true,
chunkRelations: true,
chunkModules: true,
dependentModules: true,
chunkOrigins: true,
entrypoints: true,
modules: false
};
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "prod... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/c.js | test/statsCases/split-chunks-keep-remaining-size/c.js | import s from "shared?2";
export default "c" + s;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/a.js | test/statsCases/split-chunks-keep-remaining-size/a.js | import s from "shared?1";
export default "a" + s;
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-keep-remaining-size/node_modules/shared.js | test/statsCases/split-chunks-keep-remaining-size/node_modules/shared.js | // content content content content content content
// content content content content content content
export default "shared"
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/child-compiler-apply-entry-option/TestApplyEntryOptionPlugin.js | test/statsCases/child-compiler-apply-entry-option/TestApplyEntryOptionPlugin.js | "use strict";
/** @typedef {import("../../../").Configuration} Configuration */
/** @typedef {import("../../../").Compiler} Compiler */
var EntryOptionPlugin = require("../../../").EntryOptionPlugin;
var getNormalizedWebpackOptions = require("../../../").config.getNormalizedWebpackOptions;
/**
* Use the static meth... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/child-compiler-apply-entry-option/child.js | test/statsCases/child-compiler-apply-entry-option/child.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/child-compiler-apply-entry-option/webpack.config.js | test/statsCases/child-compiler-apply-entry-option/webpack.config.js | "use strict";
const TestApplyEntryOptionPlugin = require("./TestApplyEntryOptionPlugin");
/** @type {import("../../../").Configuration} */
module.exports = {
entry: {
parent: "./parent"
},
output: {
filename: "[name].js"
},
plugins: [
new TestApplyEntryOptionPlugin({
entry: {
child: "./child"
}
... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/child-compiler-apply-entry-option/parent.js | test/statsCases/child-compiler-apply-entry-option/parent.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/max-modules-default/index.js | test/statsCases/max-modules-default/index.js | require("./a?1");
require("./a?2");
require("./a?3");
require("./a?4");
require("./a?5");
require("./a?6");
require("./a?7");
require("./a?8");
require("./a?9");
require("./a?10");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/max-modules-default/b.js | test/statsCases/max-modules-default/b.js | require("./a" + __resourceQuery);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/max-modules-default/webpack.config.js | test/statsCases/max-modules-default/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
performance: false
};
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/max-modules-default/c.js | test/statsCases/max-modules-default/c.js | require("./b" + __resourceQuery)
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/max-modules-default/a.js | test/statsCases/max-modules-default/a.js | require("./c" + __resourceQuery)
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/related-assets/index.js | test/statsCases/related-assets/index.js | import "./style.css";
import("./chunk");
new URL("./file.jpg", import.meta.url);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/related-assets/chunk.js | test/statsCases/related-assets/chunk.js | import "./chunk-style.css";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/related-assets/test.config.js | test/statsCases/related-assets/test.config.js | "use strict";
module.exports = {
/**
* @param {import("../../../").MultiStats} stats stats
*/
validate(stats) {
for (const item of stats.stats) {
const json = item.toJson({ assets: true });
for (const asset of json.assets) {
if (asset.related) {
expect(asset.related).toBeInstanceOf(Array);
... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/related-assets/webpack.config.js | test/statsCases/related-assets/webpack.config.js | "use strict";
/** @typedef {import("../../../").Compiler} Compiler */
/** @typedef {import("../../../").Configuration} Configuration */
const MCEP = require("mini-css-extract-plugin");
const { Compilation } = require("../../../");
/**
* @param {string[]} exts extensions
* @returns {(compiler: Compiler) => void} ca... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/logging-debug/index.js | test/statsCases/logging-debug/index.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/logging-debug/webpack.config.js | test/statsCases/logging-debug/webpack.config.js | "use strict";
const LogTestPlugin = require("../../helpers/LogTestPlugin");
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
performance: false,
module: {
rules: [
{
test: /index\.js$/,
use: require.resolve("../logging/node_modules/custom-loade... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/index.js | test/statsCases/split-chunks-issue-6696/index.js | import y from "y";
import(/* webpackChunkName: "async-a" */ "./a");
import(/* webpackChunkName: "async-b" */ "./b");
console.log(y);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/b.js | test/statsCases/split-chunks-issue-6696/b.js | export { default } from "x";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/webpack.config.js | test/statsCases/split-chunks-issue-6696/webpack.config.js | "use strict";
const stats = {
hash: false,
timings: false,
builtAt: false,
assets: false,
chunks: true,
chunkRelations: true,
chunkOrigins: true,
entrypoints: true,
modules: false
};
/** @type {import("../../../").Configuration} */
module.exports = {
name: "default",
mode: "production",
entry: {
main: "... | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/a.js | test/statsCases/split-chunks-issue-6696/a.js | export { default } from "x";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/node_modules/x.js | test/statsCases/split-chunks-issue-6696/node_modules/x.js | export default "x";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/split-chunks-issue-6696/node_modules/y.js | test/statsCases/split-chunks-issue-6696/node_modules/y.js | export default "y";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/inner.js | test/statsCases/preload/inner.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/preloaded3.js | test/statsCases/preload/preloaded3.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/index.js | test/statsCases/preload/index.js | import "./with-nested";
import(/* webpackPreload: 1, webpackChunkName: "preloaded" */ "./preloaded");
setTimeout(() => {
import(/* webpackChunkName: "normal" */"./normal");
}, 500);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/preloaded2.js | test/statsCases/preload/preloaded2.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/with-nested.js | test/statsCases/preload/with-nested.js | import(/* webpackPreload: -20, webpackChunkName: "preloaded2" */"./preloaded2");
import(/* webpackPreload: 3, webpackChunkName: "preloaded2" */"./preloaded2");
import(/* webpackPreload: -10, webpackChunkName: "preloaded3" */"./preloaded3");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/inner2.js | test/statsCases/preload/inner2.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/webpack.config.js | test/statsCases/preload/webpack.config.js | "use strict";
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
stats: {
all: false,
assets: true,
entrypoints: true,
chunkGroupChildren: true,
chunks: true
}
};
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/inner3.js | test/statsCases/preload/inner3.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/normal.js | test/statsCases/preload/normal.js | javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false | |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/preload/preloaded.js | test/statsCases/preload/preloaded.js | setTimeout(() => {
import(/* webpackPreload: 10, webpackChunkName: "inner" */"./inner");
import(/* webpackPreload: 20, webpackChunkName: "inner2" */"./inner2");
import(/* webpackChunkName: "inner2" */"./inner3");
}, 5000);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/module-deduplication-named/async2.js | test/statsCases/module-deduplication-named/async2.js | import b from "./b";
import f from "./f";
console.log(b, f);
import(/* webpackChunkName: "async3" */ "./async3");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/module-deduplication-named/e2.js | test/statsCases/module-deduplication-named/e2.js | import a from "./a";
import b from "./b";
import e from "./e";
import f from "./f";
import(/* webpackChunkName: "async2" */ "./async2");
console.log(a, b, e, f);
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/module-deduplication-named/async3.js | test/statsCases/module-deduplication-named/async3.js | import b from "./b";
import h from "./h";
console.log(b, h);
import(/* webpackChunkName: "async1" */ "./async1");
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
webpack/webpack | https://github.com/webpack/webpack/blob/d2a124db548cad6e84dffd93b502a4e74bfe2b6a/test/statsCases/module-deduplication-named/b.js | test/statsCases/module-deduplication-named/b.js | export default "b";
| javascript | MIT | d2a124db548cad6e84dffd93b502a4e74bfe2b6a | 2026-01-04T14:56:49.698101Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.