# Functions
We want to resolve paths relative to the dir where the currently executing file lives, not relative to the working directory.
No description provided by the author
No description provided by the author
Path to the file that's currently executing.
The main entrypoint to starkit.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetState works like SetState in React.
No description provided by the author
Unpacks args, using the arg unpacker on the current thread.
Keep unwrapping errors until we find an error with a backtrace.
# Variables
ErrStopExecution is a sentinel value to stop Starlark execution but will not be propagated back to callers.
# Structs
No description provided by the author
A starlark execution environment.
A fixture for test setup/teardown.
No description provided by the author
A frozen starlark module object.
# Interfaces
LoadInterceptor allows an Plugin to intercept a load to set the contents based on the requested path.
No description provided by the author
No description provided by the author
An plugin to a starlark execution environment.
Starkit plugins are not allowed to have mutable state.