Sergey Bondar

Results 3 issues of Sergey Bondar

For example url https://www.sberbank.ru/ru/person/seizure redirected to https://www.sberbank.ru/seizure and have relative urls in there like `./1142`. If we crawl /seizure directly all this urls are OK. But when we start scanning...

bug

if required module contains $' or another special replacement patterns, extract-loader could returns incorrect result https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/replace

We use extract-loader to compose template files like this: ``` // index.js import template from '!file-loader!extract-loader!ref-loader!./template.soy'; // template.soy @ref(!ref-loader!./Part1.soy) @ref(!ref-loader!./Part2.soy) // Part1.soy {template .Part1} {foreach $key in keys($ij.pageItem.preferences)} {if matches($key,...