diff --git a/src/index.ts b/src/index.ts index 7162ae5a1f..40b344721b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,4 +5,4 @@ export * from "./file"; export * from "./export"; export * from "./import-dotx"; export * from "./util"; -export * from "./templater"; +export * from "./patcher"; diff --git a/src/templater/from-docx.ts b/src/patcher/from-docx.ts similarity index 100% rename from src/templater/from-docx.ts rename to src/patcher/from-docx.ts diff --git a/src/templater/index.ts b/src/patcher/index.ts similarity index 100% rename from src/templater/index.ts rename to src/patcher/index.ts diff --git a/src/templater/paragraph-split-inject.ts b/src/patcher/paragraph-split-inject.ts similarity index 100% rename from src/templater/paragraph-split-inject.ts rename to src/patcher/paragraph-split-inject.ts diff --git a/src/templater/paragraph-token-replacer.ts b/src/patcher/paragraph-token-replacer.ts similarity index 100% rename from src/templater/paragraph-token-replacer.ts rename to src/patcher/paragraph-token-replacer.ts diff --git a/src/templater/replacer.ts b/src/patcher/replacer.ts similarity index 100% rename from src/templater/replacer.ts rename to src/patcher/replacer.ts diff --git a/src/templater/run-renderer.ts b/src/patcher/run-renderer.ts similarity index 100% rename from src/templater/run-renderer.ts rename to src/patcher/run-renderer.ts diff --git a/src/templater/traverser.ts b/src/patcher/traverser.ts similarity index 100% rename from src/templater/traverser.ts rename to src/patcher/traverser.ts diff --git a/src/templater/util.ts b/src/patcher/util.ts similarity index 100% rename from src/templater/util.ts rename to src/patcher/util.ts