Skip to content

[interop] Adding support for dart:js_interop and package:web types #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

nikeokoronkwo
Copy link
Contributor

@nikeokoronkwo nikeokoronkwo commented Jun 30, 2025

Closes #381

This PR completes support for builtin types for the Dart JS Interop Generator Tool by adding support for types natively available to TypeScript and JavaScript, where possible.

This includes

  • Supporting dart:js_interop types for JS Interoperable types
  • Supporting package:web where possible for JS Interoperable types that are web/dom lib types and present in package:web

@nikeokoronkwo nikeokoronkwo marked this pull request as ready for review July 1, 2025 05:23
Copy link
Contributor

@srujzs srujzs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Let's add license to all the new files as well.

@kevmoo
Copy link
Member

kevmoo commented Jul 10, 2025

You'll need to do some rebasing @nikeokoronkwo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for generic primitive JS Interop Types that have a Dart Rep Types
3 participants