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

Add support for "export * as name from …" #3193

Merged
merged 12 commits into from Oct 27, 2019
Merged

Commits on Oct 25, 2019

  1. Copy the full SHA
    2c1c4e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Refactor Module.addExport

    Also remove checks for duplicate exports as they are handled by Acorn
    lukastaegert committed Oct 26, 2019
    Copy the full SHA
    5c99bb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Copy the full SHA
    cb64644 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    7a562ae View commit details
    Browse the repository at this point in the history
  3. Fix ESM reexport

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    b0f53d9 View commit details
    Browse the repository at this point in the history
  4. Try fixing CI

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    4cb08a9 View commit details
    Browse the repository at this point in the history
  5. Fix version

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    81300fe View commit details
    Browse the repository at this point in the history
  6. Improve coverage

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    1cdf702 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f6ab57d View commit details
    Browse the repository at this point in the history
  8. Improve coverage

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    4b489b8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into export-all-as

    # Conflicts:
    #	package-lock.json
    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    1441c24 View commit details
    Browse the repository at this point in the history
  10. Update dependencies

    lukastaegert committed Oct 27, 2019
    Copy the full SHA
    6e464e0 View commit details
    Browse the repository at this point in the history