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

module: add support for node:‑prefixed require(…) calls #37246

Merged
merged 2 commits into from Mar 19, 2021

Commits on Mar 19, 2021

  1. module: add support for node:‑prefixed require(…) calls

    Fixes: nodejs#36098
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Co-authored-by: Guy Bedford <guybedford@gmail.com>
    Co-authored-by: Darshan Sen <raisinten@gmail.com>
    
    PR-URL: nodejs#37246
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ExE-Boss authored and aduh95 committed Mar 19, 2021
    Copy the full SHA
    069b5df View commit details
    Browse the repository at this point in the history
  2. repl: add auto‑completion for node:‑prefixed require(…) calls

    Refs: nodejs#37178
    
    PR-URL: nodejs#37246
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    ExE-Boss authored and aduh95 committed Mar 19, 2021
    Copy the full SHA
    95391fe View commit details
    Browse the repository at this point in the history