diff --git a/lib/internal/source_map/source_map.js b/lib/internal/source_map/source_map.js index c98eb54efe4a6c..163203b2bfc3f0 100644 --- a/lib/internal/source_map/source_map.js +++ b/lib/internal/source_map/source_map.js @@ -154,9 +154,6 @@ class SourceMap { return cloneSourceMapV3(this.#payload); } - /** - * @param {SourceMapV3} mappingPayload - */ #parseMappingPayload = () => { if (this.#payload.sections) { this.#parseSections(this.#payload.sections);