MCPcopy
hub / github.com/vercel/hyper / checkDeprecatedExtendKeymaps

Function checkDeprecatedExtendKeymaps

app/plugins.ts:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88function checkDeprecatedExtendKeymaps() {
89 modules.forEach((plugin) => {
90 if (plugin.extendKeymaps) {
91 notify('Plugin warning!', `"${plugin._name}" use deprecated "extendKeymaps" handler`);
92 return;
93 }
94 });
95}
96
97let updating = false;
98

Callers 1

updatePluginsFunction · 0.85

Calls 2

notifyFunction · 0.70
forEachMethod · 0.45

Tested by

no test coverage detected