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?
Reactions are currently unavailable
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