Pete Bacon Darwin d617373a76 refactor(ivy): i18n - change unwrapMessagePartsFromLocalizeCall to accept a NodePath (#33097)
In Babel `NodePath` objects have more useful information available than
simple AST nodes. But they are more difficult to create, especially for testing.

This commit prepares the way for parsing more complex code downlevelling
scenarios.

PR Close #33097
2019-10-14 16:33:38 +00:00
..