@danielx/civet 0.2.4 → 0.2.5
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 +2 -2
- package/dist/browser.js.map +2 -2
- package/dist/civet +3 -3
- package/dist/cli.js.map +2 -2
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -969,7 +969,7 @@ var require_parser = __commonJS({
|
|
|
969
969
|
}
|
|
970
970
|
}
|
|
971
971
|
var ArrowFunction$0 = ThinArrowFunction;
|
|
972
|
-
var ArrowFunction$1 = $S($C(BindingIdentifier, Parameters), __, $EXPECT($L10, fail, 'ArrowFunction "=>"'), ConciseBody);
|
|
972
|
+
var ArrowFunction$1 = $S($C(BindingIdentifier, Parameters), $E(ReturnTypeSuffix), __, $EXPECT($L10, fail, 'ArrowFunction "=>"'), ConciseBody);
|
|
973
973
|
function ArrowFunction(state) {
|
|
974
974
|
if (state.tokenize) {
|
|
975
975
|
return $TOKEN("ArrowFunction", state, ArrowFunction$0(state) || ArrowFunction$1(state));
|
|
@@ -1569,7 +1569,7 @@ var require_parser = __commonJS({
|
|
|
1569
1569
|
return ElementList$0(state);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var ArrayElementExpression$0 = $E($S($E($S($EXPECT($L31, fail, 'ArrayElementExpression "..."'), __)),
|
|
1572
|
+
var ArrayElementExpression$0 = $E($S($E($S($EXPECT($L31, fail, 'ArrayElementExpression "..."'), __)), Expression));
|
|
1573
1573
|
function ArrayElementExpression(state) {
|
|
1574
1574
|
if (state.verbose)
|
|
1575
1575
|
console.log("ENTER:", "ArrayElementExpression");
|