blog/themes/buck/source/index.js.map

8 lines
413 B
Text
Raw Normal View History

2024-01-10 10:35:50 +00:00
{
"version": 3,
"sources": ["../src/index.ts"],
"sourcesContent": ["import { createRoot } from \"solid-js\";\nimport { renderLocalTimeOn } from \"./uxaddon/time.js\";\n\ncreateRoot(() => {\n renderLocalTimeOn(document.querySelectorAll(\".post-item-title > time\"));\n});\n"],
"mappings": "+CAGAA,EAAW,IAAM,CACfC,EAAkB,SAAS,iBAAiB,yBAAyB,CAAC,CACxE,CAAC",
"names": ["createRoot", "renderLocalTimeOn"]
}