MCPcopy
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

21text('.modules-inline', inlineMod)
22
23function text(el, text) {
24 document.querySelector(el).textContent = text
25}
26
27if (import.meta.hot) {
28 import.meta.hot.accept('./mod.module.css', (newMod) => {

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected