larsno

Results 4 comments of larsno

I have not been able to get the `jest-html` serializer to happen after the `jest-styled-component` serializer. I want the `jest-styled-component` serializer to produce the output elements with the styles within...

The problem is that there is a regular expression created in the function `_findByName()` on line 116 of `node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js`. This regular expression if created by escaping `*` in the text....

I must say that I don't thin the injector.bind(fs.readFile).toValue(fs.readFile); is very intuative. If the @Provider syntax will be replaced by the bind syntax then it might make sense. (Part of...

One possibility would be to be able to optionally add additional information to the provider annotation specifying which modules this implementation is for. Thus if you only wanted to swap...