From 3b577995c9367296dae977ef68d10c9fc4e036d2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 18 Dec 2021 22:20:04 -0800 Subject: [PATCH] lib: remove spurious JSDoc entry --- lib/internal/source_map/source_map.js | 3 --- 1 file changed, 3 deletions(-) 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);