dequelabs / react-axe

[DEPRECATED] Accessibility auditing for React.js applications
Other
1.16k stars 45 forks source link

feat(*): convert to typescript #137

Closed straker closed 4 years ago

straker commented 4 years ago

This one was a bit tricky with all the private property lookups in axe-core and React.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

dgrant85 commented 4 years ago

Has this been released?

Version pulled from npm does not include type declarations and is listed on npmjs.com as 3.4.1, whereas develop is currently at 3.4.0?

straker commented 4 years ago

It does not appear types was released to npm. As for the version discrepancy, seems we never pulled master back into develop after the release.