Skip to content

Commit 47a96d5

Browse files
fixup(d1-base): dedupe InMemoryTransport export (A4+A2 collision)
1 parent 5018344 commit 47a96d5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/core/src/exports/public

packages/core/src/exports/public/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ export { deserializeMessage, ReadBuffer, serializeMessage } from '../../shared/s
7878
export type { FetchLike, Transport, TransportSendOptions } from '../../shared/transport.js';
7979
export { createFetchWithInit } from '../../shared/transport.js';
8080

81-
// In-memory transport (for testing client/server in the same process)
82-
export { InMemoryTransport } from '../../util/inMemory.js';
83-
8481
// URI Template
8582
export type { Variables } from '../../shared/uriTemplate.js';
8683
export { UriTemplate } from '../../shared/uriTemplate.js';

0 commit comments

Comments
 (0)