mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
a56642e9a1
Several changes are made: - createDartExport now does not export methods that define type parameters. - createStaticInteropMock adds conformance checks to make sure implementing members can handle all possible values of a type parameter in an interop member. An error is added to reduce confusion around this. - Export creator now uses dart:js_interop_unsafe for a lot of its lowering as the dart:js_util equivalents are buggy when it comes to calling exported functions in JS with JS types. - Small code changes are added to backends to handle the above changes. Change-Id: Ie3b6b157930537267f270b60373b2b17e0a14344 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316141 Reviewed-by: Joshua Litt <joshualitt@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Stephen Adams <sra@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com> |
||
---|---|---|
.. | ||
js | ||
src | ||
ddc.dart | ||
dev_compiler.dart |