@danielx/civet 0.3.5 → 0.3.6

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
@@ -1408,7 +1408,7 @@ var require_parser = __commonJS({
1408
1408
  return MetaProperty$0(state) || MetaProperty$1(state);
1409
1409
  }
1410
1410
  }
1411
- var Parameters$0 = $S($EXPECT($L1, fail, 'Parameters "("'), $Q(ParameterElement), __, $EXPECT($L2, fail, 'Parameters ")"'));
1411
+ var Parameters$0 = $S($E(TypeParameters), $EXPECT($L1, fail, 'Parameters "("'), $Q(ParameterElement), __, $EXPECT($L2, fail, 'Parameters ")"'));
1412
1412
  var Parameters$1 = $T($EXPECT($L32, fail, 'Parameters ""'), function(value) {
1413
1413
  return "()";
1414
1414
  });
@@ -3672,7 +3672,9 @@ var require_parser = __commonJS({
3672
3672
  return TypeArguments$0(state);
3673
3673
  }
3674
3674
  }
3675
- var TypeParameters$0 = $S(__, $EXPECT($L16, fail, 'TypeParameters "<"'), __, Type, $Q($S(__, $EXPECT($L0, fail, 'TypeParameters ","'), __, Type)), $E($S(__, $EXPECT($L0, fail, 'TypeParameters ","'))), __, $EXPECT($L67, fail, 'TypeParameters ">"'));
3675
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L16, fail, 'TypeParameters "<"'), __, Type, $Q($S(__, $EXPECT($L0, fail, 'TypeParameters ","'), __, Type)), $E($S(__, $EXPECT($L0, fail, 'TypeParameters ","'))), __, $EXPECT($L67, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
3676
+ return { ts: true, children: $0 };
3677
+ });
3676
3678
  function TypeParameters(state) {
3677
3679
  if (state.verbose)
3678
3680
  console.log("ENTER:", "TypeParameters");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "exports": {