@danielx/civet 0.2.14 → 0.2.15
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/browser.js +3 -1
- package/dist/browser.js.map +2 -2
- package/dist/civet +3 -3
- package/dist/cli.js.map +2 -2
- package/dist/main.js +3 -1
- package/package.json +1 -1
- package/register.mjs +7 -6
package/dist/browser.js
CHANGED
|
@@ -939,7 +939,9 @@ var Civet = (() => {
|
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
var UnaryPostfix$0 = $EXPECT($L3, fail, 'UnaryPostfix "?"');
|
|
942
|
-
var UnaryPostfix$1 = $S(__, $EXPECT($L4, fail, 'UnaryPostfix "as"'), NonIdContinue, Type)
|
|
942
|
+
var UnaryPostfix$1 = $T($S(__, $EXPECT($L4, fail, 'UnaryPostfix "as"'), NonIdContinue, Type), function(value) {
|
|
943
|
+
return { "ts": true, "children": value };
|
|
944
|
+
});
|
|
943
945
|
function UnaryPostfix(state) {
|
|
944
946
|
if (state.tokenize) {
|
|
945
947
|
return $TOKEN("UnaryPostfix", state, UnaryPostfix$0(state) || UnaryPostfix$1(state));
|