Skip to content

Commit fba4cec

Browse files
committed
fix(fast-path-parse): move some files to src folder
tests(test-path-parse): improve last segment test to data checking
1 parent a5d2408 commit fba4cec

File tree

20 files changed

+460
-717
lines changed

20 files changed

+460
-717
lines changed

packages/fast-path-parse/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@
55
"type": "commonjs",
66
"exports": {
77
"./aot/parse": {
8-
"default": "./aot/parse.js",
9-
"types": "./aot/parse.d.ts"
8+
"default": "./src/aot/parse.js",
9+
"types": "./src/aot/parse.d.ts"
1010
},
1111
"./aot/match": {
12-
"default": "./aot/match.js",
13-
"types": "./aot/match.d.ts"
12+
"default": "./src/aot/match.js",
13+
"types": "./src/aot/match.d.ts"
1414
},
1515
"./runtime/parse": {
16-
"default": "./runtime/parse.js",
17-
"types": "./runtime/parse.d.ts"
16+
"default": "./src/runtime/parse.js",
17+
"types": "./src/runtime/parse.d.ts"
1818
},
1919
"./runtime/match": {
20-
"default": "./runtime/match.js",
21-
"types": "./runtime/match.d.ts"
20+
"default": "./src/runtime/match.js",
21+
"types": "./src/runtime/match.d.ts"
2222
},
2323
"./utils/segment": {
24-
"default": "./utils/segment.js",
25-
"types": "./utils/segment.d.ts"
24+
"default": "./src/utils/segment.js",
25+
"types": "./src/utils/segment.d.ts"
2626
}
2727
},
2828
"files": [
29-
"aot",
30-
"runtime",
31-
"utils"
29+
"src/aot",
30+
"src/runtime",
31+
"src/utils"
3232
],
3333
"engines": {
3434
"node": ">=18.20.1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)