We are using TMS Web Core 2.5.4.0.
If I include WEBLib.Utils after SysUtils in my TMS Web Core project, I get the Pas2JS error:
identifier not found "EndsWith".
Though EndsWith is defined in TStringHelper of SysUtils, it is not in TStringHelper of WEBLib.Utils. Including SysUtils after WEBLib.Utils resolves the error.
Thanks for notifying. We will fix this.