Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

WIP: Specify file resolution and exports #22

Closed
wants to merge 17 commits into from

Commits on Jan 15, 2019

  1. esm: remove .json support

    Refs: nodejs/modules#180
    
    PR-URL: nodejs#6
    Reviewed-By: Myles Borins <MylesBorins@google.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    guybedford authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f0ad80c View commit details
    Browse the repository at this point in the history
  2. esm: remove .node support

    Refs: nodejs/modules#180
    
    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    MylesBorins authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    4b9a413 View commit details
    Browse the repository at this point in the history
  3. esm: remove .js support

    Refs: nodejs/modules#180
    
    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    MylesBorins authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    305c298 View commit details
    Browse the repository at this point in the history
  4. esm: remove node specifier resolution algorithm

    Refs: nodejs/modules#180
    
    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    MylesBorins authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2c2a6ee View commit details
    Browse the repository at this point in the history
  5. doc: document minimal kernel

    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    MylesBorins authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    abe06de View commit details
    Browse the repository at this point in the history
  6. esm: Remove --loader.

    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Myles Borins <mylesborins@google.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    jdalton authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bd154e0 View commit details
    Browse the repository at this point in the history
  7. esm: Remove --experimental-vm-modules.

    PR-URL: nodejs#6
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Myles Borins <mylesborins@google.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    jdalton authored and nodejs-ci committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    117e9c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046cec6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab97a43 View commit details
    Browse the repository at this point in the history
  10. feedback from @SMotaal

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    41d2d3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ffa196 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ce173a View commit details
    Browse the repository at this point in the history
  13. refactoring

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    67287cb View commit details
    Browse the repository at this point in the history
  14. mjs, esm default updates

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    63887b7 View commit details
    Browse the repository at this point in the history
  15. lint fix

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    77cd8cf View commit details
    Browse the repository at this point in the history
  16. some spec refactoring

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    4b1bd2f View commit details
    Browse the repository at this point in the history
  17. exports spec

    guybedford committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    73fb81d View commit details
    Browse the repository at this point in the history