@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.
package/dist/lits.iife.js CHANGED
@@ -6156,12 +6156,6 @@ var Lits = (function (exports) {
6156
6156
  return false;
6157
6157
  }
6158
6158
  return true;
6159
- })
6160
- .map(function (token) {
6161
- if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
6162
- return __assign(__assign({}, token), { value: ' ' });
6163
- }
6164
- return token;
6165
6159
  });
6166
6160
  return __assign(__assign({}, tokenStream), { tokens: tokens });
6167
6161
  }