leokolezhuk
leokolezhuk
> Maybe a simple solution would be to make `vue-template-compiler` a peerDependency. I think that wouldn't be enough as vue-template-compiler is used directly in the [vue lexer](https://github.com/i18next/i18next-parser/blob/master/src/lexers/vue-lexer.js). In case of...
> You are welcome to make a PR to solve the situation! I will review and merge it. Hi @karellm, I am open to doing that. But while thinking about...
@fezebr, I have made a patch (for my project) that sets a different state in those two lines of code mentioned earlier. Instead of using the entire Route object as...
As a workaround, patching this package upon installation with [patch-package](https://www.npmjs.com/package/patch-package). The patch I use is the following: ``` diff --git a/node_modules/js-graph-algorithms/src/jsgraphs.js b/node_modules/js-graph-algorithms/src/jsgraphs.js index 5409240..3c8f82b 100644 --- a/node_modules/js-graph-algorithms/src/jsgraphs.js +++ b/node_modules/js-graph-algorithms/src/jsgraphs.js @@...