Unverified Commit ab3aac38 authored by Fróði Karlsson's avatar Fróði Karlsson
Browse files

Replace hardcoded runtime path in codegen

parent ff69fc52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ export async function* generateClasses(
  yield `import { LanguageTag, parseLanguageTag }
    from "@phensley/language-tag";\n`;
  yield `import { decode as decodeMultibase, encode as encodeMultibase }
    from "../runtime/multibase/index.ts";`;
    from "${runtimePath}/multibase/index.ts";`;
  yield `import { type DocumentLoader, getDocumentLoader, type RemoteDocument }
    from "${runtimePath}/docloader.ts";\n`;
  yield `import {