Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions LANGUAGE-POLICY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ Ordered preference. Reach for the first one that can do the job.
built-in test runner and bundler.

| 2 | *Deno*
| Second position. Existing Deno projects are *grandfathered* and need not
migrate; prefer it over pnpm/npm when Bun genuinely cannot be used.
| *BEING REMOVED* (owner ruling 2026-08-26, #655): existing Deno projects
must migrate to Bun; where Bun genuinely cannot be used, the reason must
be documented. Ranked second only while the estate migration is in
flight — not a safe harbour.

| 3 | *pnpm*
| Third. Only where an upstream toolchain requires a node_modules layout.
Expand Down
6 changes: 4 additions & 2 deletions docs/JS-RUNTIME-POLICY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ built-in test runner and bundler.

| 2
| *Deno*
| Second position. Existing Deno projects are *grandfathered* and need not
migrate; prefer it over pnpm/npm where Bun genuinely cannot be used.
| *BEING REMOVED* (owner ruling 2026-08-26, #655): existing Deno projects
must migrate to Bun; where Bun genuinely cannot be used, the reason must be
documented. Ranked second only while the estate migration is in flight —
not a safe harbour.

| 3
| *pnpm*
Expand Down
Loading