@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/cli/cli.js
CHANGED
|
@@ -92,7 +92,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
92
92
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
93
93
|
};
|
|
94
94
|
|
|
95
|
-
var version = "2.0.
|
|
95
|
+
var version = "2.0.23";
|
|
96
96
|
|
|
97
97
|
var AstNodeType;
|
|
98
98
|
(function (AstNodeType) {
|
|
@@ -6123,12 +6123,6 @@ function minifyTokenStream(tokenStream, _a) {
|
|
|
6123
6123
|
return false;
|
|
6124
6124
|
}
|
|
6125
6125
|
return true;
|
|
6126
|
-
})
|
|
6127
|
-
.map(function (token) {
|
|
6128
|
-
if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
|
|
6129
|
-
return __assign(__assign({}, token), { value: ' ' });
|
|
6130
|
-
}
|
|
6131
|
-
return token;
|
|
6132
6126
|
});
|
|
6133
6127
|
return __assign(__assign({}, tokenStream), { tokens: tokens });
|
|
6134
6128
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -6153,12 +6153,6 @@ function minifyTokenStream(tokenStream, _a) {
|
|
|
6153
6153
|
return false;
|
|
6154
6154
|
}
|
|
6155
6155
|
return true;
|
|
6156
|
-
})
|
|
6157
|
-
.map(function (token) {
|
|
6158
|
-
if (isA_WhitespaceToken(token) || isP_WhitespaceToken(token)) {
|
|
6159
|
-
return __assign(__assign({}, token), { value: ' ' });
|
|
6160
|
-
}
|
|
6161
|
-
return token;
|
|
6162
6156
|
});
|
|
6163
6157
|
return __assign(__assign({}, tokenStream), { tokens: tokens });
|
|
6164
6158
|
}
|