Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

router class rearchitecture #207

Merged
merged 2 commits into from
Jul 23, 2022
Merged

router class rearchitecture #207

merged 2 commits into from
Jul 23, 2022

Conversation

hoangvvo
Copy link
Owner

@hoangvvo hoangvvo commented Jul 23, 2022

Close #206

@changeset-bot
Copy link

changeset-bot bot commented Jul 23, 2022

⚠️ No Changeset found

Latest commit: 58ae0d6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Jul 23, 2022

Codecov Report

Merging #207 (58ae0d6) into main (aed0aa9) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #207   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          321       413   +92     
  Branches        53        57    +4     
=========================================
+ Hits           321       413   +92     
Impacted Files Coverage Δ
src/router.ts 100.00% <ø> (ø)
src/edge.ts 100.00% <100.00%> (ø)
src/node.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@hoangvvo hoangvvo merged commit 926209f into main Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.clone() returns a new instance but can not produce .handler()
1 participant