FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib: remove erroneous JSDoc entry · nodejs/node@7ee3cdf · GitHub

/ node Public

Commit 7ee3cdf

Browse files
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 5e4fc04 commit 7ee3cdf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL