Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for rspack in new android runtime #16

Open
5 tasks
ammarahm-ed opened this issue Mar 14, 2025 · 1 comment
Open
5 tasks

Add support for rspack in new android runtime #16

ammarahm-ed opened this issue Mar 14, 2025 · 1 comment
Milestone

Comments

@ammarahm-ed
Copy link
Collaborator

ammarahm-ed commented Mar 14, 2025

A community member has already got rspack working with NativeScript partially, however the jsparser in our android runtime only supports ts-loader. For rspack and probably other bundlers that use swc loader, we need to update jsparser to support extended classes and interfaces required by Static Binding Generator

Extras

  • Convert jsparser to typescript?
  • Make SBG generate static bindings for project classes that are not compiled during build but after?
@NathanWalker
Copy link
Collaborator

Reference: NativeScript/NativeScript#10630

@NathanWalker NathanWalker added this to the 9.0 milestone Mar 20, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants