Expand description

jsonnet interpreter implementation

Re-exports

Modules

Macros

Structs

Enums

  • Object fields may, or may not depend on this/super, this enum allows cheaper reuse of object-independent fields for native code Standard jsonnet fields are always unbound

Traits

  • During import, this trait will be called to create initial context for file. It may initialize global variables, stdlib for example.
  • Implements file resolution logic for import and importStr
  • Thunk without bound super/this object inheritance may be overriden multiple times, and will be fixed only on field read

Functions