Prepare for adding file suffixes

This commit is contained in:
Fedor Indutny
2025-10-16 11:29:11 -07:00
parent 3330dd72ce
commit 3387cf6a77
2095 changed files with 15148 additions and 14629 deletions

View File

@@ -9,7 +9,7 @@ import type {
Server,
OutgoingHttpHeaders,
} from 'node:http';
import { strictAssert } from '../../../util/assert.js';
import { strictAssert } from '../../../util/assert.std.js';
export type NextResponse = Readonly<{
status: number;

View File

@@ -8,9 +8,9 @@ import {
_tusGetCurrentOffsetRequest,
_tusResumeUploadRequest,
tusUpload,
} from '../../../util/uploads/tusProtocol.js';
import { TestServer, body } from './helpers.js';
import { toLogFormat } from '../../../types/errors.js';
} from '../../../util/uploads/tusProtocol.node.js';
import { TestServer, body } from './helpers.node.js';
import { toLogFormat } from '../../../types/errors.std.js';
describe('tusProtocol', () => {
describe('_getUploadMetadataHeader', () => {