Interface TypeScriptBootstrapModifier

All Superinterfaces:
Serializable

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

    Modifier and Type
    Method
    Description
    default void
    modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner)
    Modifies the bootstrap typescript by mutating the parameter.
  • Method Details

    • 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