| commit | 4d0ef2588e1b3aa5dbe3baaa6200ffd88e55a4b4 | [log] [tgz] |
|---|---|---|
| author | Nate Biggs <biggs0125@gmail.com> | Fri Dec 13 17:11:34 2024 -0500 |
| committer | GitHub <noreply@github.com> | Fri Dec 13 17:11:34 2024 -0500 |
| tree | ecb32bbcd111a95e0b1a5ad153e6378c7014d084 | |
| parent | ab620d1a81adc57b5045a189e076b9930ae66208 [diff] |
Update pattern test to account for new DDC JS variable naming (#2542) * Update pattern test to account for new DDC JS variable naming A bug recently uncovered in DDC required renaming some variables (primarily around patterns) to avoid declarations from shadowing each other incorrectly. 'a' is now 'a$' as it is the second case that declares a Dart variable named 'a'. --------- Co-authored-by: Nate Biggs <natebiggs@google.com>
| Package | Description | Version |
|---|---|---|
| dwds | A service that proxies between the Chrome debug protocol and the Dart VM service protocol. | |
| frontend_server_client | Client code to start and interact with the frontend_server compiler from the Dart SDK. | |
| webdev | A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.