Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -7,9 +7,7 @@ exports.default = void 0;
|
||||
|
||||
var _last2 = babelHelpers.interopRequireDefault(require("lodash/last"));
|
||||
|
||||
let Container =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
let Container = /*#__PURE__*/function () {
|
||||
function Container() {
|
||||
babelHelpers.classCallCheck(this, Container);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user