Skip to content

feat(config): add runtimePackageName to IConfigPlatform#11237

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

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

Conversation

Copilot AI commented Jun 2, 2026

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
Comment thread packages/core/config/config.interface.ts Outdated
@nx-cloud

nx-cloud Bot commented Jun 15, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 1958a7a

Command Status Duration Result
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:14:47 UTC

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