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.
2 parents 19389b7 + c971073 commit 5653732Copy full SHA for 5653732
lib/Chunk.js
@@ -69,7 +69,7 @@ const getModulesIdent = set => {
69
};
70
71
/**
72
- * @template {T}
+ * @template T
73
* @param {Set<T>} set the set to convert to array
74
* @returns {Array<T>} the array returned from Array.from(set)
75
*/
lib/ChunkGroup.js
@@ -18,7 +18,7 @@ const compareLocations = require("./compareLocations");
18
let debugId = 5000;
19
20
21
22
* @param {Set<T>} set set to convert to array.
23
* @returns {T[]} the array format of existing set
24
0 commit comments