We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e724b commit 0633847Copy full SHA for 0633847
.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 16
+ node-version: 20
21
22
- name: Run
23
run: chmod +x run.sh && ./run.sh
README.md
@@ -13,3 +13,8 @@ or add a hundred more `.ts` files.
13
Once your pull request is submitted here, link to it in your TypeDoc bug report.
14
15
Forked from the [ts-node-repros](https://github.com/TypeStrong/ts-node-repros) for TypeDoc.
16
+
+```abnf
+; taken from RFC5234
+name = elements crlf
+```
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "typedoc-repros",
3
"dependencies": {
4
- "typedoc": "latest",
5
- "typescript": "latest"
+ "typedoc": "^0.26.0",
+ "typescript": "^5.4.5"
6
}
7
0 commit comments