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

feat(runtime): align import.meta.resolve with node.js's implementation #5827

Merged
merged 29 commits into from
Apr 1, 2024

Commits on Sep 20, 2023

  1. works

    paperdave committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    96bb9a6 View commit details
    Browse the repository at this point in the history
  2. works

    paperdave committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    94fc2a7 View commit details
    Browse the repository at this point in the history
  3. a

    paperdave committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a9199bc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f4ce69e View commit details
    Browse the repository at this point in the history
  2. fix zig compiler error

    paperdave committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1e64853 View commit details
    Browse the repository at this point in the history
  3. fix things

    paperdave committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0c4c9c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd62809 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. a

    paperdave committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    22f1ec9 View commit details
    Browse the repository at this point in the history
  2. not done

    paperdave committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2588e99 View commit details
    Browse the repository at this point in the history
  3. finish this

    paperdave committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    333469c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd63ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ed288 View commit details
    Browse the repository at this point in the history
  6. self check

    paperdave committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    02028f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d07f995 View commit details
    Browse the repository at this point in the history
  2. delete committed generated file (#9717)

    nektro authored and paperdave committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4e7e85b View commit details
    Browse the repository at this point in the history
  3. Fix bug with PipeWriter (#9714)

    Jarred-Sumner authored and paperdave committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    18b6d27 View commit details
    Browse the repository at this point in the history
  4. fix!: do not lookup cwd in which (#9691)

    * do not lookup cwd in which
    
    * fix webkit submodule
    
    * fix compilation on linux
    
    * feedback
    paperdave committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    422dd70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b6cf11 View commit details
    Browse the repository at this point in the history
  6. small changes

    paperdave committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    29343d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    f61283f View commit details
    Browse the repository at this point in the history
  2. fix(windows) fix node-stream tests/ windows file reader/writer (#9718)

    * fix canceled onFileRead
    
    * report continue errors and fix closing
    
    * also fix pipe writer
    
    * avoid possible memory leaks
    
    * Propagate errors in open
    
    ---------
    
    Co-authored-by: Jarred Sumner <[email protected]>
    2 people authored and paperdave committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    59f7dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bfd1f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    392a55b View commit details
    Browse the repository at this point in the history
  2. posix failures

    paperdave committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f34c937 View commit details
    Browse the repository at this point in the history
  3. windows fixes

    paperdave committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    65a924e View commit details
    Browse the repository at this point in the history
  4. avoid using c++ labels

    paperdave committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f8cd5ce View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. add a resolver

    paperdave committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7d43364 View commit details
    Browse the repository at this point in the history
  2. fix compile test AGAIN

    paperdave committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7925367 View commit details
    Browse the repository at this point in the history