You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for adding support for generating certain declarations for types found in the global scope for JS code, but not supported directly in dart:js_interop at the moment. These declarations may also be followed by helpers to help convert them to similar Dart types where possible.
Some of these types are native to JS and some are supported by TS. For those supported by JS natively, we will need to create respective external calls, while those supported by TS will need to have representations that match the compilation result in JS: