@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/testFramework.js
CHANGED
|
@@ -6117,12 +6117,6 @@ function minifyTokenStream(tokenStream, _a) {
|
|
|
6117
6117
|
return false;
|
|
6118
6118
|
}
|
|
6119
6119
|
return true;
|
|
6120
|
-
})
|
|
6121
|
-
.map(function (token) {
|
|
6122
|
-
if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
|
|
6123
|
-
return __assign(__assign({}, token), { value: ' ' });
|
|
6124
|
-
}
|
|
6125
|
-
return token;
|
|
6126
6120
|
});
|
|
6127
6121
|
return __assign(__assign({}, tokenStream), { tokens: tokens });
|
|
6128
6122
|
}
|