-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
express-list-endpoints/src/index.js
Line 8 in 0b14cc3
var STACK_ITEM_VALID_NAMES = [ |
locally i have
var STACK_ITEM_VALID_NAMES = [
'<anonymous>',
'router',
'bound dispatch',
'mounted_app'
]
and this seems to work perfectly. happy to put together a 1 line PR, but wondering if any reason to exclude these? in many apps not allowing app.use(path, router), which results in routes misses a big number of them.
webextensions and andriyor