Skip to content

Commit 844683a

Browse files
feat(deno): migrate recon-silly-ation npm → Deno (standards#253) (#88)
## Summary Class B (npm-wrapper via Deno) migration of `recon-silly-ation/` sub-tree. - Delete `recon-silly-ation/package.json` (stub: `private:true`, devDeps only = `rescript@11.1.4` + `@rescript/core@1.6.1`, scripts `build`/`clean` for the ReScript compiler). - Delete `recon-silly-ation/pnpm-lock.yaml` (lockfile artifact). - Append npm-avoidant block to root `.gitignore` (standards#67). `recon-silly-ation/deno.json` already carries Deno-native tasks only (no bare `rescript` invocations), so no task rewrites required. If ReScript compilation is needed later, it can be re-introduced via `deno run -A --node-modules-dir=auto npm:rescript` per recipe. Refs: standards#253 STEP 3 (smallest-first batch). ## Test plan - [ ] CI green on PR - [ ] No `package.json` / `pnpm-lock.yaml` remain under `recon-silly-ation/` - [ ] Root `.gitignore` contains npm-avoidant block Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 883fa52 commit 844683a

3 files changed

Lines changed: 8 additions & 52 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,11 @@ generated/tlaiser/
8686
generated/wokelangiser/
8787
generated/alloyiser/
8888
generated/abi/
89+
90+
# npm-avoidant (standards#67)
91+
package-lock.json
92+
**/package-lock.json
93+
bun.lockb
94+
yarn.lock
95+
pnpm-lock.yaml
96+
.npmrc

recon-silly-ation/package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

recon-silly-ation/pnpm-lock.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)