Martin Hochel
Martin Hochel
So I dig into the source a bit, and the problem is not within lookahead. the issue is that the lint rule is matching only against filename, whilst ignoring the...
> When you do localStorage.keys on a real instance of localStorage, you get back the keys you've stored, but when you do it on an instance of node-localstorage, you get...

this happens in 1.0 stable as well
facing same issue with yarn 1 + yarn workspaces ### workaround make sure to manually create javascript file with the same file as you executor/generator implementation with following content: ```js...
updated issue description/title based on feedback
something standard like https://www.npmjs.com/package/debug should do the job quite well and without hard effort.
after further investigation of source code I can see that this is already implemented  ### actionable: I'll send PR with: - updated docs - CLI showing proper flags that...
yes, those two are the primary ones I guess. In the meantime you can do something similar with little utility method https://hotell.gitbooks.io/ng-metadata/content/docs/api/testing/function.html see that `queryByDirective` at the end. What link...
oh thanks for pointing that out, updated!