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: mongodb-js/boxednode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mongodb-js/boxednode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: embedder-snapshot-api
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 14, 2022

  1. chore: remove source loading indirection

    Instead of writing a module that exports the main JS source to
    the generated binary, just include the string as a C++ string.
    This avoids an extra parsing pass and reduces binary size.
    addaleax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    eb5e337 View commit details
    Browse the repository at this point in the history
  2. chore: use modern Node.js init API on lower version

    The referenced PR has been backported, so we can update
    the version and its comment here.
    addaleax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fdc1131 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    9f260af View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. WIP snapshot support

    addaleax committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    de50305 View commit details
    Browse the repository at this point in the history
Loading