Open
Description
The analyzer and its siblings should consider switching from Version
from package:pub_semver
to LanguageVersion
from package:package_config
when it needs to represent a language version, including for experimental features. The type is lighter weight and more semantic.
Where needed, an extension to convert between the two types can be added and used.