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

[now dev] Clean up dev-router a bit #2099

Merged
merged 2 commits into from
Apr 4, 2019
Merged

Conversation

TooTallNate
Copy link
Member

This is a follow up to #2095 to move the resolveRouteParameters() function to the top-level and other slight optimizations like not re-parsing the URL multiple times.

This is a follow up to #2095 to move the `resolveRouteParameters()`
funcrtion to the top-level and other slight optimizations like not
re-parsing the URL multiple times.
@TooTallNate TooTallNate mentioned this pull request Apr 4, 2019
@codecov-io
Copy link

codecov-io commented Apr 4, 2019

Codecov Report

Merging #2099 into canary will decrease coverage by <.01%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff            @@
##           canary   #2099      +/-   ##
=========================================
- Coverage    4.55%   4.54%   -0.01%     
=========================================
  Files         243     243              
  Lines        8589    8577      -12     
  Branches      878     875       -3     
=========================================
- Hits          391     390       -1     
+ Misses       8180    8170      -10     
+ Partials       18      17       -1
Impacted Files Coverage Δ
src/commands/dev/lib/dev-router.ts 73.91% <72.72%> (+3.32%) ⬆️
src/util/read-metadata.js 100% <0%> (ø) ⬆️
src/util/hash.js 100% <0%> (ø) ⬆️
src/util/error.js 100% <0%> (ø) ⬆️
src/util/get-files.js 96.89% <0%> (+5.36%) ⬆️
src/util/get-project-name.js 100% <0%> (+9.09%) ⬆️

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 822971f...3550539. Read the comment docs.

@TooTallNate TooTallNate merged commit 4995318 into canary Apr 4, 2019
@TooTallNate TooTallNate deleted the update/cleanup-dev-router branch April 4, 2019 22:05
leo pushed a commit that referenced this pull request Apr 5, 2019
* [now dev] Clean up `dev-router` a bit

This is a follow up to #2095 to move the `resolveRouteParameters()`
funcrtion to the top-level and other slight optimizations like not
re-parsing the URL multiple times.

* Remove unused `qs` import
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.

None yet

3 participants