@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 +1 -1
- package/dist/civet +0 -0
- package/dist/main.js +1 -1
- package/dist/main.mjs +1 -1
- package/package.json +1 -1
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,
|
|
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,
|
|
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,
|
|
7599
|
+
var Decorator$0 = $S(AtAt, CallExpression);
|
|
7600
7600
|
function Decorator(state) {
|
|
7601
7601
|
let eventData;
|
|
7602
7602
|
if (state.events) {
|