@lynx-js/autolink-codegen@0.3.0
Minor Changes
-
Add scaffolding and code generation support for Lynx Node-API addon libraries. (#2958)
create-lynx-librarycan now generate NAPI native module packages with shared C++ sources, Android and iOS addon manifest entries, Android CMake integration backed by PrimJS 4.x runtime libraries, iOS podspec wiring, generated addon-use headers, and Lynxtron C API registration.@lynx-js/autolink-codegennow generates Node-API TypeScript facades, shared native module stubs, iOS wrapper and registration sources, Lynxtron registration sources, and an auto-installedNativeModulesshim backed by the Lynx NAPI loader.The generated projects also support older Android Gradle and CMake toolchains, install all build-time packages required by published consumers, use CocoaPods-compatible podspec and header paths, and exclude local CMake dependency caches from published library tarballs.