Closed vzaidman closed 2 months ago
This pull request was exported from Phabricator. Differential Revision: D61543660
This pull request was exported from Phabricator. Differential Revision: D61543660
This pull request was exported from Phabricator. Differential Revision: D61543660
This pull request has been merged in facebook/metro@2c3a22ab69044b35b07d20c53a145b9c7cddf30e.
Updated babel packages in
package.json
, removedyarn.lock
files and recreated them by runningyarn install
also fixed the following:JSXNamespacedName
is removed from validCallExpression
args (PR)JSXNamespacedName
is used for namespaced XML properties in things like<div namespace:name="value">
, butfn(namespace:name)
doesn't make any sense.createImportExpressions
(PR), introducing calls such asimport(foo, options)
. These complicate the expected values passed toimport
to be more than just strings.Differential Revision: D61543660