Skip to content

Commit e5b6eca

Browse files
committed
Migrate generateSearchData to TS
1 parent b2e5e47 commit e5b6eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getChildrenByTagName, ancestorHasTag } from "./utilityFunctions";
1+
import { getChildrenByTagName, ancestorHasTag } from "./utilityFunctions.js";
22
import { allFilepath, tableOfContent } from "./index.js";
33
import path from "path";
44
import fs from "fs";
@@ -12,7 +12,7 @@ import {
1212
processSnippetJson,
1313
recursiveProcessPureText,
1414
recursivelyProcessTextSnippetJson
15-
} from "./processingFunctions";
15+
} from "./processingFunctions/index.js";
1616

1717
let paragraph_count = 0;
1818
let heading_count = 0;

0 commit comments

Comments
 (0)