hyperjump-io / json-schema

JSON Schema Validation, Annotation, and Bundling. Supports Draft 04, 06, 07, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1
https://json-schema.hyperjump.io/
MIT License
216 stars 22 forks source link

feature: Refactor AST node representation from tuples to objects #50

Closed Gmin2 closed 6 months ago

Gmin2 commented 7 months ago

Refactoring AST node representation from tuples to object

jdesrosiers commented 7 months ago

Thanks for working on the issue, but please make sure you run the tests (npm test) and the linter (npm run lint) before submitting PRs. I suspect you've introduced some kind of infinite loop because the test runner never finishes and I had to kill it. Please try again and make sure all the tests pass and you aren't introducing any linter errors.

jdesrosiers commented 6 months ago

Closing due to no response after several weeks.