BundlePrecompiler

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
abstract operator fun invoke(req: Precompiler.PrecompileSourceRequest<C>, input: String): B?

Invoke this precompiler, producing an output of shape O for an input of shape I.

Link copied to clipboard
open suspend fun precompile(req: Precompiler.PrecompileSourceRequest<C>, input: String): B?

Precompile the input using this precompiler.

Link copied to clipboard

Precompile using the provided inputs,