Skip to content

Commit

Permalink
fix(client): partial parsing update to handle strings
Browse files Browse the repository at this point in the history
small testing additions

lint
  • Loading branch information
jacobzim-stl authored and RobertCraigie committed Sep 13, 2024
1 parent 5de81c9 commit 46e8eb6
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 244 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"fast-check": "^3.22.0",
"jest": "^29.4.0",
"prettier": "^3.0.0",
"prettier-2": "npm:prettier@^2",
Expand Down
2 changes: 1 addition & 1 deletion src/_vendor/partial-json-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Partial JSON Parser

Vendored from https://www.npmjs.com/package/partial-json-parser and updated to use TypeScript.
Vendored from https://www.npmjs.com/package/partial-json with some modifications
Loading

0 comments on commit 46e8eb6

Please sign in to comment.