Skip newlines around inline #__PURE__ annotations (#11133)
* Skip newlines around #__PURE__ annotations * Update tests
This commit is contained in:
@@ -8,9 +8,7 @@ function _one() {}
|
||||
|
||||
function _two() {}
|
||||
|
||||
let Test1 =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
let Test1 = /*#__PURE__*/function () {
|
||||
"use strict";
|
||||
|
||||
function Test1() {
|
||||
|
||||
Reference in New Issue
Block a user