aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

getContextFor is missing in aurelia-binding.d.ts #76

Closed jdanyow closed 8 years ago

jdanyow commented 8 years ago

@Opiskull commented on Thu Jun 02 2016

Hi,

I tried the aurelia-validatejs package yesterday within a typescript project and it doesn't find the getContextFor function in the typescript definition. So adding this function to aurelia-binding.d.ts should fix that problem.


@jdanyow commented on Thu Jun 02 2016

need to fix this in the validatejs package. this is an internal API we don't need to expose

Opiskull commented 8 years ago

Ah.. sry about that... I thought it needs to be fixed in aurelia/binding :)

jdanyow commented 8 years ago

no worries

jdanyow commented 8 years ago

d.ts issues have been resolved