SYMBOL INDEX (33 symbols across 16 files) FILE: scripts/utilities/bumpVersion.js function bumpVersion (line 3) | function bumpVersion() { FILE: source/bin.ts function getCommandAndParameters (line 92) | function getCommandAndParameters(argument: string): [string, Parameter] { FILE: source/index.ts function esrun (line 10) | async function esrun(inputFile: string, options?: Options) { FILE: source/plugins/fileConstants.ts type FileConstantsPluginOptions (line 7) | type FileConstantsPluginOptions = Record; method setup (line 13) | setup(build) { FILE: source/runners/Runner.ts type BuildOutput (line 13) | type BuildOutput = class Runner (line 19) | class Runner { method getDependencies (line 48) | getDependencies(): readonly string[] { method retrieveDependencies (line 52) | protected retrieveDependencies(): string[] { method constructor (line 58) | constructor(inputFile: string, options?: Options) { method run (line 83) | async run() { method build (line 96) | async build(buildOptions: BuildOptions = {}) { method transform (line 148) | async transform(transformer: (content: string) => string | Promise { method getOutputCode (line 239) | getOutputCode() { FILE: source/runners/Watcher.ts function debounce (line 7) | function debounce(func: Function, wait: number) { class Watcher (line 17) | class Watcher extends Runner { method constructor (line 21) | constructor(input: string, options?: Options) { method run (line 29) | async run() { method rerun (line 38) | async rerun() { method rebuild (line 55) | async rebuild() { method watch (line 75) | watch() { FILE: source/tools/findInputFile.ts function findInputFile (line 4) | function findInputFile(path: string): string { FILE: source/tools/importRequire.ts function importRequire (line 1) | function importRequire(code: string, location: string) { FILE: source/tools/onExit.ts function onExit (line 1) | function onExit(cleanUp: Function) { FILE: source/types/CliOption.ts type CliOption (line 1) | type CliOption = FILE: source/types/Options.ts type Options (line 5) | type Options = { FILE: source/types/Parameter.ts type Parameter (line 1) | type Parameter = string[] | true FILE: source/types/SendCodeMode.ts type SendCodeMode (line 1) | type SendCodeMode = "cliParameters" | "temporaryFile" FILE: test/readline.js function input (line 3) | async function input(msg) { FILE: test/readline.ts function input (line 9) | async function input(msg: string): Promise { FILE: test/samples/Zabu.ts class Zabu (line 1) | class Zabu { method yell (line 2) | yell() {