@danielx/civet 0.5.78 → 0.5.79

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
@@ -7599,7 +7599,7 @@ ${input.slice(result.pos)}
7599
7599
  return result;
7600
7600
  }
7601
7601
  }
7602
- var Decorator$0 = $S(AtAt, IdentifierReference, $E(Arguments));
7602
+ var Decorator$0 = $S(AtAt, CallExpression);
7603
7603
  function Decorator(state) {
7604
7604
  let eventData;
7605
7605
  if (state.events) {
package/dist/civet CHANGED
File without changes
package/dist/main.js CHANGED
@@ -7598,7 +7598,7 @@ ${input.slice(result.pos)}
7598
7598
  return result;
7599
7599
  }
7600
7600
  }
7601
- var Decorator$0 = $S(AtAt, IdentifierReference, $E(Arguments));
7601
+ var Decorator$0 = $S(AtAt, CallExpression);
7602
7602
  function Decorator(state) {
7603
7603
  let eventData;
7604
7604
  if (state.events) {
package/dist/main.mjs CHANGED
@@ -7596,7 +7596,7 @@ ${input.slice(result.pos)}
7596
7596
  return result;
7597
7597
  }
7598
7598
  }
7599
- var Decorator$0 = $S(AtAt, IdentifierReference, $E(Arguments));
7599
+ var Decorator$0 = $S(AtAt, CallExpression);
7600
7600
  function Decorator(state) {
7601
7601
  let eventData;
7602
7602
  if (state.events) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.5.78",
3
+ "version": "0.5.79",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.mjs",