Gerkin
Gerkin
Not reliable at all, multiple callback calls, just crashes everything done and it manipulates my dev data. I had to switch to fs-extra, sorry :(
I had this issue too. I think this is related to lazy-loaded modules importing this one. In fact, application lazy loaded modules provide the options in their own scope, and...
Yeah I get your point, but in my case, I use this module in my dev tools, and I'd like to not ship it at all in the main bundle....
It must. The injection token declaration, along with the configured value & imports declaration processed by webpack ARE in the root module output. This is not even close to the...
Are there any real downside you expect, that I should be aware of to consider declaring providers is a necessity ?
Well, Highlight.js is not exported via UMD globals, yet, I see in your loader service that you expose it as global if using line numbers plugin. Maybe this could be...
I was talking about those, that force the loader to have `HIGHLIGHT_OPTIONS` provider in scope: https://github.com/MurhafSousli/ngx-highlightjs/blob/c1229aa2f914f8be74ed6d0f5066b1c2856c2050/projects/ngx-highlightjs/src/lib/highlight.loader.ts#L22-L24
Hey there! Actually, you should quote or escape your glob pattern, or it will be interpreted by the shell. Try this: ```sh tsuml --glob './src/**/*.ts' ```
Would be great, as using slimerjs wrapped in casperjs does not allow multiple instances, child processes seems to be the only solution
For now, `jest-expect-message` breaks all my build/check pipelines. @alexneo2003 seen that the repo owner @mattphillips seems too busy to merge this right now (I totally get it, he got a...