@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/cli/cli.js +1 -7
- package/dist/index.esm.js +0 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -6
- package/dist/index.js.map +1 -1
- package/dist/lits.iife.js +0 -6
- package/dist/lits.iife.js.map +1 -1
- package/dist/testFramework.esm.js +0 -6
- package/dist/testFramework.esm.js.map +1 -1
- package/dist/testFramework.js +0 -6
- package/dist/testFramework.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6155,12 +6155,6 @@ function minifyTokenStream(tokenStream, _a) {
|
|
|
6155
6155
|
return false;
|
|
6156
6156
|
}
|
|
6157
6157
|
return true;
|
|
6158
|
-
})
|
|
6159
|
-
.map(function (token) {
|
|
6160
|
-
if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
|
|
6161
|
-
return __assign(__assign({}, token), { value: ' ' });
|
|
6162
|
-
}
|
|
6163
|
-
return token;
|
|
6164
6158
|
});
|
|
6165
6159
|
return __assign(__assign({}, tokenStream), { tokens: tokens });
|
|
6166
6160
|
}
|