BundlePrecompiler
fun interface BundlePrecompiler<C : Precompiler.Configuration, B : Precompiler.BundleInfo> : Precompiler<C, String, B>
Bundle Precompiler
Accepts code in the form of a simple String, and is expected to return transformed code in the form of a file which acts as an executable bundle (for example, a JAR).
Functions
Link copied to clipboard
Precompile the input using this precompiler.
Link copied to clipboard
inline suspend fun <C : Precompiler.Configuration, I, O> Precompiler<C, I, O>.precompileSafe(req: Precompiler.PrecompileSourceRequest<C>, code: I): Pair<DiagnosticsSuite, O?>
Precompile using the provided inputs,