C# 클래스 React.MSBuild.TransformBabel

MSBuild task that handles transforming JavaScript via Babel
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: reactjs/React.NET

Private Properties

프로퍼티 타입 설명
ExecuteInternal bool

공개 메소드들

메소드 설명
Execute ( ) : bool

Executes the task.

비공개 메소드들

메소드 설명
ExecuteInternal ( ) : bool

The core of the task. Locates all JSX files and transforms them to JavaScript.

메소드 상세

Execute() 공개 메소드

Executes the task.
public Execute ( ) : bool
리턴 bool