[changelog] Clarify JS compiler header text in 3.2 changelog entries

The dart2js and DDC names are no longer exposed to most users, and either behind `dart compile js`, `webdev`, or the `flutter` tool.

To make it easier for users to identify changes relevant to them, adjust their changelog sections by using "development" or "production" in their names.

Change-Id: I4fb2f12a26d6bf91f48c1958fcab9b0c3fbca26b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329862
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Marya Belanger <mbelanger@google.com>
Reviewed-by: Marya Belanger <mbelanger@google.com>
This commit is contained in:
Parker Lougheed 2023-10-10 18:04:45 +00:00 committed by Commit Queue
parent b7d3c47d13
commit 41808b7735

View file

@ -171,7 +171,7 @@ constraint][language version] lower bound to 3.2 or greater (`sdk: '^3.2.0'`).
### Tools ### Tools
#### Dart Dev Compiler (DDC) #### Development JavaScript compiler (DDC)
- Applications compiled by DDC will no longer add members to the native - Applications compiled by DDC will no longer add members to the native
JavaScript Object prototype. JavaScript Object prototype.
@ -184,7 +184,7 @@ constraint][language version] lower bound to 3.2 or greater (`sdk: '^3.2.0'`).
`dart:js_interop`'s `JSSymbol` and `JSBigInt` with extension types to interop `dart:js_interop`'s `JSSymbol` and `JSBigInt` with extension types to interop
with these types. with these types.
#### Dart2js #### Production JavaScript compiler (dart2js)
- **Breaking change for JS interop with Symbols and BigInts**: - **Breaking change for JS interop with Symbols and BigInts**:
JavaScript `Symbol`s and `BigInt`s are now associated with their own JavaScript `Symbol`s and `BigInt`s are now associated with their own