Class TSCMapper
java.lang.Object
org.openrewrite.javascript.internal.TSCMapper
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTSCMapper
(@Nullable Path relativeTo, Collection<org.openrewrite.style.NamedStyles> styles, org.openrewrite.ExecutionContext ctx) -
Method Summary
-
Constructor Details
-
TSCMapper
public TSCMapper(@Nullable @Nullable Path relativeTo, Collection<org.openrewrite.style.NamedStyles> styles, org.openrewrite.ExecutionContext ctx)
-
-
Method Details
-
add
public void add(org.openrewrite.Parser.Input input) -
build
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-