We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed76d97 commit 44a6a9bCopy full SHA for 44a6a9b
1 file changed
src/api/writer-generator/writer.ts
@@ -19,7 +19,7 @@ export type WriterOptions = FileSystemWriterOptions & {
19
type FileBufferInternal = { relPath: string; absPath: string; tokens: string[] };
20
export type FileBuffer = { relPath: string; absPath: string; content: string };
21
22
-export class FileSystemWriter<T extends FileSystemWriterOptions = FileSystemWriterOptions> {
+export abstract class FileSystemWriter<T extends FileSystemWriterOptions = FileSystemWriterOptions> {
23
opts: T;
24
currentDir?: string;
25
currentFile?: { relPath: string; descriptor: number };
0 commit comments