IRC channel logs
2021-11-28.log
back to list of logs
<PurpleSym>I’m pretty sure it’s been run through a minimizer. <PurpleSym>I also took a look at building MathJax with pure esbuild. I can build a bundled script for the browser pretty easily if I fix up imports. But it fails at runtime, because there’s a weird global MathJax object, which is never imported anywhere, but implicitly assumed to be available. And I don’t understand TypeScript enough to figure out what is wrong 😢 <PurpleSym>(Actually, `MathJax._` seems to be generated by their custom build system *sigh*)