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

[v20.x backport] src: move package_json_reader cache to c++ #53502

Open
wants to merge 3 commits into
base: v20.x-staging
Choose a base branch
from

Commits on Jun 27, 2024

  1. deps: add simdjson

    PR-URL: nodejs#50322
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    anonrig committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7f4d716 View commit details
    Browse the repository at this point in the history
  2. src: move package resolver to c++

    Co-authored-by: Daniel Lemire <[email protected]>
    PR-URL: nodejs#50322
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    
    # Conflicts:
    #	lib/internal/modules/package_json_reader.js
    #	src/node_file.cc
    #	test/parallel/test-module-binding.js
    anonrig committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    19640ce View commit details
    Browse the repository at this point in the history
  3. module: merge config with package_json_reader

    PR-URL: nodejs#50322
    Reviewed-By: Jacob Smith <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Geoffrey Booth <[email protected]>
    anonrig committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    af801aa View commit details
    Browse the repository at this point in the history