Skip to content
New issue

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

build_node_compilers not working on null safe library #106

Open
agreaves opened this issue Sep 17, 2021 · 0 comments
Open

build_node_compilers not working on null safe library #106

agreaves opened this issue Sep 17, 2021 · 0 comments

Comments

@agreaves
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant