SYMBOL INDEX (79 symbols across 42 files) FILE: builds/vite-plugin-react.ts function build (line 4) | async function build(options: RunOptions) { FILE: builds/vite-plugin-svelte.ts function build (line 4) | async function build(options: RunOptions) { FILE: builds/vite-plugin-vue.ts function build (line 4) | async function build(options: RunOptions) { FILE: discord-webhook.ts type RefType (line 3) | type RefType = 'branch' | 'tag' | 'commit' | 'release' type Status (line 4) | type Status = 'success' | 'failure' | 'cancelled' type Env (line 5) | type Env = { function run (line 35) | async function run() { function assertEnv (line 107) | function assertEnv( function loadExpectedFailureReason (line 116) | async function loadExpectedFailureReason(suite: string) { function createRunUrl (line 122) | async function createRunUrl(suite: string) { type GitHubActionsJob (line 145) | interface GitHubActionsJob { function fetchJobs (line 150) | async function fetchJobs() { function createDescription (line 176) | async function createDescription( function createTargetText (line 196) | function createTargetText( FILE: ecosystem-ci.ts function run (line 169) | async function run(suite: string, options: RunOptions) { function getSuitesToRun (line 177) | function getSuitesToRun(suites: string[], root: string) { FILE: tests/_selftest.ts function test (line 6) | async function test(options: RunOptions) { FILE: tests/analogjs.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/astro.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/histoire.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/hydrogen.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/iles.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/ladle.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/laravel.ts function test (line 6) | async function test(options: RunOptions) { FILE: tests/marko.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/nuxt.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/nx.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/one.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/quasar.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/qwik.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/rakkas.ts function test (line 5) | async function test(options: RunOptions) { FILE: tests/react-router.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/redwoodjs.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/storybook.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/sveltekit.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/tanstack-start.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/unocss.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vike.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-environment-examples.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-cloudflare.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-laravel.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-pwa.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-react.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-rsc.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-svelte.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-plugin-vue.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vite-setup-catalogue.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vitepress.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vitest.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/vuepress.ts function test (line 4) | async function test(options: RunOptions) { FILE: tests/waku.ts function test (line 4) | async function test(options: RunOptions) { FILE: types.d.ts type EnvironmentData (line 2) | interface EnvironmentData { type RunOptions (line 10) | interface RunOptions { type Task (line 27) | type Task = string | { script: string; args?: string[] } | (() => Promis... type CommandOptions (line 29) | interface CommandOptions { type RepoOptions (line 41) | interface RepoOptions { type Overrides (line 51) | interface Overrides { type ProcessEnv (line 55) | interface ProcessEnv { type DependencyInfo (line 59) | interface DependencyInfo { type PackageInfo (line 65) | interface PackageInfo { FILE: utils.ts function cd (line 25) | function cd(dir: string) { function $ (line 29) | async function $(literals: TemplateStringsArray, ...values: any[]) { function setupEnvironment (line 70) | async function setupEnvironment(): Promise { function initWorkspace (line 89) | function initWorkspace(workspace: string) { function setupRepo (line 107) | async function setupRepo(options: RepoOptions) { function toCommand (line 173) | function toCommand( function runInRepo (line 212) | async function runInRepo(options: RunOptions & RepoOptions) { function setupViteRepo (line 368) | async function setupViteRepo(options: Partial) { function getPermanentRef (line 409) | async function getPermanentRef() { function buildVite (line 420) | async function buildVite({ function bisectVite (line 447) | async function bisectVite( function isLocalOverride (line 487) | function isLocalOverride(v: string): boolean { function overridePackageManagerVersion (line 509) | async function overridePackageManagerVersion( function applyPackageOverrides (line 545) | async function applyPackageOverrides( function dirnameFrom (line 669) | function dirnameFrom(url: string) { function parseViteMajor (line 673) | function parseViteMajor(vitePath: string): number { function parseMajorVersion (line 682) | function parseMajorVersion(version: string) { function buildOverrides (line 686) | async function buildOverrides( function getVitePackageInfo (line 738) | async function getVitePackageInfo(vitePath: string): Promise {