-
-
Notifications
You must be signed in to change notification settings - Fork 108
feat!: separate file system operations into a separate file #1092
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
feat!: separate file system operations into a separate file #1092
Conversation
Co-authored-by: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com>%0ACo-authored-by: asyncapi-bot <bot+chan@asyncapi.io>%0ACo-authored-by: souvik <souvikde.ns@gmail.com>%0ACo-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com>
Co-authored-by: Jonas Lagoni <jonas-lt@live.dk>
…mats (asyncapi#778) Co-authored-by: Chris Patmore <christopher.patmore@ibm.com>
Co-authored-by: asyncapi-bot <info@asyncapi.io> Co-authored-by: asyncapi-bot-eve <bot+eve@asyncapi.io>
Co-authored-by: Chris Patmore <christopher.patmore@ibm.com>
* update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Disabled testing and sentiment analysis for draft * Revert "Disabled testing and sentiment analysis for draft" This reverts commit 1afa3cb. * change readme * changed link * adapt gitignore * Update .gitignore * Update docs/migrations/v1-to-v2.md Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> * Update docs/migrations/v1-to-v2.md Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> * structural changes and grammarly changes * fix sonar --------- Co-authored-by: jonaslagoni <jonaslagoni@localhost.localdomain> Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
…i#782) Co-authored-by: Chris Patmore <christopher.patmore@ibm.com>
Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
* fix traits * update test and implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
Closing. See asyncapi/asyncapi-react#1149 (comment) |
Description
This MR tries to separate file system operations into a separate file(s). Please see https://github.com/kennethaasan/parser-js/blob/feat/separate-file-system-operations/docs/migrations/v3-to-v4.md and asyncapi/asyncapi-react#956 why this is a problem.
Also, the
next-major
branch needs to be updated withmaster
so that you can see the changes I made easier.Related issue(s)