Skip to content

Commit e500d11

Browse files
TrottBethGriggs
authored andcommitted
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: #41604 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 3335176 commit e500d11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/source_map/source_map.js

-3
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ class StringCharIterator {
121121
* Implements Source Map V3 model.
122122
* See https://github.com/google/closure-compiler/wiki/Source-Maps
123123
* for format description.
124-
* @constructor
125-
* @param {string} sourceMappingURL
126-
* @param {SourceMapV3} payload
127124
*/
128125
class SourceMap {
129126
#payload;

0 commit comments

Comments
 (0)