pub fn stdlib_builtin_names() -> Vec<String>Expand description
Return the canonical list of all stdlib builtin names. This creates a temporary VM, registers all builtins, and collects the names. Used by harn-lint and harn-lsp to avoid hardcoded duplicate lists.