Results 643 comments of Blake Embrey
trafficstars

This could definitely be implemented, just need to figure out the semantics of it. If anyone else wants to chime in with reasonable implementation semantics, we can definitely try to...

@dlebedynskyi I believe you're in the wrong issue, but that's already how `typings` works when you run install. It should be writing over the top. For everyone else, you're welcome...

It's a new feature, not something that needs fixing, but I'm too burnt out on this project to be building new features right now. Maybe I'll get to it, but...

An ideal way to do this is to generate the bundled typings in memory, initialise a language services instance of TypeScript, transpile the test files for type validation and echo...

You know, I have been thinking about this. Originally, it was based on tsconfig but the semantics were wrong, not to mention the format itself got recent breaking changes (allowing...

I'll need an example to discuss this properly, I'm having trouble grasping what exactly you want to do. The easiest way to exclude them from being installed is to not...

@rolandjitsu So you want scopes? I don't know how valuable it is really. Once you add one thing here, there'll be so many more requests. For example, what does the...

I think this might have been fixed in NPM v3 with flattening, but might not work in v2. That said, this behaviour in Typings may be able to be improved...

Anyone is welcome to submit a PR, I haven't had time to fix it. It's be a matter of re-using the pointer during `dependencies.ts` and then checking for pointers during...

There isn't currently any way to achieve this. I'd be open to a proposal, but I'm also hoping more of this would work at the TypeScript level. If TypeScript is...