Benji

Results 18 comments of Benji

Consumer shouldn't be using tsd, typings or `/// ` to get typings. Instead, the `package.json` should simply specify the path to the (already included) typings so all a consumer needs...

Good article. I just wanted to point out something for anyone reading who might have added coverage reporting to their jest tests and been surprised by a relatively high coverage...

Thanks for the suggestion. This would be a great feature. I suspect it would incur a non trivial performance hit, but as you say could be an 'opt-in' feature via...

Hi @james-gould, that would be greatly appreciated.

I have 8,000 nodes in my tree, it takes about 15 seconds to load, and any operation after that (expanding, collapsing or even simply selecting a node) will freeze the...

Yes, I'm curious how I can use standard-version in a mono-repo (configured using yarn workspaces, not lerna) consisting of multiple npm packages. Like is there a way to tell standard-version...

This would be a great feature. Is there any reason this can't/shouldn't be merged?

I'm getting the same error using: - node v0.10.45 - express v4.4.5 - express-session v1.6.3 - express-socket.io-session v1.3.1 @pthai Did you manage to get it working? Would love to know...

I was thinking, if you’re not already using it, the TypeScript compiler API might be useful. You could parse the code on demand, then navigate the AST to find the...