Class TSCRuntime

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

public class TSCRuntime extends Object implements AutoCloseable
  • Field Details

    • v8Runtime

      public final com.caoccao.javet.interop.V8Runtime v8Runtime
    • tsParseV8

      @Nullable public @Nullable com.caoccao.javet.values.reference.V8ValueFunction tsParseV8
  • Constructor Details

    • TSCRuntime

      public TSCRuntime(com.caoccao.javet.interop.V8Runtime v8Runtime, com.caoccao.javet.interception.logging.JavetStandardConsoleInterceptor javetStandardConsoleInterceptor)
  • Method Details