YahooArchive / express-map

Assembles an Express app's route configuration for sharing with the client side via JavaScript.
Other
12 stars 7 forks source link

Support express 4 #21

Open aljimenez opened 10 years ago

aljimenez commented 10 years ago

Are there any plans to support express 4? Mojito depends on express-map, so this blocks users from using express 4.

caridy commented 10 years ago

@clarle is working on this.

clarle commented 10 years ago

The work needed to be done in express-map is pretty minimal (mostly fixing app.params to also accept app._router.params.

Most of the work needed to get it to work in Express 4.x is in express-annotations here:

https://github.com/yahoo/express-annotations/pull/12

aljimenez commented 10 years ago

Great thanks.

ericf commented 10 years ago

Re-opening this issue so it stays on our radar.