jesterwithplugins icon indicating copy to clipboard operation
jesterwithplugins copied to clipboard

Fix or document context of plugins in routers and subrouters

Open JohnAD opened this issue 5 years ago • 0 comments

From @GULPF https://github.com/dom96/jester/issues/226#issuecomment-633048738:

Since plugins are "global" (if plugin f <- pluginName() is used in a subrouter then f is available in the main router, and vice versa) it might make sense to simple disallow plugin: inside subrouter: to avoid confusion.

JohnAD avatar May 30 '20 21:05 JohnAD