Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/utils/transpile"

Index

Functions

Functions

transpile

  • Properly transpiles the source folder, generating a file for each template file and substituting the template comment with the generated piece of code.

    Parameters

    • src: string

      The path of the directory to transpile.

    • codes: Code[]

      The array of Code objects containing template comment and associated generated code.

    • options: Options

      The options passed to the "generate" function.

    • logger: Logger

      The Logger instance.

    Returns void

Generated using TypeDoc