Skip to content

Commit c8b9d7d

Browse files
committed
Exclude private functions from JSDoc.
1 parent dd293ba commit c8b9d7d

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

dist/error-stack-parser.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@
6262
}
6363
},
6464

65-
/**
66-
* Separate line and column numbers from a URL-like string.
67-
*
68-
* @param {String} urlLike
69-
* @return {Array} 3-tuple of URL, Line Number, and Column Number
70-
*/
65+
// Separate line and column numbers from a URL-like string.
7166
extractLocation: function ErrorStackParser$$extractLocation(urlLike) {
7267
// Fail-fast but return locations like "(native)"
7368
if (urlLike.indexOf(':') === -1) {

0 commit comments

Comments
 (0)