dart-sdk/pkg/_js_interop_checks
Parker Lougheed 4725b282f9 [js_interop_checks] Update SDK constraint to support Dart 3
The package already uses 3.0 features after 3b294fdab2, but the usage wasn't caught due to https://github.com/dart-lang/sdk/issues/54764.

Since all packages that depend on this all require Dart 3 or greater now, we can increase the constraint and start to take advantage of its features. Also avoids a few checks and lookups :)

Change-Id: Iba539b86dc2f0117406b96e60ed8e92ea9ecf220
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349161
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
2024-01-31 01:54:18 +00:00
..
lib [js_interop_checks] Update SDK constraint to support Dart 3 2024-01-31 01:54:18 +00:00
analysis_options.yaml [pkg] remove duplicate config from the analysis options files 2023-11-14 00:37:53 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS Add OWNERS_WEB as owners of _js_interop_checks 2022-04-05 10:41:23 +00:00
pubspec.yaml [js_interop_checks] Update SDK constraint to support Dart 3 2024-01-31 01:54:18 +00:00
README.md

Shared kernel visitors checking for incorrect usage of @JS() style interop.