mbullington / node_preamble.dart

:memo: Better node.js preamble for dart2js, use it in your build system.
Other
19 stars 12 forks source link

Support running in null-safety mode #22

Closed jathak closed 3 years ago

jathak commented 3 years ago

Setting the minimum SDK to 2.12 allows packages that depend on this to migrate to null-safety.

The http package is no longer used and it hasn't been migrated yet, so I also removed the dependency.

This should be released as a pre-release version now and then as a stable version once the stable version of Dart 2.12 is released.

mbullington commented 3 years ago

Looks good to me. Thanks!