mopedjs / babel-plugin-import-globals

Automatically import a whitelist of modules when they are used
MIT License
15 stars 4 forks source link

Deprecation warning #207

Open rikur opened 7 years ago

rikur commented 7 years ago
    You or one of the Babel plugins you are using are using Flow declarations as bindings.
    Support for this will be removed in version 6.8. To find out the caller, grep for this
    message and change it to a `console.trace()`.

at PluginPass.ReferencedIdentifier (./node_modules/babel-plugin-import-globals/lib/index.js:31:19)

ForbesLindesay commented 7 years ago

A pull request would be gratefully accepted.

rikur commented 7 years ago

Happy to report that latest version still works with new newer babel, but the deprectaion warnings are still there.

I don't know Babel well enough to create a pull request, sorry.