/**
* Adapto Client Runtime v1 (unminified placeholder)
*
* This file is a placeholder for the minified build output.
* In production, generate the real minified version via:
*
* terser adapto-client.js -o adapto-client.min.js -c -m
*
* For development, include adapto-client.js directly instead.
*
* Security model: All HTML content (innerHTML, insertAdjacentHTML) originates
* exclusively from the trusted Rust backend via server-rendered patch ops.
* No user-controlled strings reach HTML insertion methods.
* See adapto-client.js for the full annotated source.
*/
// Placeholder: in CI, this file is replaced by terser output.
// During development, use the unminified adapto-client.js.
console.warn;