mathjax / MathJax-src

MathJax source code for version 3 and beyond
https://www.mathjax.org/
Apache License 2.0
2.05k stars 205 forks source link

Handle pnpm node_module paths better in [node] prefix in messages #1077

Closed dpvc closed 6 months ago

dpvc commented 6 months ago

This is a small PR to improve the output from the components/bin/pack command for reporting files included from the node_modules directory. Since pnpm uses symbolic links, the filenames reported are not as concise as they could be. This alters the regex pattern used for the [node] prefix to collapse .pnpm links for shorter file names.