dart-lang / web

Lightweight browser API bindings built around JS static interop.
https://pub.dev/packages/web
BSD 3-Clause "New" or "Revised" License
128 stars 22 forks source link

Update dart_style and use latestLanguageVersion #301

Closed srujzs closed 3 weeks ago

srujzs commented 3 weeks ago

languageVersion will soon be a required parameter. For our purposes, it suffices to use the latest as it includes formatting for extension types. There are no changes in the generated output.

srujzs commented 3 weeks ago

Thanks @munificent!