Skip to content

Commit

Permalink
changes to test file to managing ESLint error highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
Republicof1 committed Aug 28, 2024
1 parent 87f9629 commit 066c585
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 105 deletions.
2 changes: 1 addition & 1 deletion src/main/ts/TSOFA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@
djm = jd.djm1;
if (iy < TSOFA.leapSeconds_$LI$()[0].iyear)throw new TSOFAInternalError("year before UTC start", 1);
if (iy > TSOFA.IYV + 5){
}
}//TODO compare to original
m = 12 * iy + im;
for(i = NDAT - 1; i >= 0; i--) {{
if (m >= (12 * TSOFA.leapSeconds_$LI$()[i].iyear + TSOFA.leapSeconds_$LI$()[i].month))break;
Expand Down
Loading

0 comments on commit 066c585

Please sign in to comment.