Yegor
Yegor
@ljharb I have added two tests which show thin places of both decisions in FF versions > 34 (current one and my previous one) [from line 39 on](https://github.com/YLeight/es5-shim/blob/issue%23412/tests/spec/s-string.js#L39) My current...
In case when we have regular expression with assertion `?=`, the `wrappedReplaceValue`, which decorate the original `replaceValue` function, can't define correct arguments, because the coincidence which was passed to `replaceValue`...
While using pagedjs as a module, got an error while tried [README.md/NPM Module example](https://gitlab.coko.foundation/pagedjs/pagedjs/-/blob/main/README.md#L19) ``` bash internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users\60055036\sandbox\pagedjs-sandbox\node_modules\event-emitter\pipe' imported from C:\Users\60055036\sandbox\pagedjs-sandbox\node_modules\pagedjs\src\utils\handlers.js ``` Am...