NordicSemiconductor / nrf-intel-hex

Yet another parser for "Intel HEX" files.
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Create intel-hex.d.ts and add types field #21

Closed cinderblock closed 10 months ago

cinderblock commented 1 year ago

Incorporate types directly into package as manually maintained type declarations.

TypeScript (and other) users of this package will have automatically detectable types.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

FaustXVI commented 10 months ago

That would be awesome ! However, the documentation of slidePad was incorrect (#22) and thus the typing here is also incorrect.

cinderblock commented 10 months ago

~Oops. Latest change is redundant with #22.~ Edit: reverted

Might need to do a minor version bump to publish latest to Npm

datenreisender commented 10 months ago

@cinderblock @FaustXVI: Thanks again for providing these change and nudging us about it.

A new version 1.4.0 of nrf-intel-hex which includes theses changes is now released to npm: nrf-intel-hex.

I already switched to this version for our own projects and there it works just fine.