C# 클래스 TypeScriptBundleTransform.TypeScriptTransformer

A bundle transformer that takes TypeScript and outputs JavaScript.
상속: IBundleTransform
파일 보기 프로젝트 열기: wouterdevinck/TypeScript-BundleTransform

공개 메소드들

메소드 설명
Process ( BundleContext context, BundleResponse response ) : void
TypeScriptTransformer ( ErrorLevel errorLevel, bool minify ) : System

A bundle transformer that takes TypeScript and outputs JavaScript.

TypeScriptTransformer ( bool minify ) : System

A bundle transformer that takes TypeScript and outputs JavaScript. Type checking will be performed.

비공개 메소드들

메소드 설명
GetErrorScript ( string errors ) : string
GetScript ( string filename ) : string
TypeScriptTransformer ( ) : System

메소드 상세

Process() 공개 메소드

public Process ( BundleContext context, BundleResponse response ) : void
context BundleContext
response BundleResponse
리턴 void

TypeScriptTransformer() 공개 메소드

A bundle transformer that takes TypeScript and outputs JavaScript.
public TypeScriptTransformer ( ErrorLevel errorLevel, bool minify ) : System
errorLevel ErrorLevel Indicates whether the TypeScript compiler should run type checking and /// whether error should be logged or exceptions should be thrown.
minify bool Indicates whether the result should be minified.
리턴 System

TypeScriptTransformer() 공개 메소드

A bundle transformer that takes TypeScript and outputs JavaScript. Type checking will be performed.
Type checking found an error.
public TypeScriptTransformer ( bool minify ) : System
minify bool Indicates whether the result should be minified.
리턴 System