C# Class StitchIt.Handlers.CoffeeScript.CoffeeScriptCompiler

显示文件 Open project: davidpadbury/StitchIt

Public Methods

Method Description
CoffeeScriptCompiler ( ) : System
Compile ( string coffeeScript ) : string

Private Methods

Method Description
CreateEngine ( ) : void
LoadCoffeeScriptSource ( ) : string

Method Details

CoffeeScriptCompiler() public method

public CoffeeScriptCompiler ( ) : System
return System

Compile() public method

public Compile ( string coffeeScript ) : string
coffeeScript string
return string