ltwlf / json-diff-ts

A diff tool for JavaScript written in TypeScript.
MIT License
77 stars 24 forks source link

Set up to use tsup for easy commonJS and ESmodules #140

Closed tisdadd closed 4 months ago

tisdadd commented 4 months ago

Saw Issue 127 while I was looking into using with my current Jest config in another project. As I had run into this same thought of compiling to multiple formats before, I figured I could copy my config for it over as it isn't very large.

I did test it via local npm link and now it works smoothly for me. Should you not wish to swap compiling libraries, it is perfectly understandable.

Resolves #127

ltwlf commented 4 months ago

Thanks @tisdadd! This a very useful PR!

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud