Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
var _ref =
|
||||
/*#__PURE__*/
|
||||
<div className="navbar-header">
|
||||
var _ref = /*#__PURE__*/<div className="navbar-header">
|
||||
<a className="navbar-brand" href="/">
|
||||
<img src="/img/logo/logo-96x36.png" />
|
||||
</a>
|
||||
</div>;
|
||||
|
||||
let App =
|
||||
/*#__PURE__*/
|
||||
function (_React$Component) {
|
||||
let App = /*#__PURE__*/function (_React$Component) {
|
||||
"use strict";
|
||||
|
||||
babelHelpers.inherits(App, _React$Component);
|
||||
|
||||
Reference in New Issue
Block a user