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

fix(node-resolve): support node: protocol #1124

Merged
merged 1 commit into from May 2, 2022

Commits on Mar 2, 2022

  1. fix(node-resolve): support node: protocol

    Imports with the [`node:`
    protocol](https://nodejs.org/api/esm.html#node-imports) are currently
    undetected by this plugin.
    
    Switch to using
    [is-builtin-module](https://github.com/sindresorhus/is-builtin-module),
    which handles this protocol and also submodule imports like
    `fs/promises`.  Functionality is otherwise identical.
    
    Resolves rollup#1120.
    isker committed Mar 2, 2022
    Copy the full SHA
    6442015 View commit details
    Browse the repository at this point in the history