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