hara.runtime.basic.impl.process-lua
+program-init-nginx+
registers nginx Lua programs with the same executable matrix as base Lua, but defaults nginx contexts to :resty.
default-body-transform
added in 4.0
(default-body-transform input mopts)default-body-wrap
added in 4.1
(default-body-wrap forms)wraps body forms in a local helper so inline defs remain callable within the same Lua eval scope.
lua-basic-script-globalize-entry
added in 4.1
(lua-basic-script-globalize-entry body {:keys [entry]})avoids Lua’s local-variable cap by emitting basic runtime script deps as globals.
normalize-forms
added in 4.1
(normalize-forms input mopts)normalizes runtime input into a flat sequence of Lua statements.