Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-01-20 01:11:07 +0300
committerRich Trott <rtrott@gmail.com>2022-01-22 01:37:44 +0300
commit290911b99a13f6ecb0a6d8c33ba9d110c7059287 (patch)
tree1a57d6e5d98fbfd3751bef6bea4a529bf45d5795 /lib
parentec1364b6ae8f3be9054af5c56c7bf7c2d1b7c735 (diff)
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 <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/internal/source_map/source_map.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/internal/source_map/source_map.js b/lib/internal/source_map/source_map.js
index 163203b2bfc..e6f7cdc08f3 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;