Skip to content

Commit 4a48a74

Browse files
authored
Merge branch 'master' into ci-bun
2 parents 8903fec + 19c5659 commit 4a48a74

File tree

7 files changed

+1033
-879
lines changed

7 files changed

+1033
-879
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version:
14-
- "16"
14+
- "18"
1515
- "latest"
1616
steps:
1717
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
coverage/
44
dist/
55
dist.es2015/
6+
*.tsbuildinfo

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const path = stringify(data); //=> "/:foo"
147147

148148
### Parse
149149

150-
The `parse` function accepts a string and returns `TokenData`, the set of tokens and other metadata parsed from the input string. `TokenData` is can used with `match` and `compile`.
150+
The `parse` function accepts a string and returns `TokenData`, which can be used with `match` and `compile`.
151151

152152
- **path** A string.
153153
- **options** _(optional)_

SECURITY.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)