Static interop stuff might also be in ui_web, so it needs to be added

to the list.

This should fix https://github.com/dart-lang/sdk/issues/52364

Change-Id: Id6ab25ee48da4027adee89e91868bde5b07b4ac2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303002
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Jackson Gardner <jacksongardner@google.com>
Reviewed-by: Mouad Debbar <mdebbar@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Jackson Gardner 2023-05-12 18:25:59 +00:00 committed by Commit Queue
parent d40890582c
commit 48346c458a

View file

@ -128,6 +128,7 @@ class StaticInteropClassEraser extends Transformer {
late final Set<String> _erasableCoreLibraries = {
'js_interop_unsafe',
'ui',
'ui_web',
'_engine',
'_skwasm_impl'
};