Options
All
  • Public
  • Public/Protected
  • All
Menu

The Transpiler class allows Mira to compile recently changed TypeScript files to save time on larger code bases. It respects any existing tsconfig.json file within the project.

internal

Hierarchy

  • Transpiler

Index

Constructors

constructor

Properties

filePath

filePath: string

Methods

changeExtension

  • changeExtension(newExtension: string): string

Private compile

  • compile(configPath: string): Promise<string>

findTSConfigFile

  • findTSConfigFile(start: string): Promise<string | null>

run

  • run(): Promise<string>

Legend

  • Constructor
  • Property
  • Method
  • Constructor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Static property
  • Static method

Generated using TypeDoc