Package com.vaadin.copilot
Class CopilotLoader
java.lang.Object
com.vaadin.copilot.CopilotLoader
- All Implemented Interfaces:
TypeScriptBootstrapModifier
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CopilotLoader
public CopilotLoader()
-
-
Method Details
-
modify
Description copied from interface:TypeScriptBootstrapModifier
Modifies the bootstrap typescript by mutating the parameter.- Specified by:
modify
in interfaceTypeScriptBootstrapModifier
- Parameters:
bootstrapTypeScript
- the input typescript split into linesproductionMode
- true if building for production, false otherwise
-