rsnext/packages
Tim Neutkens b7bd1f775a
Convert router/router.js to typescript (#6644)
- Removed `fetchRoute` as it was only used once (internal method, non-breaking)
- Convert files to TypeScript
- Don't extend `ServerRouter` from `Router` as it introduces unneeded overhead, we only have to provide `pathname` `asPath` and `query` for `withRouter`. Also added `events` even though it shouldn't be called on SSR, just making sure we don't break things.
2019-03-13 15:56:20 +01:00
..
next Fix export with folders that contain dot (#6538) 2019-03-12 18:30:03 -05:00
next-bundle-analyzer v8.0.4-canary.10 2019-03-12 01:27:01 -05:00
next-mdx v8.0.4-canary.10 2019-03-12 01:27:01 -05:00
next-server Convert router/router.js to typescript (#6644) 2019-03-13 15:56:20 +01:00