Open
Conversation
* Include Title in referenced definitions * Tests update --------- Co-authored-by: Sean Jonker <seanjonker@Seans-MBP.lan>
path-equal < 1.2 had a phantom dependency to tslib (unional/path-equal#57), which is not a problem if your project is written in TypeScript. However, if you're flying with vanilla JS or JS with JSDocs with TypeScript, it will fail if you don't have tslib installed.
* compatibility to draft 07 * undefined and symbol test * skip validation * update docs * undefined main type test * better handling at enum value * remove unnecessary changes * remove unnecessary changes * fix error type * remove unnecessary changes * remove unnecessary changes * remove unnecessary changes * disable switch * unit test * ignore undefined * check if incloud undefined or void for requierd * never * Revert "never" This reverts commit ac039da. * type-alias-never * update docs * type-alias-never * readme * remove unnecessary changes --------- Co-authored-by: netanel-mce <netanel.d@mce.systemd>
In the case of a single union, we were just copying all properties across. This can overwrite a pre-existing field, in particular a more-specific description that has been specified on some including type. This came up in a project where enabling `strictNullChecks` caused a bunch of descriptions to change for seemingly no reason.
* allow-extra-props-where-pattern-properties-not-empty * object mapped and other keys * docs * remove unnecessary changes * remove unnecessary changes 2 * remove unnecessary changes 3 * remove unnecessary changes 4 * fix auto test * fix comment * 0.60.0 * Back to 0.59.0 --------- Co-authored-by: netanel-mce <netanel.d@mce.systemd>
…571) * add constAsEnum flag to convert constant values in properties to single value enum * fix lint
* remove enum sorting * fix enum tests by updating the order of enums in assertions
* Support bigint * Update typescript-json-schema.ts --------- Co-authored-by: Dominik Moritz <domoritz@gmail.com>
* fix: escape special characters in string template literals * fix: wrong quoting --------- Co-authored-by: Andreas Hochsteger <andreas.hochsteger@oeamtc.at>
…orators (#606) Co-authored-by: kriz <kos@treenity.pro>
This library is not deprecated or archived. It still works fine and we are reviewing pull requests and make releases. The core maintainers just don't actively invest in new features.
Co-authored-by: tchen <tchen@tchen>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please:
Readme.md