Skip to content

Add Bun runtime support #1136

Add Bun runtime support

Add Bun runtime support #1136

Triggered via pull request April 18, 2026 04:19
Status Failure
Total duration 27s
Artifacts

lint-code.yaml

on: pull_request
runLinter
24s
runLinter
Fit to window
Zoom out
Zoom in

Annotations

6 errors
runLinter
Process completed with exit code 1.
eslint(no-undef): server/threads/threadServer.js#L345
'Bun' is not defined.
eslint(no-undef): server/threads/threadServer.js#L331
'Bun' is not defined.
eslint(no-unused-vars): server/http.ts#L721
Parameter 'harperRequest' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): server/http.ts#L583
Variable 'requestQueueLimit' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): components/componentLoader.ts#L31
Identifier 'isBun' is imported but never used.