bitovi / canjs.com

The CanJS homepage and distributable files
http://v2.canjs.com/
17 stars 12 forks source link

Add TypeScript definitions files #180

Open robregonm opened 10 years ago

robregonm commented 10 years ago

TypeScript is getting more popular nowadays, and it would be great to have the definitions files available in order to develop using TypeScript. Take a look at: https://github.com/borisyankov/DefinitelyTyped

justinbmeyer commented 10 years ago

Thanks for the suggestion.

This is not something that Bitovi is likely going to do as we don't have any projects on TypeScript at the moment.

However, we can provide assistance if someone in the community wants to take it on.

robregonm commented 10 years ago

Justin, Thanks for the quick reply. I'm currently developing in pure JS however, I have plans to migrate to TS, so, I hope to create such def files (medium tem). Your assistance would be great in order to complete the task. Thanks in advance.

justinbmeyer commented 10 years ago

What would makes those definitions easy to produce? I can show you how to export our documentation data in other formats.

robregonm commented 10 years ago

Checking around, I just saw this link saying that CanJS definitions were probably presented at Phoenix CanJS meetup: http://www.meetup.com/CanJS-Phoenix/messages/boards/thread/39815112

robregonm commented 9 years ago

http://developer.telerik.com/featured/the-rise-of-typescript/

marknadig commented 6 years ago

@robregonm did you ever find typings files for can?

robregonm commented 6 years ago

@marknadig No, I didn't find it, I tried to do it by myself many months ago, however since I don't know all the nuances and dependencies I never finished, so I moved to another framework.