absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
385 stars 36 forks source link

POC: Typescript Conversion playground WIP. Do Not Merge #73

Open D4RKAR117 opened 1 year ago

D4RKAR117 commented 1 year ago

I'm creating this PR without intention of it to get merged. (at least at the near future) So everything here its just to benefit the main effort of typescript transition.

I will use it to make more aggressive changes that can benefit the typescript conversion currently leaded by @helmturner on #69 as POC to test new approaches for some things that can be improved.

Some of those things are:

This could help to test some ideas that could be a little too aggressive to follow up, and help the main effort to have a second opinion on the transition towards a modern typescript and esm library.

Thanks to @TimothyJones to allow me to do this.