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

Import.meta.require #21317

Closed
wants to merge 5 commits into from
Closed

Commits on Jul 9, 2018

  1. module: add import.meta.require

    This adds require to the import.meta object
    
    This can be used as a mechanism to get interoperability between
    common.js and esm.
    targos authored and MylesBorins committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    a6d78ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab93018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ecebf4 View commit details
    Browse the repository at this point in the history
  4. module: Add node_modules paths lookup to import.meta.require

    Kevin Smith authored and MylesBorins committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    cd7191c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. fixup: doc fix

    MylesBorins committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    44189dc View commit details
    Browse the repository at this point in the history