Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 761 Bytes

yarn.compiler.compiler.compile.md

File metadata and controls

29 lines (16 loc) · 761 Bytes

Compiler.Compile(CompilationJob)

Method in Compiler

Summary

Compiles Yarn code, as specified by a compilation job.

public static CompilationResult Compile(CompilationJob compilationJob)

Parameters

Name Description
Yarn.Compiler.CompilationJob compilationJob The compilation job to perform.

Returns

The results of the compilation.

See Also

  • CompilationJob: An object that contains Yarn source code to compile, and instructions on how to compile it.
  • CompilationResult: The result of a compilation.