Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "transpiler/raw-runner"

Index

Variables

Let args

args: string[] = drop(process.argv, 2)

Let asyncAwaitIndex

asyncAwaitIndex: number = args.indexOf("--await")

Let files

files: string[] = filter(args, a => a !== "--await")

Let useAsyncAwait

useAsyncAwait: boolean = asyncAwaitIndex !== -1

Functions

main

  • main(useAsyncAwait: boolean, files: string[]): Promise<void>

Generated using TypeDoc