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 non-es6-compat to importSync #1076

Merged
merged 5 commits into from
Jan 14, 2022
Merged

add non-es6-compat to importSync #1076

merged 5 commits into from
Jan 14, 2022

Commits on Jan 13, 2022

  1. add non-es6-compat to importSync

    importSync should do the same thing that regular static import does when you use it against as non-es-module.
    ef4 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1775770 View commit details
    Browse the repository at this point in the history
  2. switch to a shared implementation

    and adopt babel-import-util to clean things up better
    ef4 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fd8c9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c5360 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    278d466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb2226 View commit details
    Browse the repository at this point in the history