Open
Description
The most common primitive JS types defined globally, such as string
, number
, etc can be simply mapped to a Dart type or Dart JS Interop type and are handled by the Interop Generator as enum AST nodes.
However, some primitive types may either need more information to be processed (i.e generics), or may not have a simple Dart type to map to.
This issue is to add support to the Dart JS Interop Generator to add support for these primitive types.
This issue is split into two:
Metadata
Metadata
Assignees
Labels
No labels