Interface TypeScriptBootstrapModifier

All Superinterfaces:
Serializable

public interface TypeScriptBootstrapModifier extends Serializable
Implemented by classes that want to modify the bootstrap typescript.
  • Method Details

    • modify

      @Deprecated default void modify(List<String> bootstrapTypeScript, boolean productionMode)
      Modifies the bootstrap typescript by mutating the parameter.
      Parameters:
      bootstrapTypeScript - the input typescript split into lines
      productionMode - true if building for production, false otherwise
    • modify

      @Deprecated default void modify(List<String> bootstrapTypeScript, boolean productionMode, ThemeDefinition themeDefinition)
      Deprecated.
      Modifies the bootstrap typescript by mutating the parameter.
      Parameters:
      bootstrapTypeScript - the input typescript split into lines
      productionMode - true if building for production, false otherwise
      themeDefinition - the theme used by the application
    • modify

      default void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner)
      Modifies the bootstrap typescript by mutating the parameter.
      Parameters:
      bootstrapTypeScript - the input typescript split into lines
      options - options used by the build
      frontendDependenciesScanner - the frontend dependencies scanner