Use custom build of catharsis for parsing JSDoc

Fixes a few issues in their parser

Fork:
https://github.com/xenova/catharsis

Original:
https://github.com/hegemonic/catharsis
This commit is contained in:
Joshua Lochner 2023-04-07 23:31:58 +02:00
parent eb574bb64f
commit c3f853b488
2 changed files with 6 additions and 4 deletions

9
package-lock.json generated
View File

@ -13,6 +13,7 @@
"onnxruntime-web": "^1.14.0"
},
"devDependencies": {
"catharsis": "github:xenova/catharsis",
"copy-webpack-plugin": "^11.0.0",
"jsdoc-to-markdown": "^8.0.0",
"typescript": "^5.0.2",
@ -1417,14 +1418,14 @@
},
"node_modules/catharsis": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz",
"integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==",
"resolved": "git+ssh://git@github.com/xenova/catharsis.git#908bf97ca4e5840aaa1c4688fc29380d48bc2572",
"dev": true,
"license": "MIT",
"dependencies": {
"lodash": "^4.17.15"
"lodash": "^4.17.21"
},
"engines": {
"node": ">= 10"
"node": ">= v18.15.0"
}
},
"node_modules/chokidar": {

View File

@ -38,6 +38,7 @@
"onnxruntime-node": "^1.14.0"
},
"devDependencies": {
"catharsis": "github:xenova/catharsis",
"copy-webpack-plugin": "^11.0.0",
"jsdoc-to-markdown": "^8.0.0",
"typescript": "^5.0.2",