C# Class CoffeeScript.Compiler.Compiler

Datei anzeigen Open project: abolibibelot/coffeescript-dotnet

Public Methods

Method Description
Compile ( CompilerOptions opt ) : void

Private Methods

Method Description
Compile ( string sourcePath, CompilerOptions opt ) : string
CompileMany ( IEnumerable toCompile, CompilerOptions opt ) : void
Glob ( string path, string pattern ) : IEnumerable
StartWatching ( CompilerOptions opt ) : void

Method Details

Compile() public method

public Compile ( CompilerOptions opt ) : void
opt CompilerOptions
return void