Skip to content
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

chore(actions): Fixes for upcoming Dart changes #3742

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

dnys1
Copy link
Contributor

@dnys1 dnys1 commented Sep 14, 2023

  • Ensures that JS interop methods use only interop values for inputs/outputs.
  • Prefers Dart primitives (String, bool, int) over JS primitives (JSString, etc.) since newer Dart enables automatic conversion.

@dnys1 dnys1 requested a review from a team as a code owner September 14, 2023 19:06
@dnys1 dnys1 force-pushed the chore/actions-improvements branch from 352fa30 to a69e197 Compare September 14, 2023 19:07
- Ensures that JS interop methods use only interop values for inputs/outputs.
- Prefers Dart primitives (String, bool, int) over JS primitives (JSString, etc.) since newer Dart enables automatic conversion.
@dnys1 dnys1 force-pushed the chore/actions-improvements branch from a69e197 to a5aeba2 Compare September 14, 2023 19:07
@dnys1 dnys1 merged commit a98975e into main Sep 21, 2023
@dnys1 dnys1 deleted the chore/actions-improvements branch September 21, 2023 16:40
fjnoyp pushed a commit that referenced this pull request Sep 21, 2023
- Ensures that JS interop methods use only interop values for inputs/outputs.
- Prefers Dart primitives (String, bool, int) over JS primitives (JSString, etc.) since newer Dart enables automatic conversion.
fjnoyp pushed a commit that referenced this pull request Sep 21, 2023
- Ensures that JS interop methods use only interop values for inputs/outputs.
- Prefers Dart primitives (String, bool, int) over JS primitives (JSString, etc.) since newer Dart enables automatic conversion.
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.

3 participants