Interface TypeScriptBootstrapModifier

All Superinterfaces:
Serializable

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

    • modify

      @Deprecated(since="25.2", forRemoval=true) default void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      frontendDependenciesScanner can be obtained calling Options.getFrontendDependenciesScanner(). Use modify(List, Options) instead
      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
    • modify

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