ltwlf / json-diff-ts

A diff tool for JavaScript written in TypeScript.
MIT License
81 stars 25 forks source link

Use ES modules #90

Closed vixalien closed 10 months ago

vixalien commented 1 year ago

this is the recommended packaging format and allows bundling tools such as esbuild to correctly tree-shake code (eliminate dead code)

thanks

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information