@mojir/lits 2.0.22 → 2.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6115,12 +6115,6 @@ function minifyTokenStream(tokenStream, _a) {
6115
6115
  return false;
6116
6116
  }
6117
6117
  return true;
6118
- })
6119
- .map(function (token) {
6120
- if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
6121
- return __assign(__assign({}, token), { value: ' ' });
6122
- }
6123
- return token;
6124
6118
  });
6125
6119
  return __assign(__assign({}, tokenStream), { tokens: tokens });
6126
6120
  }