feat: initial changes to just compile with bun#1678
feat: initial changes to just compile with bun#1678neoandmatrix wants to merge 1 commit intoasyncapi:masterfrom
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. |
@Shurtu-gal @AayushSaini101 @Souvikns any updates on these or suggestions as to where should i proceed with this. Also i have asked about the above mentioned problem with Thanks. |
|
Thanks so much for the guidance and views will take this up in the bun repository. |
Discussed the Based on this i tried |
|
Closing this as CLI not selected for this Gsoc'25 . Will continue with further changes in seperate issue and PR. |








Description
This PR introduces the changes to just compile and start the cli with bun with some modules removed namely
asyncapi/parserandasyncapi/modelinaas they were using the@spotlightpackage'sspectraldepedency 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.