SYMBOL INDEX (23 symbols across 7 files) FILE: src/cli.ts function main (line 8) | async function main() { FILE: src/commands/eject-ras.ts function getDependencies (line 86) | function getDependencies(dependencies: Record) { function download (line 101) | async function download(url: string, filepath: string) { FILE: src/commands/gen-remix.ts type ConfigType (line 5) | type ConfigType = { type OverridesType (line 10) | type OverridesType = Record type SourcePackageOverrides (line 11) | type SourcePackageOverrides = Record type TargetPackageOverrides (line 12) | type TargetPackageOverrides = Record type PackageExports (line 14) | type PackageExports = { type ExportOverrides (line 19) | type ExportOverrides = { source: string; target: string; type: ExportType } type ExportType (line 20) | type ExportType = 'value' | 'type' function usage (line 22) | function usage() { FILE: src/commands/get-esm-packages.ts function getDependencies (line 6) | function getDependencies(packageName: string) { FILE: src/commands/svg-sprite.ts function log (line 86) | function log(...args: any[]) { function flushLogs (line 89) | function flushLogs() { function normalizeFolder (line 95) | function normalizeFolder(folder: string) { function ensureSlash (line 108) | function ensureSlash(input: string): string { function generateSprites (line 115) | function generateSprites(folder: string) { function generateSprite (line 136) | function generateSprite(folder: string, files: string[]) { function generateTypesFile (line 185) | function generateTypesFile(spriteOutputFolder: string, files: string[]) { function generateReactComponent (line 210) | function generateReactComponent(spriteOutputFolder: string, files: strin... FILE: src/commands/version.ts function getVersion (line 27) | function getVersion(packageName: string) { FILE: test/server.js constant BUILD_DIR (line 7) | const BUILD_DIR = path.join(process.cwd(), "build"); function purgeRequireCache (line 50) | function purgeRequireCache() {