Curran Kelleher
Curran Kelleher
I'm also interested in making `rollup-plugin-esbuild` work in the browser using `esbuild-wasm`.
Wouldn't it be more like this? ```js async function requireEsbuild() { try { return await import('esbuild'); } catch (error) { try { return await import('esbuild-wasm'); } catch { throw error;...
For a browser build we'd also need to remove these dependencies: ```js import { existsSync, statSync } from 'fs' import { extname, resolve, dirname, join } from 'path' ```
Very nice! I could imagine this going into mainline Sucrase as an additional npm script that runs on prepublish: ``` npx rollup -i ./package/dist/index.js \ -f iife \ -n sucrase...
Great idea! Maybe we could make the title clickable as a link to the viz?
Oh on the profile page this would be neat!
This is becoming important, as currently users can paste huge data text into VizHub and it will store it without complaining. We need to limit how much data is stored...
Great idea! It's in the backlog already. Current workaround: refresh the page to get the README to update in the viewer. Ideally it should update without needing a refresh, using...
I think it's already there, but just cropped out of your screenshot? 