Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ee3cdf

Browse filesBrowse files
Trottdanielleadams
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
Copy full SHA for 7ee3cdf

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Collapse file

‎lib/internal/source_map/source_map.js‎

Copy file name to clipboardExpand all lines: lib/internal/source_map/source_map.js
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.