You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Contributing
2
2
3
+
## Scope of Acceptable Changes
4
+
5
+
TypeScript 7.0 will be a key bridge release between TypeScript 6.0 (the [last JavaScript release](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/#typescript-6.0-is-the-last-javascript-based-release)) and the new Go codebase going forward. To minimize differences and reduce churn during this period, **only PRs addressing 6.0/7.0 differences, or crashes** will be considered. Please hold off on feature PRs or behavioral tweaks until 7.0 is released. Thanks!
6
+
3
7
## How to Build and Run
4
8
5
9
This repo uses [Go 1.25 or higher](https://go.dev/dl/), [Rust 1.88 or higher](https://www.rust-lang.org/tools/install), [Node.js with npm](https://nodejs.org/), and [`hereby`](https://www.npmjs.com/package/hereby).
0 commit comments