/** * Playground Toolbar * * A floating pill injected by the playground middleware into HTML responses. * Shows edit toggle, time remaining, reset button, and deploy CTA. * No dependencies -- plain HTML string with inline styles and a `; } function escapeAttr(str: string): string { return str .replace(RE_AMP, "&") .replace(RE_QUOT, """) .replace(RE_LT, "<") .replace(RE_GT, ">"); }