Documentation
¶
Overview ¶
Package toolchain provides helpers that replicate the Selene CLI pipeline.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteFile ¶
ExecuteFile parses and runs a Selene source file within the provided runtime. It is a light wrapper around ParseFile and runtime.Run that ensures consistent error formatting across tooling entry points.
func LoadDependencies ¶
LoadDependencies wires vendored modules recorded in selene.toml/selene.lock into the provided runtime so that imports work when evaluating a standalone entry point. The logic mirrors the CLI implementation but is exposed as a reusable helper for tests and additional tooling commands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.