C# Class React.MSBuild.TransformBabel

MSBuild task that handles transforming JavaScript via Babel
Inheritance: Microsoft.Build.Utilities.Task
ファイルを表示 Open project: reactjs/React.NET

Private Properties

Property Type Description
ExecuteInternal bool

Public Methods

Method Description
Execute ( ) : bool

Executes the task.

Private Methods

Method Description
ExecuteInternal ( ) : bool

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

Method Details

Execute() public method

Executes the task.
public Execute ( ) : bool
return bool