cs-au-dk / jelly

JavaScript/TypeScript static analyzer for call graph construction, library usage pattern matching, and vulnerability exposure analysis
MIT License
317 stars 22 forks source link

Fixed require-resolve tests on Mac. The issue was that basedir used a… #14

Closed barslev closed 1 year ago

barslev commented 1 year ago

… symbolic link (/var/folders) and resolved file paths used the actual location (/private/var/folders)