github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/tiltfile/starkit/doc.go (about) 1 // Starkit is a toolkit for implementing Starlark interpreters, with support for: 2 // 3 // (1) reusable sets of builtins 4 // (2) collecting state on a starlark thread 5 // (3) instrumenting builtins with analytics 6 // 7 // So that builtins from different packages can be composed. 8 // 9 // This package is designed to eventually be a separate repo. 10 package starkit