Skip to content

Commit d09f788

Browse files
committed
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.)
1 parent 25381da commit d09f788

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/source_map/source_map.js

Lines changed: 0 additions & 3 deletions
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)