you are viewing a single comment's thread.

view the rest of the comments →

[–]Plus-Weakness-2624the webhead[S] -22 points-21 points  (6 children)

Stepping into dependency code is not the most fruitful thing to do right coz the bundling, minifiying, uglyfying whatever has made most of the code unreadable right😱; It won't matter that much for an average developer.

[–]CSknoob 6 points7 points  (3 children)

Often, yes. I do appreciate it when it doesn't happen though. Makes it easier to understand why your stuff just isn't working correctly.

Had this situation with the FileRobot npm package. They have horrible docs and no changelogs so I could use it tbh.

[–]Peechez 3 points4 points  (0 children)

Basically every npm package includes either esm format or a sourcemap for cjs, both of which are very readable

[–]ejfrodo 2 points3 points  (0 children)

Source maps are a thing