Files
openclaw/src/cli/plugin-registry.ts
Peter Steinberger 4f4d108639 chore(lint): remove underscore-dangle allow list (#83542)
* chore(lint): reduce underscore-dangle exceptions

* chore(lint): reduce more underscore exceptions

* chore(lint): remove underscore-dangle allow list

* fix(lint): repair underscore cleanup regressions

* test(lint): track version define suppression
2026-05-18 14:56:06 +01:00

6 lines
134 B
TypeScript

export {
testing,
ensurePluginRegistryLoaded,
type PluginRegistryScope,
} from "../plugins/runtime/runtime-registry-loader.js";