Compile(CompilationJob)
Compiles Yarn code, as specified by a compilation job.
public static CompilationResult Compile(CompilationJob compilationJob)
Name | Description |
---|---|
The compilation job to perform. |
The results of the compilation.
- CompilationJob: An object that contains Yarn source code to compile, and instructions on how to compile it.
Last modified 21d ago