Expand description
bynk check — type-check a .bynk file or project without writing output.
Runs the linked pipeline in-process (v0.138, #487): a directory routes
through bynk_emit::project::compile_project, a single file through
bynk_emit::compile_with_warnings — exactly bynkc check’s two branches, so the
output is identical. The escape hatch matches bynk dev: when the driver
resolved bynkc via a BYNK_BYNKC override, the pinned compiler is shelled
instead so an externally-managed toolchain still governs the result.
Functions§
- run
- Run
bynk check.compilercarries the driver’s resolution so an override can be honoured by shelling the pinnedbynkc.