json-schema-traverse icon indicating copy to clipboard operation
json-schema-traverse copied to clipboard

Traverse JSON Schema passing each schema object to callback

Results 13 json-schema-traverse issues
Sort by recently updated
recently updated
newest added

Hi Evgeny, I am trying to run your library, but upon fixing basic missing errors (with let cb,pre,post;), I still get errors when I run the basic example provided under...

- expands typings to define exported dictionaries - use typings internally to type-check main file - checks are optional (via @ts-check), but can be instrumented: ```bash tsc --allowJs --noEmit ./index.js...

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@​kirill-golovan) #4688: Usage...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

@epoberezkin what you think? Fixes #6 Fixes #8

I'm wondering why where is no `dataPath` along with schemaPath (the second argument in the callback)?

enhancement

Looks like the `files` property (https://docs.npmjs.com/files/package.json#files) is not used in `package.json` to specify the included files, nor is the `.npmignore` file (https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package) is being used for blacklisting unwanted files, for...