Skip to content

Commit 24fbbf2

Browse files
Trotttargos
authored andcommitted
lib: remove spurious JSDoc entry
PR-URL: #41240 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 8f08328 commit 24fbbf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/source_map/source_map.js

-3
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ class SourceMap {
154154
return cloneSourceMapV3(this.#payload);
155155
}
156156

157-
/**
158-
* @param {SourceMapV3} mappingPayload
159-
*/
160157
#parseMappingPayload = () => {
161158
if (this.#payload.sections) {
162159
this.#parseSections(this.#payload.sections);

0 commit comments

Comments
 (0)