Skip to content

Commit 1ca23b8

Browse files
committed
DST adjust
1 parent e1c4fa8 commit 1ca23b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/easycoder.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,6 +2476,9 @@ const EasyCoder_Core = {
24762476
radius_t
24772477
};
24782478
}
2479+
if (compiler.tokenIs(`the`)) {
2480+
compiler.next();
2481+
}
24792482
if ([`now`, `timestamp`, `today`, `newline`, `backtick`, `break`, `empty`, `uuid`].includes(token)) {
24802483
compiler.next();
24812484
return {
@@ -2563,9 +2566,6 @@ const EasyCoder_Core = {
25632566
};
25642567
}
25652568
}
2566-
if (compiler.tokenIs(`the`)) {
2567-
compiler.next();
2568-
}
25692569
const type = compiler.getToken();
25702570
switch (type) {
25712571
case `elements`:

js/easycoder/Core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,6 +2476,9 @@ const EasyCoder_Core = {
24762476
radius_t
24772477
};
24782478
}
2479+
if (compiler.tokenIs(`the`)) {
2480+
compiler.next();
2481+
}
24792482
if ([`now`, `timestamp`, `today`, `newline`, `backtick`, `break`, `empty`, `uuid`].includes(token)) {
24802483
compiler.next();
24812484
return {
@@ -2563,9 +2566,6 @@ const EasyCoder_Core = {
25632566
};
25642567
}
25652568
}
2566-
if (compiler.tokenIs(`the`)) {
2567-
compiler.next();
2568-
}
25692569
const type = compiler.getToken();
25702570
switch (type) {
25712571
case `elements`:

0 commit comments

Comments
 (0)