Skip to content

feat: Add JDBC module, and redesign JIT and JMM theory pages with enh… #8

feat: Add JDBC module, and redesign JIT and JMM theory pages with enh…

feat: Add JDBC module, and redesign JIT and JMM theory pages with enh… #8

Triggered via push February 2, 2026 14:14
Status Failure
Total duration 20s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build
Process completed with exit code 2.
build: src/features/jdbc/index.ts#L3
Cannot find module './JDBCSimulator' or its corresponding type declarations.
build: src/features/jdbc/index.ts#L2
Cannot find module './JDBCTheory' or its corresponding type declarations.
build: src/features/jdbc/index.ts#L1
Cannot find module './JDBCModule' or its corresponding type declarations.
build: src/contexts/ConsoleContext.tsx#L17
Property 'jdbc' is missing in type '{ gc: never[]; threads: never[]; jit: never[]; jmm: never[]; static: never[]; architecture: never[]; platform: never[]; }' but required in type 'ModuleConsoleState'.
build: src/App.tsx#L23
Property 'jdbc' is missing in type '{ gc: () => JSX.Element; threads: () => JSX.Element; jit: () => JSX.Element; jmm: () => JSX.Element; static: () => JSX.Element; architecture: () => JSX.Element; platform: () => JSX.Element; }' but required in type 'Record<ModuleId, ComponentType<{}>>'.