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

Export createDynamicImportTransform and getImportSource #75

Merged
merged 1 commit into from Jun 18, 2019
Merged

Export createDynamicImportTransform and getImportSource #75

merged 1 commit into from Jun 18, 2019

Commits on Jun 18, 2019

  1. [New] expose createDynamicImportTransform and getImportSource

    While working on babel/babel#9552, I realized I needed two functions:
    - createDynamicImportTransform is basically all what this plugin
      does, but it can be invoked directly.
    - getImportSource is needed to re-use the same import argument
      stringifying logic for the AMD and SystemJS transforms
    nicolo-ribaudo authored and ljharb committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    08ebb94 View commit details
    Browse the repository at this point in the history