Homa Wong

Results 275 comments of Homa Wong

> Bundle the definition itself? What do you mean? ``` js // typings.json { "name": "iscroll", "main": "iscroll.d.ts", "ambient": true, "files": [ "iscroll.d.ts", "iscrollAugment.d.ts" ], "version": "5.1.3", "homepage": "https://github.com/cubiq/iscroll", "devDependencies":...

Create an issue on `typed-iscroll`: https://github.com/typed-typings/typed-iscroll/issues/4

:smile: maybe we can change topic on how to get `typings` ready for UMD. :wink: We still want to have a separate file for UMD. But now it will be...

Just think of an idea as I'm looking into fixing some issue on env-atom: - Create typings in module format, as in the source code. - Use `typings bundle` to...

AFAIK, TypeScript 2.0 solution does not handle version dependencies properly. Simply because in the declaration file you cannot specify which version of the dependencies you are depending on.

yes, that is an issue they need to solve to properly handle versioning. btw, your illustration clearly describes the problem. GJ 🌷

Another btw, would this also get into trouble? ``` ts |-- index.ts // will get declarations for [email protected] and [email protected] `-- node_modules `-- @types |-- [email protected] // will get declarations...

Likely unrelated, but are you running as admin?

That's strange. Should bundle access internet at all?

Yeah it does. It simply re-resolve the dependencies by loading them from Internet. I just wonder what is the general use case of `bundle` besides how we are using it...