-
Notifications
You must be signed in to change notification settings - Fork 6k
Include ui_web API files in sky_engine.
#40846
Conversation
This is necessary in order for the analyzer to function properly.
|
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
|
Golden file changes are available for triage from new commit, Click here to view. |
|
Golden file changes are available for triage from new commit, Click here to view. |
yjbanov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit b36ff84.
Include `ui_web` API files in sky_engine.
Previous attempt was here: #40846 I was including un-rewritten source files, which caused breakage. Now we run out `ui_web` files through the sdk_rewriter script before putting them into sky_engine

This is necessary in order for the analyzer to function properly. The sources in sky_engine are basically a superset of what is needed for native and web, so that the analyzer can validate either code path.