Skip to content

Commit

Permalink
Define createParserOutput return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Aug 19, 2024
1 parent 27c74e0 commit 596d38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RstCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class RstCompiler {
return generatorOutput
}

createParserOutput(root: RstDocument) {
createParserOutput(root: RstDocument): RstParserOutput {
// Need to create a bundle around root (with resolves) after parse() instead of before generate()
// because plugins' onParse hook need access to resolvers

Expand Down

0 comments on commit 596d38c

Please sign in to comment.