Skip to content

Add nub - #39

Open
colinhacks wants to merge 1 commit into
WinterTC55:mainfrom
colinhacks:add-nub-runtime-key
Open

Add nub#39
colinhacks wants to merge 1 commit into
WinterTC55:mainfrom
colinhacks:add-nub-runtime-key

Conversation

@colinhacks

@colinhacks colinhacks commented Sep 7, 2026

Copy link
Copy Markdown

Adds nub to runtime-keys.json, in alphabetical order by key.

Nub is a CLI that runs a project's own Node.js installation, augmenting it through Node's documented extension surfaces. It ships no engine and patches nothing, so code selected by this key still runs on Node.js. A package can point its nub branch at TypeScript or JSX source and default at the built output.

Nub matches the condition on augmented runs and omits it under --node, its compatibility mode: https://nubjs.com/docs/runtime/resolution

Published on npm as @nubjs/nub since 2026-05-27, across 186 versions.

Copilot AI lite review requested due to automatic review settings September 7, 2026 17:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward, correctly ordered registry entry addition with no apparent schema or formatting issues.

Pull request overview

Adds the nub runtime key to the runtime registry so consumers can reference Nub explicitly while still running on a project’s own Node.js installation.

Changes:

  • Added a new runtime entry for Nub (key: "nub") to runtime-keys.json.
  • Placed the new entry in the correct alphabetical position by key (between node and quickjs).
File summaries
File Description
runtime-keys.json Adds the nub runtime registry entry (metadata + description) in alphabetical key order.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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