refactor: update build scripts and replace deno scripts with node.js …#25
Merged
DjDeveloperr merged 8 commits intomainfrom Feb 6, 2026
Merged
refactor: update build scripts and replace deno scripts with node.js …#25DjDeveloperr merged 8 commits intomainfrom
DjDeveloperr merged 8 commits intomainfrom
Conversation
…for metadata generation, add CI that actually works - Changed the `metagen` script from Deno to Node.js in `package.json`. - Added new build scripts for `libffi` and `metagen` in `package.json`. - Updated CMakeLists to reflect the change from Deno to Node.js for metadata writing. - Removed obsolete Deno scripts related to `build_libffi` and `metagen`. - Deleted GitHub workflows for npm release and pull requests as part of the cleanup.
- Removed the `prepare` script from `package.json`. - Added a name to the CI workflow in `.github/workflows/ci.yml`. - Updated `@nativescript/objc-node-api` dependency version to `^1.0.0-alpha.7` in both `packages/ios/package.json` and `packages/macos/package.json`.
…nd path management - Refactored the script to use a helper function for path resolution, improving readability and maintainability. - Updated environment variable handling to ensure consistent usage across commands. - Added error handling for the configuration step to run autogen if necessary. - Adjusted file copy operations to utilize the new path helper for better clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…for metadata generation, add CI that actually works
metagenscript from Deno to Node.js inpackage.json.libffiandmetageninpackage.json.build_libffiandmetagen.