Skip to content

Commit 0633847

Browse files
committed
README has ABNF
1 parent 77e724b commit 0633847

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 20
2121

2222
- name: Run
2323
run: chmod +x run.sh && ./run.sh

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ or add a hundred more `.ts` files.
1313
Once your pull request is submitted here, link to it in your TypeDoc bug report.
1414

1515
Forked from the [ts-node-repros](https://github.com/TypeStrong/ts-node-repros) for TypeDoc.
16+
17+
```abnf
18+
; taken from RFC5234
19+
name = elements crlf
20+
```

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc-repros",
33
"dependencies": {
4-
"typedoc": "latest",
5-
"typescript": "latest"
4+
"typedoc": "^0.26.0",
5+
"typescript": "^5.4.5"
66
}
77
}

0 commit comments

Comments
 (0)