@danielx/civet 0.5.83 → 0.5.84
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 +3 -3
- package/dist/civet +0 -0
- package/dist/main.js +3 -3
- package/dist/main.mjs +3 -3
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -13642,7 +13642,7 @@ ${input.slice(result.pos)}
|
|
|
13642
13642
|
return result;
|
|
13643
13643
|
}
|
|
13644
13644
|
}
|
|
13645
|
-
var TrailingComment$0 = $S($E(_), SingleLineComment);
|
|
13645
|
+
var TrailingComment$0 = $S($E(_), $E(SingleLineComment));
|
|
13646
13646
|
function TrailingComment(state) {
|
|
13647
13647
|
let eventData;
|
|
13648
13648
|
if (state.events) {
|
|
@@ -13790,7 +13790,7 @@ ${input.slice(result.pos)}
|
|
|
13790
13790
|
return result;
|
|
13791
13791
|
}
|
|
13792
13792
|
}
|
|
13793
|
-
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma,
|
|
13793
|
+
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma, TrailingComment), function($skip, $loc, $0, $1, $2, $3, $4) {
|
|
13794
13794
|
return [$1, $3, $4];
|
|
13795
13795
|
});
|
|
13796
13796
|
var ExpressionDelimiter$1 = $T($S($Y(EOS), InsertComma), function(value) {
|
|
@@ -13867,7 +13867,7 @@ ${input.slice(result.pos)}
|
|
|
13867
13867
|
return result;
|
|
13868
13868
|
}
|
|
13869
13869
|
}
|
|
13870
|
-
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon,
|
|
13870
|
+
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon, TrailingComment), function($skip, $loc, $0, $1, $2, $3) {
|
|
13871
13871
|
return {
|
|
13872
13872
|
type: "SemicolonDelimiter",
|
|
13873
13873
|
children: $0
|
package/dist/civet
CHANGED
|
File without changes
|
package/dist/main.js
CHANGED
|
@@ -13641,7 +13641,7 @@ ${input.slice(result.pos)}
|
|
|
13641
13641
|
return result;
|
|
13642
13642
|
}
|
|
13643
13643
|
}
|
|
13644
|
-
var TrailingComment$0 = $S($E(_), SingleLineComment);
|
|
13644
|
+
var TrailingComment$0 = $S($E(_), $E(SingleLineComment));
|
|
13645
13645
|
function TrailingComment(state) {
|
|
13646
13646
|
let eventData;
|
|
13647
13647
|
if (state.events) {
|
|
@@ -13789,7 +13789,7 @@ ${input.slice(result.pos)}
|
|
|
13789
13789
|
return result;
|
|
13790
13790
|
}
|
|
13791
13791
|
}
|
|
13792
|
-
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma,
|
|
13792
|
+
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma, TrailingComment), function($skip, $loc, $0, $1, $2, $3, $4) {
|
|
13793
13793
|
return [$1, $3, $4];
|
|
13794
13794
|
});
|
|
13795
13795
|
var ExpressionDelimiter$1 = $T($S($Y(EOS), InsertComma), function(value) {
|
|
@@ -13866,7 +13866,7 @@ ${input.slice(result.pos)}
|
|
|
13866
13866
|
return result;
|
|
13867
13867
|
}
|
|
13868
13868
|
}
|
|
13869
|
-
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon,
|
|
13869
|
+
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon, TrailingComment), function($skip, $loc, $0, $1, $2, $3) {
|
|
13870
13870
|
return {
|
|
13871
13871
|
type: "SemicolonDelimiter",
|
|
13872
13872
|
children: $0
|
package/dist/main.mjs
CHANGED
|
@@ -13639,7 +13639,7 @@ ${input.slice(result.pos)}
|
|
|
13639
13639
|
return result;
|
|
13640
13640
|
}
|
|
13641
13641
|
}
|
|
13642
|
-
var TrailingComment$0 = $S($E(_), SingleLineComment);
|
|
13642
|
+
var TrailingComment$0 = $S($E(_), $E(SingleLineComment));
|
|
13643
13643
|
function TrailingComment(state) {
|
|
13644
13644
|
let eventData;
|
|
13645
13645
|
if (state.events) {
|
|
@@ -13787,7 +13787,7 @@ ${input.slice(result.pos)}
|
|
|
13787
13787
|
return result;
|
|
13788
13788
|
}
|
|
13789
13789
|
}
|
|
13790
|
-
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma,
|
|
13790
|
+
var ExpressionDelimiter$0 = $TS($S($E(_), Semicolon, InsertComma, TrailingComment), function($skip, $loc, $0, $1, $2, $3, $4) {
|
|
13791
13791
|
return [$1, $3, $4];
|
|
13792
13792
|
});
|
|
13793
13793
|
var ExpressionDelimiter$1 = $T($S($Y(EOS), InsertComma), function(value) {
|
|
@@ -13864,7 +13864,7 @@ ${input.slice(result.pos)}
|
|
|
13864
13864
|
return result;
|
|
13865
13865
|
}
|
|
13866
13866
|
}
|
|
13867
|
-
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon,
|
|
13867
|
+
var SemicolonDelimiter$0 = $TS($S($E(_), Semicolon, TrailingComment), function($skip, $loc, $0, $1, $2, $3) {
|
|
13868
13868
|
return {
|
|
13869
13869
|
type: "SemicolonDelimiter",
|
|
13870
13870
|
children: $0
|