cmichaelgraham / aurelia-typescript-atom

atom ide flavored aurelia typescript samples
29 stars 10 forks source link

why is this 4 months old? #8

Closed ShawnTalbert closed 9 years ago

ShawnTalbert commented 9 years ago

Is there somewhere that has typescript definitions of aurelia kept up to date?

cmichaelgraham commented 9 years ago

have a look here

had to do some manual edits to the .d.ts files

they are now automatically generated, but prior to the 25 PRs i did last week, when aurelia releases the repos, no typescript compilation was done, so errors were slipping through.

that should be fixed in the next couple of days and then i'll update the repo :+1:

ShawnTalbert commented 9 years ago

Many thanks! relieved to know this wasn't an abandoned effort. Might I ask how these are autogenerated?

cmichaelgraham commented 9 years ago

@ironside - sure - the types are added to the .js files in each aurelia repo. then babel-dts-generator is used (during gulp build for the repo) to create the .d.ts files

ShawnTalbert commented 9 years ago

Thanks. Keep up the good types!