Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ text
Function
text
playground/css-lightningcss/main.js:23–25 ·
view source on GitHub ↗
(el, text)
Source
from the content-addressed store, hash-verified
21
text(
'.modules-inline'
, inlineMod)
22
23
function
text(el, text) {
24
document.querySelector(el).textContent = text
25
}
26
27
if
(
import
.meta.hot) {
28
import
.meta.hot.accept(
'./mod.module.css'
, (newMod) => {
Callers
1
main.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected