Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -12,9 +12,7 @@ var BaseView = function BaseView() {
|
||||
this.autoRender = true;
|
||||
};
|
||||
|
||||
var BaseView =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
var BaseView = /*#__PURE__*/function () {
|
||||
"use strict";
|
||||
|
||||
function BaseView() {
|
||||
|
||||
Reference in New Issue
Block a user