File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
napi/parser/src-js/raw-transfer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments