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: napi-rs/napi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: napi-derive@2.16.9
Choose a base ref
...
head repository: napi-rs/napi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: napi-derive@2.16.10
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 23, 2024

  1. fix(napi-derive): call flush on the BufWriter (#2195)

    This is mandated by the Rust doc of the BufWriter. We've also seen bugs where
    the data doesn't seem to be flushed properly, and thus the CLI fails to parse
    JSONs emitted by napi-derive. This might be it, or not, but flushing shouldn't
    hurt.
    Louis authored and Brooooooklyn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cfe88fe View commit details
    Browse the repository at this point in the history
  2. Release independent packages

    - napi-derive@2.16.10
    Brooooooklyn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d7ffe09 View commit details
    Browse the repository at this point in the history
Loading