Update deprecation warning on flow bindings (#5615)

Babel 6 is at 6.24, doesn't seem like this is getting removed in version 6 anymore.
This commit is contained in:
Jan Kassens 2017-04-09 16:11:06 -07:00 committed by Logan Smyth
parent f8da5e3457
commit a1a795321a

View File

@ -869,7 +869,7 @@ export default class Scope {
if (_crawlCallsCount === 0 && binding && binding.path.isFlow()) {
console.warn(`
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
Support for this will be removed in version 7. To find out the caller, grep for this
message and change it to a \`console.trace()\`.
`);
}