@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/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 "..."'), __)), AssignmentExpression));
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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "bin": {