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: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.26.0
Choose a base ref
...
head repository: swiftwasm/JavaScriptKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.26.1
Choose a head ref
  • 16 commits
  • 32 files changed
  • 2 contributors

Commits on Mar 27, 2025

  1. Make JSValue's subscript setter nonmutating

    Close #132
    
    Co-authored-by: Casper Zandbergen <info@casperzandbergen.nl>
    kateinoigakukun and Amzd committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    7e7fe97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7ca3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321 from swiftwasm/katei/nonmutating-subscript-set

    Make JSValue's subscript setter nonmutating
    kateinoigakukun authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    2989d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5149b77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #322 from swiftwasm/katei/async-dts

    'async' modifier cannot be used in an ambient context.
    kateinoigakukun authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    55ca25a View commit details
    Browse the repository at this point in the history
  6. Place the runtime JS files beside the template files

    So that we can remove @ts-ignore hacks in the template files.
    kateinoigakukun committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    397e57c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d69e81 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #323 from swiftwasm/katei/move-runtime-files-template

    Place the runtime JS files beside the template files
    kateinoigakukun authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    fdeefea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73c972e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d14dffb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6557767 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8df1a9d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #324 from swiftwasm/katei/move-runtime-files-template

    Apply tsc check for `Plugins/PackageToJS/Templates` files
    kateinoigakukun authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    c7d9fe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    f32f3bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8dada View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325 from swiftwasm/katei/revert-trait

    Effectively revert the trait-based manifest change
    kateinoigakukun authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    c882581 View commit details
    Browse the repository at this point in the history
Loading