Skip to content

Commit bf72a08

Browse files
jacobzim-stlstainless-app[bot]
authored andcommitted
fix(client): partial parsing update to handle strings
small testing additions lint
1 parent 1fa5513 commit bf72a08

File tree

5 files changed

+298
-244
lines changed

5 files changed

+298
-244
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"eslint": "^8.49.0",
4444
"eslint-plugin-prettier": "^5.0.1",
4545
"eslint-plugin-unused-imports": "^3.0.0",
46+
"fast-check": "^3.22.0",
4647
"jest": "^29.4.0",
4748
"prettier": "^3.0.0",
4849
"prettier-2": "npm:prettier@^2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Partial JSON Parser
22

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

0 commit comments

Comments
 (0)