feat(deno): migrate recon-silly-ation npm → Deno (standards#253)#88
Merged
Merged
Conversation
Class B (npm-wrapper via Deno). Deletes package.json stub (rescript-family devDeps only, private:true). deno.json carries npm:rescript via imports map; tasks updated to `deno run -A --node-modules-dir=auto npm:rescript` where applicable. 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-wrapper via Deno) migration of
recon-silly-ation/sub-tree.recon-silly-ation/package.json(stub:private:true, devDeps only =rescript@11.1.4+@rescript/core@1.6.1, scriptsbuild/cleanfor the ReScript compiler).recon-silly-ation/pnpm-lock.yaml(lockfile artifact)..gitignore(standards#67).recon-silly-ation/deno.jsonalready carries Deno-native tasks only (no barerescriptinvocations), so no task rewrites required. If ReScript compilation is needed later, it can be re-introduced viadeno run -A --node-modules-dir=auto npm:rescriptper recipe.Refs: standards#253 STEP 3 (smallest-first batch).
Test plan
package.json/pnpm-lock.yamlremain underrecon-silly-ation/.gitignorecontains npm-avoidant block