Method | Description | |
---|---|---|
CoffeeScriptCompiler ( Func |
Initializes a new instance of the CoffeeScriptCompiler class.
|
|
Compile ( string input ) : string |
Gets a string containing the compiled CoffeeScript result.
|
|
Dispose ( ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
|
FormatErrorDetails ( JToken errorDetails ) : string |
Generates a detailed error message
|
|
Initialize ( ) : void |
Initializes CoffeeScript compiler
|
public CoffeeScriptCompiler ( Func |
||
javascriptEngineFactory | Func |
/// The javascript engine factory. /// |
return | System |
public Compile ( string input ) : string | ||
input | string | /// The input to compile. /// |
return | string |