| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,7 +129,6 @@ function innerFail(obj) { | |||
| 129 | 129 | * @param {string | Error} [message] | |
| 130 | 130 | * @param {string} [operator] | |
| 131 | 131 | * @param {Function} [stackStartFn] | |
| 132 | - * @returns {never} | ||
| 133 | 132 | */ | |
| 134 | 133 | function fail(actual, expected, message, operator, stackStartFn) { | |
| 135 | 134 | const argsLen = arguments.length; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,7 +79,7 @@ const kMaxEventTargetListenersWarned = | |||
| 79 | 79 | /** | |
| 80 | 80 | * Creates a new `EventEmitter` instance. | |
| 81 | 81 | * @param {{ captureRejections?: boolean; }} [opts] | |
| 82 | - * @returns {EventEmitter} | ||
| 82 | + * @constructs {EventEmitter} | ||
| 83 | 83 | */ | |
| 84 | 84 | function EventEmitter(opts) { | |
| 85 | 85 | EventEmitter.init.call(this, opts); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,7 +239,7 @@ function access(path, mode, callback) { | |||
| 239 | 239 | * directory specified by `path`. | |
| 240 | 240 | * @param {string | Buffer | URL} path | |
| 241 | 241 | * @param {number} [mode] | |
| 242 | - * @returns {void | never} | ||
| 242 | + * @returns {void} | ||
| 243 | 243 | */ | |
| 244 | 244 | function accessSync(path, mode) { | |
| 245 | 245 | path = getValidatedPath(path); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,7 +104,7 @@ function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) { | |||
| 104 | 104 | * @param {URL} packageJSONUrl | |
| 105 | 105 | * @param {string | URL | undefined} base | |
| 106 | 106 | * @param {string} main | |
| 107 | - * @returns | ||
| 107 | + * @returns {void} | ||
| 108 | 108 | */ | |
| 109 | 109 | function emitLegacyIndexDeprecation(url, packageJSONUrl, base, main) { | |
| 110 | 110 | const format = defaultGetFormat(url); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments