Property | Type | Description | |
---|---|---|---|
Compile | JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile | JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile | void | ||
GetCoffeeCompilerScriptStream | Stream |
Method | Description | |
---|---|---|
CoffeeCompiler ( ) : System | ||
CoffeeCompiler ( bool debug ) : System | ||
Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
Compile ( string workingDirectory, |
||
Compile ( |
||
CompileString ( string coffeeScript ) : string |
Method | Description | |
---|---|---|
Compile ( |
||
Compile ( string coffeeScriptFilePath, List |
||
Compile ( |
||
GetCoffeeCompilerScriptStream ( ) : Stream |
public CoffeeCompiler ( bool debug ) : System | ||
debug | bool | |
return | System |
public Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord | ||
coffeeScriptFile | string | |
return | JurassicCoffee.Core.Diagnostics.CompilationRecord |
public Compile ( string workingDirectory, |
||
workingDirectory | string | |
input | ||
output | ||
return | JurassicCoffee.Core.Diagnostics.CompilationRecord |
public Compile ( |
||
input | ||
output | ||
return | void |
public CompileString ( string coffeeScript ) : string | ||
coffeeScript | string | |
return | string |