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 authored and BethGriggs committed Jan 24, 2022
1 parent 3335176 commit e500d11
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 e500d11

Please sign in to comment.