@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
|
@@ -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
|
}
|