{ "manifest": { "/jsr.json": { "size": 181, "checksum": "sha256-a5fd262244bc73cbd184534361d324caf2c2c823000b2207bfedb363b42a3c1c" }, "/src/config.ts": { "size": 2896, "checksum": "sha256-5b13139a94c07a13d9467712d754fb02f6b5245d30c0bab792f79b22277d4da8" }, "/src/err.ts": { "size": 2149, "checksum": "sha256-7354a040b6aa49650d564c1f9791d9efe67499c1772632472f1cb91e93eb3af0" }, "/README.md": { "size": 10359, "checksum": "sha256-7673f007986cfe047328cbd9dd40f488eb77a681d23b701063f9293a87a53540" }, "/src/parse.ts": { "size": 6041, "checksum": "sha256-a029cc6b95e8c1393f1f4d25f107f770e6ab41b8dbb820e2c26f6808b8ef74a5" }, "/LICENSE": { "size": 1072, "checksum": "sha256-ffae00b51ffea9ff5ba139166c89119d6ee3810f1e04e427dd6820a728b43915" }, "/src/storage.ts": { "size": 565, "checksum": "sha256-c40bd31cdd6f1218c86f70067282709e2f2c7fa7eea67547be950e1ed5d4bd4c" }, "/src/file-handling.ts": { "size": 2577, "checksum": "sha256-eeabf27135ec1fa1b513cafc61dc0ef6fbe385b0c10004d250f514e718469b6a" }, "/src/render.ts": { "size": 2932, "checksum": "sha256-e63acccd1b3a0dfcf67c712c172f8175e71d30f0d3c6a07f2f7555e52f7b6cf1" }, "/src/browser.ts": { "size": 81, "checksum": "sha256-d76f77a2adaa2f0d987c4c65132c65a7fa7b895221b75aee00a52ba48e663bf5" }, "/src/index.ts": { "size": 383, "checksum": "sha256-d2bacfd6fc5ab8f41fc2802e2191863b5c630256648b0d2e8a2962412d63b1ac" }, "/src/utils.ts": { "size": 2035, "checksum": "sha256-8e651cf1f30dfc90de15242079b7dd1a6f53789c5c8d65e1280cf15381847937" }, "/src/compile.ts": { "size": 1600, "checksum": "sha256-6e519d6341664d552da844bb8356e818d3b644b59070fb6a918b8fed0f5e0e6c" }, "/src/compile-string.ts": { "size": 3457, "checksum": "sha256-ee1de98e5349dc70652e944316cb7fe1d32fd4065fef323b9e6e78db65d3e20c" }, "/src/core.ts": { "size": 2439, "checksum": "sha256-79ca3d073fde31f3d38f09048c9da7519c688563d48e05e014d85db26d9d7402" } }, "moduleGraph2": { "/src/file-handling.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./err.ts", "specifierRange": [ [ 0, 39 ], [ 0, 49 ] ] }, { "type": "static", "kind": "import", "specifier": "node:path", "specifierRange": [ [ 2, 22 ], [ 2, 33 ] ] }, { "type": "static", "kind": "import", "specifier": "node:fs", "specifierRange": [ [ 4, 20 ], [ 4, 29 ] ] }, { "type": "static", "kind": "importType", "specifier": "./core.ts", "specifierRange": [ [ 7, 36 ], [ 7, 47 ] ] }, { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 8, 29 ], [ 8, 42 ] ] } ] }, "/src/core.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./storage.ts", "specifierRange": [ [ 0, 23 ], [ 0, 37 ] ] }, { "type": "static", "kind": "import", "specifier": "./compile.ts", "specifierRange": [ [ 1, 24 ], [ 1, 38 ] ] }, { "type": "static", "kind": "import", "specifier": "./compile-string.ts", "specifierRange": [ [ 2, 45 ], [ 2, 66 ] ] }, { "type": "static", "kind": "import", "specifier": "./config.ts", "specifierRange": [ [ 3, 30 ], [ 3, 43 ] ] }, { "type": "static", "kind": "import", "specifier": "./parse.ts", "specifierRange": [ [ 4, 22 ], [ 4, 34 ] ] }, { "type": "static", "kind": "import", "specifier": "./render.ts", "specifierRange": [ [ 10, 7 ], [ 10, 20 ] ] }, { "type": "static", "kind": "import", "specifier": "./err.ts", "specifierRange": [ [ 11, 37 ], [ 11, 47 ] ] }, { "type": "static", "kind": "import", "specifier": "./compile.ts", "specifierRange": [ [ 12, 33 ], [ 12, 47 ] ] }, { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 15, 40 ], [ 15, 53 ] ] } ] }, "/src/parse.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./err.ts", "specifierRange": [ [ 0, 25 ], [ 0, 35 ] ] }, { "type": "static", "kind": "import", "specifier": "./utils.ts", "specifierRange": [ [ 1, 23 ], [ 1, 35 ] ] }, { "type": "static", "kind": "importType", "specifier": "./core.ts", "specifierRange": [ [ 5, 25 ], [ 5, 36 ] ] } ] }, "/src/index.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./core.ts", "specifierRange": [ [ 0, 31 ], [ 0, 42 ] ] }, { "type": "static", "kind": "import", "specifier": "./file-handling.ts", "specifierRange": [ [ 1, 38 ], [ 1, 58 ] ] }, { "type": "static", "kind": "export", "specifier": "./err.ts", "specifierRange": [ [ 8, 7 ], [ 8, 17 ] ] }, { "type": "static", "kind": "export", "specifier": "./config.ts", "specifierRange": [ [ 9, 45 ], [ 9, 58 ] ] } ] }, "/src/err.ts": {}, "/src/config.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./utils.ts", "specifierRange": [ [ 0, 26 ], [ 0, 38 ] ] } ] }, "/src/compile-string.ts": { "dependencies": [ { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 2, 29 ], [ 2, 42 ] ] }, { "type": "static", "kind": "importType", "specifier": "./parse.ts", "specifierRange": [ [ 3, 31 ], [ 3, 43 ] ] }, { "type": "static", "kind": "importType", "specifier": "./core.ts", "specifierRange": [ [ 4, 25 ], [ 4, 36 ] ] } ] }, "/src/render.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./err.ts", "specifierRange": [ [ 0, 39 ], [ 0, 49 ] ] }, { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 3, 29 ], [ 3, 42 ] ] }, { "type": "static", "kind": "importType", "specifier": "./compile.ts", "specifierRange": [ [ 4, 38 ], [ 4, 52 ] ] }, { "type": "static", "kind": "importType", "specifier": "./core.ts", "specifierRange": [ [ 5, 25 ], [ 5, 36 ] ] } ] }, "/src/storage.ts": {}, "/src/utils.ts": { "dependencies": [ { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 0, 31 ], [ 0, 44 ] ] } ] }, "/src/compile.ts": { "dependencies": [ { "type": "static", "kind": "import", "specifier": "./err.ts", "specifierRange": [ [ 0, 30 ], [ 0, 40 ] ] }, { "type": "static", "kind": "importType", "specifier": "./core.ts", "specifierRange": [ [ 3, 25 ], [ 3, 36 ] ] }, { "type": "static", "kind": "importType", "specifier": "./config.ts", "specifierRange": [ [ 4, 40 ], [ 4, 53 ] ] } ] } }, "exports": { ".": "./src/index.ts" } }