@danielx/civet 0.6.0 → 0.6.1

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
@@ -10620,7 +10620,7 @@ ${input.slice(result.pos)}
10620
10620
  pattern
10621
10621
  };
10622
10622
  });
10623
- var CaseClause$1 = $TS($S(SingleLineBinaryOpRHS, $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10623
+ var CaseClause$1 = $TS($S($P(SingleLineBinaryOpRHS), $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10624
10624
  var pattern = $1;
10625
10625
  var block = $2;
10626
10626
  return {
package/dist/main.js CHANGED
@@ -10619,7 +10619,7 @@ ${input.slice(result.pos)}
10619
10619
  pattern
10620
10620
  };
10621
10621
  });
10622
- var CaseClause$1 = $TS($S(SingleLineBinaryOpRHS, $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10622
+ var CaseClause$1 = $TS($S($P(SingleLineBinaryOpRHS), $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10623
10623
  var pattern = $1;
10624
10624
  var block = $2;
10625
10625
  return {
package/dist/main.mjs CHANGED
@@ -10617,7 +10617,7 @@ ${input.slice(result.pos)}
10617
10617
  pattern
10618
10618
  };
10619
10619
  });
10620
- var CaseClause$1 = $TS($S(SingleLineBinaryOpRHS, $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10620
+ var CaseClause$1 = $TS($S($P(SingleLineBinaryOpRHS), $C(ThenClause, NestedBlockStatements, EmptyBareBlock)), function($skip, $loc, $0, $1, $2) {
10621
10621
  var pattern = $1;
10622
10622
  var block = $2;
10623
10623
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.mjs",