kriasoft / universal-router

A simple middleware-style router for isomorphic JavaScript web apps
https://www.kriasoft.com/universal-router/
MIT License
1.7k stars 105 forks source link

Always return a promsie from router.resolve() and context.next() #187

Closed frenzzy closed 4 years ago

frenzzy commented 4 years ago

Types of changes

Checklist:

codecov-io commented 4 years ago

Codecov Report

Merging #187 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #187   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         205    205           
  Branches       63     63           
=====================================
  Hits          205    205
Impacted Files Coverage Δ
src/UniversalRouter.ts 100% <ø> (ø) :arrow_up:
src/UniversalRouterSync.ts 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5b45d6...9b38c0a. Read the comment docs.