getFindResultsByGlobalRegExp.ts still calls String.prototype.substr, which is deprecated in modern JavaScript/Node runtimes. Linters warn about it, and we risk future runtime compatibility issues.
The function getFindResultsByGlobalRegExp() currently uses String.prototype.substr(), which is deprecated in modern JavaScript and Node.js runtimes. Using deprecated string APIs may lead to unexpected ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results