@@ -139,7 +139,7 @@ const noop = () => {};
139139 * @returns {Promise<void> }
140140 */
141141
142- /** @typedef {import("./utils/getFilenameFromUrl").Extra } Extra */
142+ /** @typedef {import("./utils/getFilenameFromUrl.js ").Extra } Extra */
143143
144144/**
145145 * @callback GetFilenameFromUrl
@@ -396,7 +396,7 @@ function koaWrapper(compiler, options) {
396396 const devMiddleware = rdm ( compiler , options ) ;
397397
398398 /**
399- * @param {{ req: RequestInternal, res: ResponseInternal & import("./utils/compatibleAPI").ExpectedServerResponse, status: number, body: string | Buffer | import("fs").ReadStream | { message: string }, state: object } } ctx context
399+ * @param {{ req: RequestInternal, res: ResponseInternal & import("./utils/compatibleAPI.js ").ExpectedServerResponse, status: number, body: string | Buffer | import("fs").ReadStream | { message: string }, state: object } } ctx context
400400 * @param {EXPECTED_FUNCTION } next next
401401 * @returns {Promise<void> }
402402 */
@@ -509,7 +509,7 @@ function honoWrapper(compiler, options) {
509509 const devMiddleware = rdm ( compiler , options ) ;
510510
511511 /**
512- * @param {{ env: EXPECTED_ANY, body: EXPECTED_ANY, json: EXPECTED_ANY, status: EXPECTED_ANY, set: EXPECTED_ANY, req: RequestInternal & import("./utils/compatibleAPI").ExpectedIncomingMessage & { header: (name: string) => string }, res: ResponseInternal & import("./utils/compatibleAPI").ExpectedServerResponse & { headers: EXPECTED_ANY, status: EXPECTED_ANY } } } context context
512+ * @param {{ env: EXPECTED_ANY, body: EXPECTED_ANY, json: EXPECTED_ANY, status: EXPECTED_ANY, set: EXPECTED_ANY, req: RequestInternal & import("./utils/compatibleAPI.js ").ExpectedIncomingMessage & { header: (name: string) => string }, res: ResponseInternal & import("./utils/compatibleAPI.js ").ExpectedServerResponse & { headers: EXPECTED_ANY, status: EXPECTED_ANY } } } context context
513513 * @param {EXPECTED_FUNCTION } next next function
514514 * @returns {Promise<void> }
515515 */
@@ -558,7 +558,7 @@ function honoWrapper(compiler, options) {
558558 /**
559559 * @param {string } name header name
560560 * @param {string | number | Readonly<string[]> } value value
561- * @returns {ResponseInternal & import("./utils/compatibleAPI").ExpectedServerResponse & { headers: EXPECTED_ANY, status: EXPECTED_ANY } } response
561+ * @returns {ResponseInternal & import("./utils/compatibleAPI.js ").ExpectedServerResponse & { headers: EXPECTED_ANY, status: EXPECTED_ANY } } response
562562 */
563563 res . setHeader = ( name , value ) => {
564564 context . res . headers . append ( name , value ) ;
0 commit comments