Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
var _ref =
|
||||
/*#__PURE__*/
|
||||
<span />;
|
||||
var _ref = /*#__PURE__*/<span />;
|
||||
|
||||
var Foo = React.createClass({
|
||||
render: function () {
|
||||
|
||||
Reference in New Issue
Block a user