Class TSCMapper
java.lang.Object
org.openrewrite.javascript.internal.TSCMapper
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(org.openrewrite.Parser.Input input, org.openrewrite.ExecutionContext ctx) build()
void
close()
protected abstract void
onParseFailure
(org.openrewrite.Parser.Input input, Throwable error)
-
Constructor Details
-
TSCMapper
-
-
Method Details
-
add
public void add(org.openrewrite.Parser.Input input, org.openrewrite.ExecutionContext ctx) -
onParseFailure
-
build
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-