banira
    Preparing search index...

    Function bundleModule

    • Compiles fileName and its local import graph into a single classic-script string (an IIFE with a CommonJS module registry that executes the entry).

      Parameters

      • fileName: string

        Path to the entry TypeScript file.

      • compilerOptions: CompilerOptions = {}

        Base compiler options (module kind etc. are overridden).

      Returns string

      Self-contained JavaScript with no import/export statements.