no-chris / chord-symbol

The definitive chord symbol parser and renderer for Javascript/NodeJS.
https://chord-symbol.netlify.app
MIT License
151 stars 8 forks source link

Types files are out of date #593

Closed darrylnoakes closed 1 year ago

darrylnoakes commented 1 year ago

The src/typedefs.js file and the types/index.d.ts file are out of sync. The TS one is out of date.

For example, FormattedChord has no symbol property, and the chord renderer factory config still uses the useFlats options instead of accidentals.

I am using/looking at the v4 beta.

no-chris commented 1 year ago

Right, I keep on forgetting about updating those on new releases. Thanks for pointing this out.