We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generateSearchData
1 parent b2e5e47 commit e5b6ecaCopy full SHA for e5b6eca
javascript/generateSearchData.js javascript/generateSearchData.tsjavascript/generateSearchData.js renamed to javascript/generateSearchData.ts
@@ -1,4 +1,4 @@
1
-import { getChildrenByTagName, ancestorHasTag } from "./utilityFunctions";
+import { getChildrenByTagName, ancestorHasTag } from "./utilityFunctions.js";
2
import { allFilepath, tableOfContent } from "./index.js";
3
import path from "path";
4
import fs from "fs";
@@ -12,7 +12,7 @@ import {
12
processSnippetJson,
13
recursiveProcessPureText,
14
recursivelyProcessTextSnippetJson
15
-} from "./processingFunctions";
+} from "./processingFunctions/index.js";
16
17
let paragraph_count = 0;
18
let heading_count = 0;
0 commit comments