C# 클래스 CoffeeScript.Compiler.Compiler

파일 보기 프로젝트 열기: abolibibelot/coffeescript-dotnet

공개 메소드들

메소드 설명
Compile ( CompilerOptions opt ) : void

비공개 메소드들

메소드 설명
Compile ( string sourcePath, CompilerOptions opt ) : string
CompileMany ( IEnumerable toCompile, CompilerOptions opt ) : void
Glob ( string path, string pattern ) : IEnumerable
StartWatching ( CompilerOptions opt ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( CompilerOptions opt ) : void
opt CompilerOptions
리턴 void