Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
let Foo =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
let Foo = /*#__PURE__*/function () {
|
||||
"use strict";
|
||||
|
||||
function Foo() {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -7,9 +7,7 @@ exports.default = void 0;
|
||||
|
||||
var _store = require("./store");
|
||||
|
||||
let Login =
|
||||
/*#__PURE__*/
|
||||
function (_React$Component) {
|
||||
let Login = /*#__PURE__*/function (_React$Component) {
|
||||
babelHelpers.inherits(Login, _React$Component);
|
||||
|
||||
function Login() {
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
|
||||
var _events2 = babelHelpers.interopRequireDefault(require("events"));
|
||||
|
||||
let Template =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
let Template = /*#__PURE__*/function () {
|
||||
function Template() {
|
||||
babelHelpers.classCallCheck(this, Template);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user