Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb8a149
Choose a base ref
...
head repository: dart-lang/web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 354e229
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. [interop] Add Support for Enums (#404)

    * Added support for basic enums
    
    * working example
    
    * Implemented enum union types
    
    * resolved issues and added more tests
    
    * resolved remaining issues
    
    * final resolutions
    nikeokoronkwo authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f0f0914 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. [interop] Add Support for Typealiases (#407)

    * Interop Gen: Support Typealiases
    Fixes #406
    
    * Refactored fix for typealias use in type generics: awaiting review
    
    * fixed type argument issue: awaiting resolution
    
    * added filtering case support for `TypeAliasDeclaration`
    
    * Formatting files
    
    * Fixed standing issue
    
    - Deleted `ts_bindings_test.dart` (ts_bindings_test.dart needs input data to run #372)
    - transformer.dart updated
    
    * Changed dart formatter version to match `web_generator` version
    
    * Added support for referring defined types:
    
    - Added test cases for enum decls
    - Added support for getting js types for nested aliases and enums
    nikeokoronkwo authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    354e229 View commit details
    Browse the repository at this point in the history
Loading