Aankhen

Results 48 comments of Aankhen

I added the `orElse`/`or` changes I mentioned above too.

`EventTarget` is part of TypeScript’s definitions: ``` λ rg "interface EventTarget" typescript\lib\lib.webworker.d.ts 526:interface EventTarget { typescript\lib\lib.d.ts 8826:interface EventTarget { typescript\lib\lib.es2016.full.d.ts 4674:interface EventTarget { typescript\lib\lib.es2018.full.d.ts 4677:interface EventTarget { typescript\lib\lib.dom.d.ts 4671:interface EventTarget...

Yeah, I copied your configuration and I get the same error unless I remove the `"lib": ["es6"]` in `tsconfig.json`, even though `EventTarget` exists in `lib.es6.d.ts`. That’s really strange. EDIT: Without...

Apart from one observation about the options, I think this PR does a good job. I’ve been using it for a while. (I don’t have any exotic requirements, though!) That...

Not at all. Thank you for a very useful library! I can add them to DefinitelyTyped ([it only needs writing a few tests to go with the definitions and opening...

You don’t need to do anything; you only need a `types` entry if you include types. For DefinitelyTyped packages, the end-user runs `npm install @types/package`, e.g. `npm install @types/es6-promise-pool`. I...

I’ve been trying to put an improved version of the types together for DT since the original authors don’t seem to be around, but I ran into a roadblock: I...

This is getting complicated. I realized my mistake, which solved the direct issue, but when you add another layer, there is a hole in the type inference that seems to...

I’m having a similar problem, though in my case it says ‘Successfully installed Python 2.7’ and then hangs.

Same here with Node.JS v8.9.2 and npx 9.6.0 running on Windows 7.