프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Compile | JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile | JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile | void | ||
GetCoffeeCompilerScriptStream | Stream |
메소드 | 설명 | |
---|---|---|
CoffeeCompiler ( ) : System | ||
CoffeeCompiler ( bool debug ) : System | ||
Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile ( string workingDirectory, |
||
Compile ( |
||
CompileString ( string coffeeScript ) : string |
메소드 | 설명 | |
---|---|---|
Compile ( |
||
Compile ( string coffeeScriptFilePath, List |
||
Compile ( |
||
GetCoffeeCompilerScriptStream ( ) : Stream |
public Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
coffeeScriptFile | string | |
리턴 | JurassicCoffee.Core.Diagnostics.CompilationRecord |
public Compile ( string workingDirectory, |
||
workingDirectory | string | |
input | ||
output | ||
리턴 | JurassicCoffee.Core.Diagnostics.CompilationRecord |
public Compile ( |
||
input | ||
output | ||
리턴 | void |
public CompileString ( string coffeeScript ) : string | ||
coffeeScript | string | |
리턴 | string |