Skip to content

Commit

Permalink
lib: remove erroneous JSDoc entry
Browse files Browse the repository at this point in the history
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: #41604
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
Trott committed Jan 21, 2022
1 parent ec1364b commit 290911b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/internal/source_map/source_map.js
Expand Up @@ -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;
Expand Down

0 comments on commit 290911b

Please sign in to comment.