mirror of https://github.com/nodejs/node.git
lib: remove spurious JSDoc entry
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
0132db0585
commit
0264f2395f
|
@ -154,9 +154,6 @@ class SourceMap {
|
|||
return cloneSourceMapV3(this.#payload);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {SourceMapV3} mappingPayload
|
||||
*/
|
||||
#parseMappingPayload = () => {
|
||||
if (this.#payload.sections) {
|
||||
this.#parseSections(this.#payload.sections);
|
||||
|
|
Loading…
Reference in New Issue