Skip to content

Commit 85b4015

Browse files
committed
chore: remove yaml from utils index
1 parent 7dc4400 commit 85b4015

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/utils/index.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { convertToCompactCSVArrayOfObjects, safeMakeArray } from "./array";
33
import { cloneClass, extendClass, extendClassStaticProps, extendThis } from "./class";
44
import { deepClone } from "./clone";
55
import { refreshCodeMirror } from "./codemirror";
6-
import { fetchFilesFromGitHubAPI } from "./github";
76
import {
87
createObjectPathFromFilePath,
98
formatFileSize,
@@ -12,6 +11,7 @@ import {
1211
getProgrammingLanguageFromFileExtension,
1312
} from "./file";
1413
import { filterEntityList } from "./filter";
14+
import { fetchFilesFromGitHubAPI } from "./github";
1515
import { addUnit, removeUnit, replaceUnit, setNextLinks, setUnitsHead } from "./graph";
1616
import {
1717
calculateHashFromObject,
@@ -28,7 +28,7 @@ import {
2828
sortKeysDeepForObject,
2929
stringifyObject,
3030
} from "./object";
31-
import { getSchemaWithDependencies, buildNamedEntitySchema } from "./schemas";
31+
import { buildNamedEntitySchema, getSchemaWithDependencies } from "./schemas";
3232
import { getSearchQuerySelector } from "./selector";
3333
import {
3434
convertArabicToRoman,
@@ -43,7 +43,6 @@ import {
4343
import { mapTree } from "./tree";
4444
import { containsEncodedComponents } from "./url";
4545
import { getUUID } from "./uuid";
46-
import { JsYamlAllSchemas, JsYamlTypes } from "./yaml";
4746

4847
export {
4948
compareEntitiesInOrderedSetForSorting,
@@ -84,8 +83,6 @@ export {
8483
mapTree,
8584
getSchemaWithDependencies,
8685
mergeTerminalNodes,
87-
JsYamlTypes,
88-
JsYamlAllSchemas,
8986
renderTextWithSubstitutes,
9087
filterEntityList,
9188
getFilesInDirectory,

0 commit comments

Comments
 (0)