-
-
Notifications
You must be signed in to change notification settings - Fork 210
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: initial changes to just compile with bun #1678
base: master
Are you sure you want to change the base?
Conversation
|
|
Some more findings on this migration and what changes in my opinion are required for this to be achieved:-
and the pre-install script is In my opinion there can be 2 possible solutions for this : -
One more improvement for tests we can try is using the bun test runner which also might allow us to speed up tests as we are already using The advantages of migration to bun in my opinion and as per testing are:-
In my opinion these advantages of @Souvikns @Shurtu-gal @AayushSaini101 I would really appreciate your thoughts and views on this as that would help me to further move in the direction of this migration if it aligns with goals of the project and helps it. As this will require some effort and also if needed discussion with other projects maintainers would be really helpful to me if i can get some early advice on this as i am considering this to be part of goals that are to be achieved during Gsoc'25 and will help me to plan this properly. Thanks. |
Description
This PR introduces the changes to just compile and start the cli with bun with some modules removed namely
asyncapi/parser
andasyncapi/modelina
as they were using the@spotlight
package'sspectral
depedency which appears to be unsupported by bun. Also the fetching of examples is removed as it was dependent on parser.The major issues as per my finding are with
parser
.@Souvikns @Shurtu-gal @AayushSaini101 please have a look and any guidance will be helpful to me for next steps.
Thanks.