@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 CHANGED
@@ -970,7 +970,7 @@ var Civet = (() => {
970
970
  }
971
971
  }
972
972
  var ArrowFunction$0 = ThinArrowFunction;
973
- var ArrowFunction$1 = $S($C(BindingIdentifier, Parameters), __, $EXPECT($L10, fail, 'ArrowFunction "=>"'), ConciseBody);
973
+ var ArrowFunction$1 = $S($C(BindingIdentifier, Parameters), $E(ReturnTypeSuffix), __, $EXPECT($L10, fail, 'ArrowFunction "=>"'), ConciseBody);
974
974
  function ArrowFunction(state) {
975
975
  if (state.tokenize) {
976
976
  return $TOKEN("ArrowFunction", state, ArrowFunction$0(state) || ArrowFunction$1(state));
@@ -1570,7 +1570,7 @@ var Civet = (() => {
1570
1570
  return ElementList$0(state);
1571
1571
  }
1572
1572
  }
1573
- var ArrayElementExpression$0 = $E($S($E($S($EXPECT($L31, fail, 'ArrayElementExpression "..."'), __)), AssignmentExpression));
1573
+ var ArrayElementExpression$0 = $E($S($E($S($EXPECT($L31, fail, 'ArrayElementExpression "..."'), __)), Expression));
1574
1574
  function ArrayElementExpression(state) {
1575
1575
  if (state.verbose)
1576
1576
  console.log("ENTER:", "ArrayElementExpression");