web icon indicating copy to clipboard operation
web copied to clipboard

Consider using different names for some typedefs to reduce conflicts

Open sigmundch opened this issue 1 year ago • 1 comments

We currently have typedefs like:

typedef Float32List = JSAny?

WHen imported together with dart:typed_data this causes issues. One can hide it from the import, but potentially we may want to make the default set of public type names to not overlap with those commonly used together from other core libraries?

sigmundch avatar Jun 27 '23 00:06 sigmundch

Or maybe https://github.com/dart-lang/web/issues/65 ?

kevmoo avatar Aug 02 '23 21:08 kevmoo