Steve Ognibene

Results 107 comments of Steve Ognibene
trafficstars

@gCardinal Hi - sorry this floated out there so long. I am willing to consider a PR once v5 comes out. If you're interested to create this functionality, please let...

"Internal module" and "external module" are TypeScript terms used in TypeScript 1.4 and earlier. In TypeScript 1.5 and higher these terms have been renamed as "namespace" and "module", respectively, but...

what version of npm do you have?

Thanks for the reply, @GaikwadPratik . I think this is a "problem" with npm - not really a bug but just something weird about how it works with peer dependencies...

Well to be honest I thought it would work with the globally installed TS if TypeScript wasn't there. I can't change the npm warning, but I agree this is a...

PRs accepted. Sorry I didn't realize this was actually a problem. It may not manifest on Windows because I've never noticed the files staying.

It's a workaround for an old bug. PRs accepted to delete it.

Hi, Not right now, but I would consider a pull request for this after 5.0 comes out.

I did some looking into this. The spec for map files is linked from here as a Google doc: https://github.com/mozilla/source-map Most of it is way over my head, but I...

I'm actually thinking this could be a dual-purpose feature - for example if we implemented it as `header` and `footer` and provided some sugar for the metadata, we might even...