Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for transpiling external injected functions.

Functions injected are expected to be written in Typescript and therefore need to be transpiled into Javascript to use them in the code. This class does exactly this.

Hierarchy

  • OnDemandTranspiler

Index

Properties

Constructors

Methods

Properties

compilerOptions: CompilerOptions

The compiler options to transpile the files against.

Constructors

  • new OnDemandTranspiler(tsConfig: { compilerOptions: CompilerOptions }, configPath?: string): OnDemandTranspiler

Methods

Generated using TypeDoc