Skip to content

Commit feaa050

Browse files
committed
DST adjust
1 parent 1ca23b8 commit feaa050

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

dist/easycoder.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,10 @@ const EasyCoder_Core = {
24132413
}
24142414
return null;
24152415
}
2416+
2417+
if (compiler.tokenIs(`the`)) {
2418+
compiler.next();
2419+
}
24162420

24172421
var token = compiler.getToken();
24182422
if (token === `true`) {
@@ -2476,9 +2480,6 @@ const EasyCoder_Core = {
24762480
radius_t
24772481
};
24782482
}
2479-
if (compiler.tokenIs(`the`)) {
2480-
compiler.next();
2481-
}
24822483
if ([`now`, `timestamp`, `today`, `newline`, `backtick`, `break`, `empty`, `uuid`].includes(token)) {
24832484
compiler.next();
24842485
return {

js/easycoder/Core.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,10 @@ const EasyCoder_Core = {
24132413
}
24142414
return null;
24152415
}
2416+
2417+
if (compiler.tokenIs(`the`)) {
2418+
compiler.next();
2419+
}
24162420

24172421
var token = compiler.getToken();
24182422
if (token === `true`) {
@@ -2476,9 +2480,6 @@ const EasyCoder_Core = {
24762480
radius_t
24772481
};
24782482
}
2479-
if (compiler.tokenIs(`the`)) {
2480-
compiler.next();
2481-
}
24822483
if ([`now`, `timestamp`, `today`, `newline`, `backtick`, `break`, `empty`, `uuid`].includes(token)) {
24832484
compiler.next();
24842485
return {

0 commit comments

Comments
 (0)