diff --git a/src/main/java/org/openrewrite/javascript/internal/TSCMapper.java b/src/main/java/org/openrewrite/javascript/internal/TSCMapper.java index 661a3760..ccd13e4e 100644 --- a/src/main/java/org/openrewrite/javascript/internal/TSCMapper.java +++ b/src/main/java/org/openrewrite/javascript/internal/TSCMapper.java @@ -89,6 +89,7 @@ public List build() { sourceTextsForTSC, (node, context) -> { SourceWrapper source = this.sourcesByRelativePath.get(context.getRelativeSourcePath()); + parsingListener.startedParsing(source.getInput()); TypeScriptParserVisitor fileMapper = new TypeScriptParserVisitor( node, context,