From afa87af01c79a9baa539f2992d32154d2a4739bd Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 14:46:37 -0800 Subject: task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq --- .../vitest/dist/chunks/browser.d.ChKACdzH.d.ts | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 vanilla/node_modules/vitest/dist/chunks/browser.d.ChKACdzH.d.ts (limited to 'vanilla/node_modules/vitest/dist/chunks/browser.d.ChKACdzH.d.ts') diff --git a/vanilla/node_modules/vitest/dist/chunks/browser.d.ChKACdzH.d.ts b/vanilla/node_modules/vitest/dist/chunks/browser.d.ChKACdzH.d.ts deleted file mode 100644 index 98b415a..0000000 --- a/vanilla/node_modules/vitest/dist/chunks/browser.d.ChKACdzH.d.ts +++ /dev/null @@ -1,59 +0,0 @@ -import { FileSpecification } from '@vitest/runner'; -import { O as OTELCarrier } from './traces.d.402V_yFI.js'; -import { T as TestExecutionMethod } from './worker.d.Dyxm8DEL.js'; - -type SerializedTestSpecification = [project: { - name: string | undefined; - root: string; -}, file: string, options: { - pool: string; - testLines?: number[] | undefined; -}]; - -interface ModuleDefinitionLocation { - line: number; - column: number; -} -interface SourceModuleLocations { - modules: ModuleDefinitionDiagnostic[]; - untracked: ModuleDefinitionDiagnostic[]; -} -interface ModuleDefinitionDiagnostic { - start: ModuleDefinitionLocation; - end: ModuleDefinitionLocation; - startIndex: number; - endIndex: number; - rawUrl: string; - resolvedUrl: string; - resolvedId: string; -} -interface ModuleDefinitionDurationsDiagnostic extends ModuleDefinitionDiagnostic { - selfTime: number; - totalTime: number; - transformTime?: number; - external?: boolean; - importer?: string; -} -interface UntrackedModuleDefinitionDiagnostic { - url: string; - resolvedId: string; - resolvedUrl: string; - selfTime: number; - totalTime: number; - transformTime?: number; - external?: boolean; - importer?: string; -} -interface SourceModuleDiagnostic { - modules: ModuleDefinitionDurationsDiagnostic[]; - untrackedModules: UntrackedModuleDefinitionDiagnostic[]; -} - -interface BrowserTesterOptions { - method: TestExecutionMethod; - files: FileSpecification[]; - providedContext: string; - otelCarrier?: OTELCarrier; -} - -export type { BrowserTesterOptions as B, ModuleDefinitionDurationsDiagnostic as M, SerializedTestSpecification as S, UntrackedModuleDefinitionDiagnostic as U, ModuleDefinitionDiagnostic as a, ModuleDefinitionLocation as b, SourceModuleDiagnostic as c, SourceModuleLocations as d }; -- cgit v1.2.3