From e500d118063f0d948518a3319586d06abff338bf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 19 Jan 2022 14:11:07 -0800 Subject: [PATCH] lib: remove erroneous JSDoc entry The entry contains incorrect parameters and duplicates the subsequent constructor entry. Remove it. (I'm not sure why this is being caught by the linter on my local machine but not in CI.) PR-URL: https://github.com/nodejs/node/pull/41604 Reviewed-By: Mestery Reviewed-By: Mohammed Keyvanzadeh --- 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 163203b2bfc3f0..e6f7cdc08f3fd2 100644 --- a/lib/internal/source_map/source_map.js +++ b/lib/internal/source_map/source_map.js @@ -121,9 +121,6 @@ class StringCharIterator { * Implements Source Map V3 model. * See https://github.com/google/closure-compiler/wiki/Source-Maps * for format description. - * @constructor - * @param {string} sourceMappingURL - * @param {SourceMapV3} payload */ class SourceMap { #payload;