You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file pkg/analyzer/lib/src/dart/analysis/experiments.g.dart defines two non-existent language features: bogus-disabled, a non-existent feature that is in the "disabled" state, and bogus-enabled, a non-existent feature that is in the "enabled" state.
These bogus features were not intended to be kept around in the long term; they were created solely to illustrate the file format while it was being developed. However, at least one client (dartdoc) has begun to rely on them, so it is a breaking change to remove them. (Issue to make dartdoc stop using these bogus features is here: dart-lang/dartdoc#2156)
We should remove these "features" so that they don't become a source of confusion to clients.
The text was updated successfully, but these errors were encountered:
The file
pkg/analyzer/lib/src/dart/analysis/experiments.g.dart
defines two non-existent language features:bogus-disabled
, a non-existent feature that is in the "disabled" state, andbogus-enabled
, a non-existent feature that is in the "enabled" state.These bogus features were not intended to be kept around in the long term; they were created solely to illustrate the file format while it was being developed. However, at least one client (dartdoc) has begun to rely on them, so it is a breaking change to remove them. (Issue to make dartdoc stop using these bogus features is here: dart-lang/dartdoc#2156)
We should remove these "features" so that they don't become a source of confusion to clients.
The text was updated successfully, but these errors were encountered: