You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compilerOptions added to the tsconfig file for targeting es5 and supporting
experimental features. Without the later, new version of typescript raises error.
functions in the describes and test cases replaced by arrow functions.
In the string literals, double quotation replaced by single quotation.
Missing semicolons added.
Long lines broken for meeting line max length constraint.
radix value added to the parsInt calls.
getVarDate field added to the JDate for making it compatible with the Date interface.