Liking cljdoc? Tell your friends :D

com.blockether.vis.ext.language-typescript-bun.runner

Resolve WHICH bun binary launches the REPL / tests, mirroring how the Python pack picks uv / poetry / venv. Bun has no per-project interpreter zoo: it is bun on PATH, else the official installer location (~/.bun/bin/bun).

Resolve WHICH bun binary launches the REPL / tests, mirroring how the Python
pack picks uv / poetry / venv. Bun has no per-project interpreter zoo: it is
`bun` on PATH, else the official installer location (~/.bun/bin/bun).
raw docstring

available?clj

(available?)

Is ANY bun launchable on this machine?

Is ANY bun launchable on this machine?
sourceraw docstring

resolve-commandclj

(resolve-command _root)

The argv PREFIX that launches bun for a project in _root. Detection order:

  1. bun on PATH
  2. ~/.bun/bin/bun (official installer default) Throws when neither exists — the pack activated on a Bun-looking workspace but the machine can't run it.
The argv PREFIX that launches bun for a project in `_root`. Detection order:
  1. `bun` on PATH
  2. ~/.bun/bin/bun (official installer default)
Throws when neither exists — the pack activated on a Bun-looking workspace
but the machine can't run it.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close