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

Support export * from 'module' ESM syntax #43

Merged
merged 5 commits into from
Dec 13, 2023

Commits on Dec 11, 2023

  1. Support export * from 'module' ESM syntax

    This change adds support for modules that export entities through the
    `export * from 'module'` ESM syntax. This resolves issue nodejs#31.
    jsumners-nr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2751faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ecc70 View commit details
    Browse the repository at this point in the history
  3. Fix crypto require

    jsumners-nr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    88d15b6 View commit details
    Browse the repository at this point in the history
  4. Drop coverage requirement

    jsumners-nr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8b3a02f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Address feedback

    jsumners-nr committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f8fa605 View commit details
    Browse the repository at this point in the history