Class TSCMapper

java.lang.Object
org.openrewrite.javascript.internal.TSCMapper
All Implemented Interfaces:
AutoCloseable

public abstract class TSCMapper extends Object implements AutoCloseable
  • 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

      public List<org.openrewrite.SourceFile> build()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable