C# Class React.MSBuild.TransformBabel

MSBuild task that handles transforming JavaScript via Babel
Inheritance: Microsoft.Build.Utilities.Task
Afficher le fichier Open project: reactjs/React.NET

Private Properties

Свойство Type Description
ExecuteInternal bool

Méthodes publiques

Méthode Description
Execute ( ) : bool

Executes the task.

Private Methods

Méthode Description
ExecuteInternal ( ) : bool

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

Method Details

Execute() public méthode

Executes the task.
public Execute ( ) : bool
Résultat bool