C# Class Knapsack.CoffeeScript.CoffeeScriptCompiler

Inheritance: ICoffeeScriptCompiler
Exibir arquivo Open project: andrewdavey/knapsack Class Usage Examples

Private Properties

Property Type Description
CreateScriptEngineWithCoffeeScriptLoaded ScriptEngine

Public Methods

Method Description
CoffeeScriptCompiler ( string>.Func loadSourceFromFile ) : System
CompileFile ( string path ) : string

Private Methods

Method Description
CreateScriptEngineWithCoffeeScriptLoaded ( ) : ScriptEngine

Method Details

CoffeeScriptCompiler() public method

public CoffeeScriptCompiler ( string>.Func loadSourceFromFile ) : System
loadSourceFromFile string>.Func
return System

CompileFile() public method

public CompileFile ( string path ) : string
path string
return string