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

New resolver implementation in Rust #8807

Merged
merged 82 commits into from
Feb 19, 2023
Merged

New resolver implementation in Rust #8807

merged 82 commits into from
Feb 19, 2023

Commits on Dec 31, 2022

  1. wip

    devongovett committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    3f114b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    b48aa2d View commit details
    Browse the repository at this point in the history
  2. More alias stuff

    devongovett committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    354348e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a2a642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbdd862 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

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

Commits on Jan 3, 2023

  1. Parse tsconfig.json

    devongovett committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e598f74 View commit details
    Browse the repository at this point in the history
  2. Load extended tsconfigs

    devongovett committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    aa2b283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d5b5a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. More tests for tsconfig

    devongovett committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b645d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b9b79 View commit details
    Browse the repository at this point in the history
  3. Use feature flags

    devongovett committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    052503c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Jan 8, 2023

  1. tsconfig moduleSuffixes

    devongovett committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    418d560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ea048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7173b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c3c884 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    3d8079b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5ff9a View commit details
    Browse the repository at this point in the history
  3. cleanup

    devongovett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    92e5437 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Track invalidations

    devongovett committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b333afe View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. wip: glob

    devongovett committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a1689f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. more globbing

    devongovett committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    0374244 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. refactor

    devongovett committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d473586 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Implement glob aliases

    devongovett committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    94da887 View commit details
    Browse the repository at this point in the history
  2. Resolve side effects

    devongovett committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f04a956 View commit details
    Browse the repository at this point in the history
  3. Start node bindings

    devongovett committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ad9a986 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    a565e95 View commit details
    Browse the repository at this point in the history
  2. Implement source field

    devongovett committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d507c75 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Builtins

    devongovett committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e1964f5 View commit details
    Browse the repository at this point in the history
  2. includeNodeModules

    devongovett committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    90d69c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. wip

    devongovett committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0c39069 View commit details
    Browse the repository at this point in the history
  2. improve JS bindings

    devongovett committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8acc530 View commit details
    Browse the repository at this point in the history
  3. wip: error handling

    devongovett committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9605ed9 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    devongovett committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    44c662c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Serialize errors

    devongovett committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a459cae View commit details
    Browse the repository at this point in the history
  2. More error handling

    devongovett committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5ad7fd2 View commit details
    Browse the repository at this point in the history
  3. Handle JSON errors

    devongovett committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5321093 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    335ae6f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    43e81bc View commit details
    Browse the repository at this point in the history
  2. Apply exports conditions

    devongovett committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    5852959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77e7a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Test fixes

    devongovett committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    5d77957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13242c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. fixes

    devongovett committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e63bc24 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Fix extension priority

    devongovett committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    af6d8a5 View commit details
    Browse the repository at this point in the history
  2. Fix glob resolver

    devongovett committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8c23804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e5a35 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Implement yarn pnp

    devongovett committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9fee648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83dc5b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    14e630c View commit details
    Browse the repository at this point in the history
  2. Avoid circular aliases

    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7c33a0b View commit details
    Browse the repository at this point in the history
  3. Fix tests

    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0680fdb View commit details
    Browse the repository at this point in the history
  4. Fix remaining tests

    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7b44692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d78010 View commit details
    Browse the repository at this point in the history
  6. Fix pnp

    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    39eabf8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'v2' of github.com:parcel-bundler/parcel into rust-resolver

    # Conflicts:
    #	Cargo.lock
    #	packages/utils/node-resolver-core/package.json
    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5e761aa View commit details
    Browse the repository at this point in the history
  8. Fix cargo lock

    devongovett committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    54256c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Some cleanup

    devongovett committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8dcf082 View commit details
    Browse the repository at this point in the history
  2. Expose native build

    devongovett committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    903fd54 View commit details
    Browse the repository at this point in the history
  3. Add more exports tests

    devongovett committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    73f5193 View commit details
    Browse the repository at this point in the history
  4. Yet more tests

    devongovett committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8d7142f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    d2ddc4e View commit details
    Browse the repository at this point in the history
  2. Fix invalidations

    devongovett committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    afad4c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Format and fix tests

    devongovett committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4b3602a View commit details
    Browse the repository at this point in the history
  2. flow

    devongovett committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7bd0a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    7f719be View commit details
    Browse the repository at this point in the history
  2. Fix

    devongovett committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4e6743d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8fa766 View commit details
    Browse the repository at this point in the history
  4. Fix unit test

    devongovett committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8077a19 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Windows fixes

    devongovett committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    51fe1de View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    2147d80 View commit details
    Browse the repository at this point in the history
  2. Remove dunce

    devongovett committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b388f8d View commit details
    Browse the repository at this point in the history
  3. Fix flow

    devongovett committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9176285 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    36df727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe6b4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44e2fb View commit details
    Browse the repository at this point in the history
  4. prettier broke my code

    devongovett committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    dd91221 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    f85b257 View commit details
    Browse the repository at this point in the history
  2. updates

    devongovett committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    9f48266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2e1ed View commit details
    Browse the repository at this point in the history