All pages
Powered by GitBook
1 of 1

Loading...

Compile(CompilationJob)

Method in Compiler

Summary

Compiles Yarn code, as specified by a compilation job.

public static CompilationResult Compile(CompilationJob compilationJob)

Parameters

Name
Description

compilationJob

The compilation job to perform.

Returns

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.

See Also

CompilationJob
CompilationResult
Yarn.Compiler.CompilationJob