// panes/lang.js — language pipelines with cards, examples, run history. import { registerPane } from '../app.js'; import { jget, jpost, escapeHtml } from '../lib/api.js'; import { fmtJSON, err, ok, copyToClipboard, historyStore } from '../lib/ui.js'; const runHist = historyStore('cx_lang_runs', 20); const TPL = `
Pick a pipeline on the left.
—