We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9213d commit f596f60Copy full SHA for f596f60
lib/Entrypoint.js
@@ -4,10 +4,10 @@
4
*/
5
"use strict";
6
7
-/** @typedef {import("./Chunk.js")} Chunk */
8
-
9
const ChunkGroup = require("./ChunkGroup");
10
+/** @typedef {import("./Chunk.js")} Chunk */
+
11
/**
12
* Entrypoint serves as an encapsulation primitive for chunks that are
13
* a part of a single ChunkGroup. They represent all bundles that need to be loaded for a
0 commit comments