Last updated 4 months ago
Was this helpful?
Method in
Compiles Yarn code, as specified by a compilation job.
The results of the compilation.
: An object that contains Yarn source code to compile, and instructions on how to compile it.
: The result of a compilation.
public static CompilationResult Compile(CompilationJob compilationJob)
compilationJob
The compilation job to perform.