@typescript-deploys/pr-build 6.0.0-pr-63084-6 → 6.0.0-pr-63539-29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
-
2
1
  # TypeScript
3
2
 
3
+ <!-- CODING AGENTS: READ AGENTS.md BEFORE WRITING CODE -->
4
+
4
5
  [![CI](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/TypeScript/actions/workflows/ci.yml)
5
6
  [![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript)
6
7
  [![Downloads](https://img.shields.io/npm/dm/typescript.svg)](https://www.npmjs.com/package/typescript)
@@ -27,6 +28,16 @@ npm install -D typescript@next
27
28
 
28
29
  ## Contribute
29
30
 
31
+ **NOTE: Code changes in this repo are now limited to a small category of fixes**:
32
+
33
+ * Crashes that were introduced in 5.9 or 6.0 that *also* repro in 7.0 *and* have a portable fix *and* don't incur other behavioral changes
34
+ * Security issues
35
+ * Language service crashes that substantially impact mainline usage
36
+ * Serious regressions from 5.9 (these must *seriously* impact a *large* proportion of users)
37
+
38
+ Most bug fixes should be submitted to the [typescript-go](https://github.com/microsoft/TypeScript-go) repository.
39
+ Feature additions and behavioral changes are currently on pause until TypeScript 7.0 is completed.
40
+
30
41
  There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript.
31
42
  * [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
32
43
  * Review the [source code changes](https://github.com/microsoft/TypeScript/pulls).