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.
The compiler options to transpile the files against.
Constructor
Typescript config object
Path of the primp config
Transpile a file given the source path.
Path of the source
A function used to work with other classes
Generated using TypeDoc
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.