Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ text
Function
text
playground/hmr-full-bundle-mode/hmr.js:9–11 ·
view source on GitHub ↗
(el, text)
Source
from the content-addressed store, hash-verified
7
text(
'.asset'
, assetUrl)
8
9
function
text(el, text) {
10
document.querySelector(el).textContent = text
11
}
12
13
import
.meta.hot?.accept((mod) => {
14
if
(mod) {
Callers
1
hmr.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected