markabrahams / node-asn1-ber

Generate and parse ASN.1 BER objects
7 stars 8 forks source link

Typescript #23

Open SkyHunters1 opened 1 year ago

SkyHunters1 commented 1 year ago

There is a ticket in SNMP library that you maintain to add Typescript support however I thought It would be worth creating a ticket here too. Adding Typescript here would not be too tricky as they already exist for the original ANS1 project here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/asn1/index.d.ts

However, I don't know if there have been significant enough changes that those definitions would no longer work.

ashraful-islam commented 1 year ago

I have refactored the project into Typescript entirely, please have a look here: https://github.com/markabrahams/node-asn1-ber/pull/24

markabrahams commented 1 year ago

Great - thanks @ashraful-islam - I've looked into this, and left some comments on #24.

ashraful-islam commented 1 year ago

Hello! Sorry for randomly disappearing. I was on vacation and now we have a heavy crunch(major release in September) hence a bit busy. Once I have some free time to breath, I will immediately get back to this PR. 🙇🏼