@danielx/civet 0.6.44 → 0.6.45

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
@@ -2591,6 +2591,7 @@ ${input.slice(result.pos)}
2591
2591
  }
2592
2592
  switch (following.type) {
2593
2593
  case "ParenthesizedExpression":
2594
+ case "ArrayExpression":
2594
2595
  case "ArrowFunction":
2595
2596
  case "TemplateLiteral":
2596
2597
  case "RegularExpressionLiteral": {
package/dist/main.js CHANGED
@@ -2583,6 +2583,7 @@ var require_lib = __commonJS({
2583
2583
  }
2584
2584
  switch (following.type) {
2585
2585
  case "ParenthesizedExpression":
2586
+ case "ArrayExpression":
2586
2587
  case "ArrowFunction":
2587
2588
  case "TemplateLiteral":
2588
2589
  case "RegularExpressionLiteral": {
package/dist/main.mjs CHANGED
@@ -2581,6 +2581,7 @@ var require_lib = __commonJS({
2581
2581
  }
2582
2582
  switch (following.type) {
2583
2583
  case "ParenthesizedExpression":
2584
+ case "ArrayExpression":
2584
2585
  case "ArrowFunction":
2585
2586
  case "TemplateLiteral":
2586
2587
  case "RegularExpressionLiteral": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.6.44",
4
+ "version": "0.6.45",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",