Options
All
  • Public
  • Public/Protected
  • All
Menu

Module cli/src/main

Index

Type aliases

Adapter

Adapter<Options>: (config: IResolvedConfig & Partial<Options>) => void

Type parameters

  • Options

Type declaration

    • An adapter that receives a files that were included in the compilation, compiles them with compileModule and returns a map from relative file path to a corresponding compile source.

      Parameters

      • config: IResolvedConfig & Partial<Options>

        The fully resolved compilation config.

      Returns void

Generated using TypeDoc