MCPcopy
hub / github.com/webpack/webpack / toJSON

Method toJSON

lib/util/SortableSet.js:177–179  ·  view source on GitHub ↗

* Returns the raw array. * @returns {T[]} the raw array

()

Source from the content-addressed store, hash-verified

175 * @returns {T[]} the raw array
176 */
177 toJSON() {
178 return [...this];
179 }
180}
181
182module.exports = SortableSet;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected