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

esm: port loader code to JS #32201

Closed
wants to merge 7 commits into from
Closed

Commits on Mar 11, 2020

  1. esm: port loader code to JS

    There is no reason for this to be in C++. Using JavaScript means that
    the code is more accessible to more developers, which is important
    for any Node.js feature. This also simplifies the code significantly
    in some areas. On the technical side, this potentially also enables
    making some of the file system operations that are involved
    asynchronous.
    addaleax committed Mar 11, 2020
    Copy the full SHA
    0a321c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f20296 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49c4f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. fixup! esm: port loader code to JS

    Co-Authored-By: Jordan Harband <ljharb@gmail.com>
    addaleax and ljharb committed Mar 12, 2020
    Copy the full SHA
    1f93185 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2038dda View commit details
    Browse the repository at this point in the history
  3. fixup! esm: port loader code to JS

    Co-Authored-By: Bradley Farias <bradley.meck@gmail.com>
    addaleax and bmeck committed Mar 12, 2020
    Copy the full SHA
    826c63b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bab3482 View commit details
    Browse the repository at this point in the history