We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340aef7 commit 66b43bbCopy full SHA for 66b43bb
packages/rspack/etc/core.api.md
@@ -22,7 +22,6 @@ import { ChunkGraph } from '@rspack/binding';
22
import { ChunkGroup } from '@rspack/binding';
23
import { ConcatenatedModule } from '@rspack/binding';
24
import { ContextModule } from '@rspack/binding';
25
-import { createReadStream } from 'fs';
26
import { Dependency } from '@rspack/binding';
27
import type { DependencyLocation } from '@rspack/binding';
28
import { EnforceExtension } from '@rspack/binding';
@@ -5447,7 +5446,6 @@ export interface OutputFileSystem {
5447
5446
5448
// @public (undocumented)
5449
type OutputFileSystem_2 = OutputFileSystem & {
5450
- createReadStream?: createReadStream;
5451
statSync: StatSyncFn;
5452
readFileSync: readFileSync;
5453
};
0 commit comments