-
-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make router-generator a peer dep of react-router (#2278)
type tests of generated code must be implemented in a separate package to break up this circular dependency
- Loading branch information
1 parent
5fa21ad
commit ef95a05
Showing
16 changed files
with
15 additions
and
2,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,9 @@ coverage | |
*.tgz | ||
.wrangler | ||
|
||
# tests | ||
packages/router-generator/tests/**/*.gen.ts | ||
|
||
# misc | ||
.DS_Store | ||
.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 0 additions & 86 deletions
86
packages/router-generator/tests/generator/append-and-prepend/routeTree.gen.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.