-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[BUG] dropping valid schema fields on bundle #185
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Moving this issue to bundler as this error is originating from bundler library. |
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
The error is coming from this Line 129 in a9b0788
|
@rlsf Please do rm -rf node_modules
npm install check, and close the issue if the bug is fixed. |
verified, works, thanks. |
Describe the bug.
in version 2.3.2 there is a regression in the bundle command output.
we use the bundle command to create a single spec file. our spec file adheres to asyncapi spec 2.0.0. and declares it using
as the first line in the doc.
we use tags and custom attributes in our document e.g:
executing the bundler results in the custom attributes and the tags being removed. making the doc invalid:
up until version 2.3.0 it worked as expected
Expected behavior
preserve custom properties and tags in bundled output.
Screenshots
see above
How to Reproduce
use the above snippets and execute bundle command.
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: