Skip to content

Commit 85948c9

Browse files
committed
fix(napi/parser): fix JSDoc comments
1 parent 9856923 commit 85948c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napi/parser/src-js/raw-transfer/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!rawTransferSupported()) {
2828
*
2929
* @param {string} filename - Filename
3030
* @param {string} sourceText - Source text of file
31-
* @param {Object|undefined} options - Parsing options
31+
* @param {Object} options - Parsing options
3232
* @param {function} convert - Function to convert the buffer returned from Rust into a JS object
3333
* @returns {Object} - The return value of `convert`
3434
*/
@@ -87,7 +87,7 @@ const queue = [];
8787
*
8888
* @param {string} filename - Filename
8989
* @param {string} sourceText - Source text of file
90-
* @param {Object|undefined} options - Parsing options
90+
* @param {Object} options - Parsing options
9191
* @param {function} convert - Function to convert the buffer returned from Rust into a JS object
9292
* @returns {Object} - The return value of `convert`
9393
*/

0 commit comments

Comments
 (0)