jest-opentelemetry icon indicating copy to clipboard operation
jest-opentelemetry copied to clipboard

Complete move to Typescript

Open nirga opened this issue 2 years ago • 3 comments

Our project started as a Javascript project and is gradually moving to Typescript.

  • [ ] Complete update of all .js files to .ts.
  • [ ] Fix all outstanding ESLint issues.

nirga avatar Feb 26 '23 20:02 nirga

Just a note that issue #81 which I closed is related to this issue.

arimus avatar Nov 14 '23 04:11 arimus

Thanks @arimus! Are you willing to submit your code as a PR?

nirga avatar Nov 14 '23 07:11 nirga

I submitted a PR to share my code, but I have not extensively tested. I had trouble testing / setting up this project even after the successful import, but the commit shows how I was able to get a build that moves more to TS and properly works in a commonjs targeted application.

arimus avatar Nov 16 '23 18:11 arimus