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

Backport noInterop flag for modules to 6.x. #5427

Merged
merged 2 commits into from Mar 7, 2017

Commits on Mar 7, 2017

  1. Add noInterop option to `babel-plugin-transform-es2015-modules-comm…

    …onjs`.
    
    The intent of this option is to toggle module interop behavior. When `true`
    no `interopRequireXXX` helper invocations will be emitted.
    
    (cherry picked from commit 0d1edb9)
    rwjblue committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    bc65822 View commit details
    Browse the repository at this point in the history
  2. Add docs for strict and noInterop with es2015-modules-commonjs.

    (cherry picked from commit 23de276)
    rwjblue committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    2909959 View commit details
    Browse the repository at this point in the history