Skip to content

Commit

Permalink
Update ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisco committed Mar 9, 2024
1 parent 5e29bee commit 93dbb78
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 14 deletions.
189 changes: 176 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"ts-node": "^10.8.0",
"typedoc": "^0.25.11",
"typescript": "^4.1.3"
},
Expand Down
1 change: 1 addition & 0 deletions src/ToJSON/models/Parsing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default class Parsing {
return new Promise<ParsingResult>((resolve, reject) => {
this.ParseFile(
(r) => resolve(r),
/* istanbul ignore next */
(e: any) => reject(e)
);
});
Expand Down

0 comments on commit 93dbb78

Please sign in to comment.