Skip to content

Commit

Permalink
Add startedParsing listener
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Sep 10, 2023
1 parent d347e92 commit 984e0b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public List<SourceFile> build() {
sourceTextsForTSC,
(node, context) -> {
SourceWrapper source = this.sourcesByRelativePath.get(context.getRelativeSourcePath());
parsingListener.startedParsing(source.getInput());
TypeScriptParserVisitor fileMapper = new TypeScriptParserVisitor(
node,
context,
Expand Down

0 comments on commit 984e0b0

Please sign in to comment.