blog/themes/buck/source/index.js.map
2024-01-10 18:35:50 +08:00

8 lines
413 B
Text

{
"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"]
}