/** * Core snippet plus chat — equivalent to loading `array.js` and `chat.js` * together. Chat registers on `__VTiltExtensions__` at parse time so there is * no second network request for `chat.js`. * * Usage: * */ import "./chat"; import "./array";