ProtectedconstructorOptionalisInternalConstructor: booleanSpecifies the time point at which the compilation finished. In milliseconds since the UNIX Epoch.
Specifies the time point at which the compilation started. In milliseconds since the UNIX Epoch.
Specifies the number of milliseconds it took to compile the whole module.
Contains the TypeScript definitions for the compiled module. Can be empty if definition emission is not enabled.
A string that contains any diagnostic returned by the compiler. Will include warnings and errors.
Specifies whether a domain reload was queued as a result of this compilation.
Determines if the compilation was successful.
Contains the compiled JavaScript code, as returned by the compiler.
If the string is set, it indicates that the compilation has failed.
Contains the JavaScript source map, as returned by the compiler. This can be empty if inline source maps are enabled.
A structure that represents the return type of a TypeScript module compilation.