Skip to content

Commit f6cf39a

Browse files
Trottdanielleadams
authored andcommittedFeb 1, 2022
lib: remove spurious JSDoc entry
PR-URL: #41240 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 8926d95 commit f6cf39a

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)
Please sign in to comment.