-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat(file-router): implement lazy route generation #3365
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # package-lock.json # package.json # packages/ts/file-router/package.json # packages/ts/react-crud/package.json
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3365 +/- ##
=======================================
Coverage 86.62% 86.63%
=======================================
Files 115 115
Lines 8163 8205 +42
Branches 1261 1264 +3
=======================================
+ Hits 7071 7108 +37
- Misses 1077 1080 +3
- Partials 15 17 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Ignore this failure because it complains about code duplication in fixtures which is acceptable. |
# Conflicts: # package-lock.json
|
Resolves #3264.