← 返回首页
feat(config): add `runtimePackageName` to `IConfigPlatform` by Copilot · Pull Request #11237 · NativeScript/NativeScript · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

feat(config): add runtimePackageName to IConfigPlatform#11237

Open
NathanWalker with Copilot wants to merge 5 commits into
mainfrom
copilot/add-runtime-package-name-support
Open

feat(config): add runtimePackageName to IConfigPlatform#11237
NathanWalker with Copilot wants to merge 5 commits into
mainfrom
copilot/add-runtime-package-name-support

Conversation

Copilot AI commented Jun 2, 2026
edited by NathanWalker
Loading

Copy link
Copy Markdown
Contributor

Matches IConfigPlatform proposed runtimePackageName for the NativeScript CLI to support custom configured runtime packages (for usage with different NAPI/engine combinations).

Changes

  • packages/core/config/config.interface.ts — adds runtimePackageName?: string to IConfigPlatform, making it available on all platform sections (ios, android, visionos) via inheritance

Usage

// nativescript.config.ts export default { android: { runtimePackageName: '@nativescript/android-quickjs', }, ios: { runtimePackageName: '@nativescript/ios-hermes', }, } satisfies NativeScriptConfig;

ref: NativeScript/nativescript-cli#6039

Copilot AI changed the title [WIP] Add support for runtimePackageName in core config typings feat(config): add runtimePackageName to IConfigPlatform Jun 2, 2026
Copilot AI requested a review from NathanWalker June 2, 2026 17:19
Comment thread packages/core/config/config.interface.ts Outdated Show resolved Hide resolved
Comment thread packages/core/config/config.interface.ts Outdated Show resolved Hide resolved

nx-cloud Bot commented Jun 15, 2026
edited
Loading

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 1958a7a

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 3m 50s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗

☁️ Nx Cloud last updated this comment at 2026-06-15 18:19:56 UTC

NathanWalker marked this pull request as ready for review June 15, 2026 18:14
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.