feat(deno): migrate netstack/interface npm → Deno (standards#253 STEP 3)#21
Merged
Merged
Conversation
…ds#253) Class B (npm-wrapper via Deno). Deletes package.json stub (rescript + @rescript/core only, zero scripts). Updates deno.json build|clean|watch tasks to `deno run -A --node-modules-dir=auto npm:rescript <args>` so rescript compiler resolves @rescript/core via node_modules without committed package.json. Refs: standards#253 STEP 3 (smallest-first batch). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Class B npm → Deno migration for
netstack/interface/sub-tree (smallest-first STEP 3 batch under standards#253).netstack/interface/package.json(stub: 2 depsrescript+@rescript/core, zero scripts).netstack/interface/deno.jsontasksbuild|clean|watch→deno run -A --node-modules-dir=auto npm:rescript <args>. Rescript compiler now resolves@rescript/corevia Deno-managednode_modules/without a committedpackage.json..gitignore(standards#67):**/package-lock.json,bun.lockb,yarn.lock,pnpm-lock.yaml,.npmrc.testtask untouched (already pure Deno).Scope
netstack/interface/+ root.gitignore. No changes elsewhere in the repo.Test plan
deno task buildresolvesnpm:rescript+@rescript/corevia node_modulesdeno task cleansucceedspackage.json/ lockfiles re-appear innetstack/interface/Refs: hyperpolymath/standards#253
🤖 Generated with Claude Code