dart-lang / web

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

Update dart_style and use latestLanguageVersion #301

Closed srujzs closed 2 months ago

srujzs commented 2 months 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 2 months ago

Thanks @munificent!