Skip to content

Commit

Permalink
chore: basic parsing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 5, 2024
1 parent 1014c62 commit 8aaf2d4
Show file tree
Hide file tree
Showing 10 changed files with 5,426 additions and 10 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@

> Making filesystem routing universal
## 🚧 In development

This library is a work in progress and in active development.

- [ ] support exporting to pure RegExp matcher
- [ ] support exporting to radix3 routes
- [ ] support exporting to `vue-router` routes with compatibility for [Nuxt](https://github.com/nuxt/nuxt) and [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
- [ ] support exporting to SolidStart
- [ ] support exporting to sveltekit routes
- [ ] and more

## Usage

Install package:
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,23 @@
"test:unit": "vitest",
"test:types": "tsc --noEmit"
},
"dependencies": {
"escape-string-regexp": "^5.0.0",
"ufo": "^1.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@types/node": "20.x",
"@vitest/coverage-v8": "latest",
"eslint": "latest",
"lint-staged": "latest",
"radix3": "^1.1.0",
"simple-git-hooks": "latest",
"typescript": "latest",
"unbuild": "latest",
"vite": "latest",
"vitest": "latest"
"vitest": "latest",
"vue-router": "^4.2.5"
},
"resolutions": {
"unrouting": "link:."
Expand Down
Loading

0 comments on commit 8aaf2d4

Please sign in to comment.