Open
Description
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
- Update jsparser and add support for swc-loader jsparser: handle parsing swc transformed @NativeClass #27
- Simplify extending classes from JS using a simpler approach jsparser: handle parsing swc transformed @NativeClass #27
- Add tests for swc-loader in jsparser jsparser: handle parsing swc transformed @NativeClass #27
Extras
- Convert jsparser to typescript?
- Make SBG generate static bindings for project classes that are not compiled during build but after?
Metadata
Metadata
Assignees
Labels
No labels