Skip to content

Commit b3be0e7

Browse files
committed
Revert loadIntoTree definition
1 parent bc1d16b commit b3be0e7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/core/baseProcessor.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,7 @@ abstract class BaseProcessor {
133133
abstract extractTexts(filePathOrBuffer: ProcessorInput): Promise<string[]>;
134134

135135
// Load file into common tree structure
136-
abstract loadIntoTree(
137-
filePathOrBuffer: ProcessorInput,
138-
options?: {
139-
openZip?: (input: ProcessorInput) => Promise<{ zip: ZipAdapter }>;
140-
}
141-
): Promise<AACTree>;
136+
abstract loadIntoTree(filePathOrBuffer: ProcessorInput): Promise<AACTree>;
142137

143138
// Process texts (e.g., apply translations) and return new file/buffer
144139
abstract processTexts(

0 commit comments

Comments
 (0)