feat(use_filenaming_convention): add support for $ prefix#3420
feat(use_filenaming_convention): add support for $ prefix#3420brandonmcconnell wants to merge 1 commit intobiomejs:mainfrom
$ prefix#3420Conversation
This adds support for TanStack routes which use a dollar sign (`$`) prefix
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@ematipico I see you closed this PR. Did I do something incorrectly here? |
|
As written at the top of the file, it's code generated. Once the code is merged, the docs will be automatically updated |
|
@ematipico Good call, thanks. I misunderstood these instructions from https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#documentation
|
|
Feel free to send a PR to improve it, if you think it's not clear enough |
Summary
Adds support for dollar-sign-prefixed filenames, a convention used by TanStack Start: https://tanstack.com/start/latest/docs/framework/react/guide/routing
Relates to biomejs/biome#8007