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

docs: add command flag to import.meta.resolve #38171

Closed
wants to merge 3 commits into from

Commits on Apr 9, 2021

  1. docs: add command flag to import.meta.resolve

    import.meta.resolve is only available under --experimental-import-meta-resolve cli flag.
    
    Source:
    https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/modules/esm/translators.js#L132
    iguessitsokay committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    39bc31b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. fix lint error

    thanks @marsonya
    
    Co-authored-by: akhil marsonya <16393876+marsonya@users.noreply.github.com>
    iguessitsokay and marsonya committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    2b0ccd6 View commit details
    Browse the repository at this point in the history
  2. remove italic style

    thanks @RaisinTen
    
    Co-authored-by: Darshan Sen <raisinten@gmail.com>
    iguessitsokay and RaisinTen committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    447e1cb View commit details
    Browse the repository at this point in the history