-
Notifications
You must be signed in to change notification settings - Fork 45
Fix CLI import #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Fix CLI import #34
Conversation
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
feat: implement dereferencing
Fix issue with falsy const values not triggering the rewrite
fixes #6
* 1.0.1 * github action > circleci also treeware and semantic release * chore: updated mocha * chore: update nyc * chore: add semnatic release * allow locks * chore: never any nodejs v8 support Co-authored-by: Phil Sturgeon <me@philsturgeon.uk>
BREAKING CHANGE: derefencing errors are thrown
Co-authored-by: Tremper, Diego (ESI) <diego.tremper@adp.com>
This library is becoming less important with OAS3.1 being actual JSON Schema and with the frequency of Node releases I cant a) keep changing this matrix, or b) justify wasting compute resources on checking them all all the time. LMK if there's a problem in a particular version and we'll revert if it becomes an issue.
* Rewrote in typescript, created esm/cjs exports, brought in library, fixed circular references, added tests, changed test suite to vitest * working top level dereferencing * fix tests and filter if/then
* Clean up type imports, fix release scripts * removed dependency, only test on greater than node 14, added lint checks * test on windows * test on windows * test on windows * test on windows * support definitions conversions * fix typescript complaints in tests
* Add documentation, clean up some types, small fixes * re-add binn
* fix(esm): add suffix to import * fix(modules): Change module resolution to node16 to prevent esm import errors, change types library * fix(nested-definitions): add definitions availability for nested definitions
Co-authored-by: Eva Arnika Varga <arnika@letsdothis.com>
…ficial) support for node 14, bump json-scheme-walker version and openapi types version (#45) * chore(versions): move to yarn 4, drop release for node 14, only output cjs BREAKING CHANGE: Move to yarn 4 and only output a cjs build, drop support for node 14 * update build
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.
No description provided.