IRC channel logs

2023-06-25.log

back to list of logs

<PurpleSym>I tried building js-panmirror of RStudio v2023.06.0+421 using esbuild only and it does not work. I can work around the css loading by patching RStudio, but vite, their new bundler, magically injects a Panmirror key into the global window object.
<PurpleSym>And --global-name does not seem to work.
<PurpleSym>(Because the Editor and UITools keys are part of the subobject window.Panmirror.default instead of window.Panmirror.)