We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're running build_node_compilers on a library that has been completely migrated to null safety, however we're getting the following types of errors:
packages/package_config/src/package_config_json.dart:311:28: Error: Null safety features are disabled for this library. if (object is List<Object?>) {
dart2js is not able to convert libraries with any null safety features and we're not sure why at the moment. This is new as of Dart 2.14.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're running build_node_compilers on a library that has been completely migrated to null safety, however we're getting the following types of errors:
dart2js is not able to convert libraries with any null safety features and we're not sure why at the moment. This is new as of Dart 2.14.0.
The text was updated successfully, but these errors were encountered: