@powerhousedao/codegen 5.1.0-dev.9 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/codegen/.hygen/templates/powerhouse/generate-document-model-module/error.esm.t +3 -3
- package/dist/src/codegen/.hygen/templates/powerhouse/generate-editor/index.js +3 -1
- package/dist/src/codegen/__tests__/config.d.ts +0 -1
- package/dist/src/codegen/__tests__/config.d.ts.map +1 -1
- package/dist/src/codegen/__tests__/config.js +0 -1
- package/dist/src/codegen/__tests__/config.js.map +1 -1
- package/dist/src/codegen/__tests__/generate-doc-model.test.js +14 -39
- package/dist/src/codegen/__tests__/generate-doc-model.test.js.map +1 -1
- package/dist/src/codegen/__tests__/generate-drive-editor.test.js +3 -6
- package/dist/src/codegen/__tests__/generate-drive-editor.test.js.map +1 -1
- package/dist/src/codegen/__tests__/generate-editor.test.js +7 -8
- package/dist/src/codegen/__tests__/generate-editor.test.js.map +1 -1
- package/dist/src/codegen/generate.d.ts +6 -26
- package/dist/src/codegen/generate.d.ts.map +1 -1
- package/dist/src/codegen/generate.js +40 -139
- package/dist/src/codegen/generate.js.map +1 -1
- package/dist/src/codegen/hygen.d.ts +8 -1
- package/dist/src/codegen/hygen.d.ts.map +1 -1
- package/dist/src/codegen/hygen.js +67 -11
- package/dist/src/codegen/hygen.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/ts-morph-utils.d.ts +48 -0
- package/dist/src/ts-morph-utils.d.ts.map +1 -0
- package/dist/src/ts-morph-utils.js +207 -0
- package/dist/src/ts-morph-utils.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -11
- package/dist/src/codegen/.hygen/templates/powerhouse/generate-subgraph/lib.esm.t +0 -9
- package/dist/src/ts-morph-utils/constants.d.ts +0 -18
- package/dist/src/ts-morph-utils/constants.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/constants.js +0 -18
- package/dist/src/ts-morph-utils/constants.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-editor.d.ts +0 -28
- package/dist/src/ts-morph-utils/file-builders/document-editor.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-editor.js +0 -305
- package/dist/src/ts-morph-utils/file-builders/document-editor.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/gen-dir.d.ts +0 -3
- package/dist/src/ts-morph-utils/file-builders/document-model/gen-dir.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/gen-dir.js +0 -207
- package/dist/src/ts-morph-utils/file-builders/document-model/gen-dir.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/root-dir.d.ts +0 -3
- package/dist/src/ts-morph-utils/file-builders/document-model/root-dir.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/root-dir.js +0 -58
- package/dist/src/ts-morph-utils/file-builders/document-model/root-dir.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/src-dir.d.ts +0 -3
- package/dist/src/ts-morph-utils/file-builders/document-model/src-dir.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/src-dir.js +0 -64
- package/dist/src/ts-morph-utils/file-builders/document-model/src-dir.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/types.d.ts +0 -12
- package/dist/src/ts-morph-utils/file-builders/document-model/types.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model/types.js +0 -2
- package/dist/src/ts-morph-utils/file-builders/document-model/types.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model.d.ts +0 -8
- package/dist/src/ts-morph-utils/file-builders/document-model.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/document-model.js +0 -68
- package/dist/src/ts-morph-utils/file-builders/document-model.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/drive-editor.d.ts +0 -56
- package/dist/src/ts-morph-utils/file-builders/drive-editor.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/drive-editor.js +0 -341
- package/dist/src/ts-morph-utils/file-builders/drive-editor.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/editor-common.d.ts +0 -3
- package/dist/src/ts-morph-utils/file-builders/editor-common.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/editor-common.js +0 -15
- package/dist/src/ts-morph-utils/file-builders/editor-common.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/index-files.d.ts +0 -17
- package/dist/src/ts-morph-utils/file-builders/index-files.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/index-files.js +0 -21
- package/dist/src/ts-morph-utils/file-builders/index-files.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/module-files.d.ts +0 -25
- package/dist/src/ts-morph-utils/file-builders/module-files.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/module-files.js +0 -92
- package/dist/src/ts-morph-utils/file-builders/module-files.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/subgraphs.d.ts +0 -6
- package/dist/src/ts-morph-utils/file-builders/subgraphs.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/subgraphs.js +0 -53
- package/dist/src/ts-morph-utils/file-builders/subgraphs.js.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/types.d.ts +0 -13
- package/dist/src/ts-morph-utils/file-builders/types.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-builders/types.js +0 -2
- package/dist/src/ts-morph-utils/file-builders/types.js.map +0 -1
- package/dist/src/ts-morph-utils/file-utils.d.ts +0 -28
- package/dist/src/ts-morph-utils/file-utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/file-utils.js +0 -102
- package/dist/src/ts-morph-utils/file-utils.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/common-files.d.ts +0 -5
- package/dist/src/ts-morph-utils/name-builders/common-files.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/common-files.js +0 -15
- package/dist/src/ts-morph-utils/name-builders/common-files.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/document-model-files.d.ts +0 -4
- package/dist/src/ts-morph-utils/name-builders/document-model-files.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/document-model-files.js +0 -12
- package/dist/src/ts-morph-utils/name-builders/document-model-files.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/editor-files.d.ts +0 -10
- package/dist/src/ts-morph-utils/name-builders/editor-files.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/editor-files.js +0 -37
- package/dist/src/ts-morph-utils/name-builders/editor-files.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/get-file-paths.d.ts +0 -4
- package/dist/src/ts-morph-utils/name-builders/get-file-paths.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/get-file-paths.js +0 -21
- package/dist/src/ts-morph-utils/name-builders/get-file-paths.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/get-variable-names.d.ts +0 -55
- package/dist/src/ts-morph-utils/name-builders/get-variable-names.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/get-variable-names.js +0 -153
- package/dist/src/ts-morph-utils/name-builders/get-variable-names.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/types.d.ts +0 -14
- package/dist/src/ts-morph-utils/name-builders/types.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/types.js +0 -2
- package/dist/src/ts-morph-utils/name-builders/types.js.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/variables.d.ts +0 -12
- package/dist/src/ts-morph-utils/name-builders/variables.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/name-builders/variables.js +0 -35
- package/dist/src/ts-morph-utils/name-builders/variables.js.map +0 -1
- package/dist/src/ts-morph-utils/syntax-builders.d.ts +0 -72
- package/dist/src/ts-morph-utils/syntax-builders.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/syntax-builders.js +0 -201
- package/dist/src/ts-morph-utils/syntax-builders.js.map +0 -1
- package/dist/src/ts-morph-utils/syntax-getters.d.ts +0 -10
- package/dist/src/ts-morph-utils/syntax-getters.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/syntax-getters.js +0 -39
- package/dist/src/ts-morph-utils/syntax-getters.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/actions.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/actions.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/actions.js +0 -28
- package/dist/src/ts-morph-utils/templates/document-model/actions.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/actions.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/actions.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/actions.js +0 -40
- package/dist/src/ts-morph-utils/templates/document-model/gen/actions.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/creators.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/creators.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/creators.js +0 -16
- package/dist/src/ts-morph-utils/templates/document-model/gen/creators.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-schema.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-schema.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-schema.js +0 -56
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-schema.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-type.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-type.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-type.js +0 -5
- package/dist/src/ts-morph-utils/templates/document-model/gen/document-type.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/index.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/index.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/index.js +0 -29
- package/dist/src/ts-morph-utils/templates/document-model/gen/index.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/actions.d.ts +0 -8
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/actions.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/actions.js +0 -39
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/actions.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/creators.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/creators.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/creators.js +0 -94
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/creators.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/error.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/error.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/error.js +0 -73
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/error.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/operations.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/operations.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/operations.js +0 -61
- package/dist/src/ts-morph-utils/templates/document-model/gen/modules/operations.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/ph-factories.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/ph-factories.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/ph-factories.js +0 -93
- package/dist/src/ts-morph-utils/templates/document-model/gen/ph-factories.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/reducer.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/reducer.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/reducer.js +0 -106
- package/dist/src/ts-morph-utils/templates/document-model/gen/reducer.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/schema/index.d.ts +0 -2
- package/dist/src/ts-morph-utils/templates/document-model/gen/schema/index.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/schema/index.js +0 -6
- package/dist/src/ts-morph-utils/templates/document-model/gen/schema/index.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/types.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/types.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/types.js +0 -38
- package/dist/src/ts-morph-utils/templates/document-model/gen/types.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/utils.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/gen/utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/gen/utils.js +0 -77
- package/dist/src/ts-morph-utils/templates/document-model/gen/utils.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/hooks.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/hooks.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/hooks.js +0 -49
- package/dist/src/ts-morph-utils/templates/document-model/hooks.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/index.d.ts +0 -2
- package/dist/src/ts-morph-utils/templates/document-model/index.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/index.js +0 -9
- package/dist/src/ts-morph-utils/templates/document-model/index.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/module.d.ts +0 -8
- package/dist/src/ts-morph-utils/templates/document-model/module.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/module.js +0 -25
- package/dist/src/ts-morph-utils/templates/document-model/module.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/index.d.ts +0 -2
- package/dist/src/ts-morph-utils/templates/document-model/src/index.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/index.js +0 -5
- package/dist/src/ts-morph-utils/templates/document-model/src/index.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/document-model.test.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/document-model.test.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/document-model.test.js +0 -121
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/document-model.test.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/module.test.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/module.test.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/module.test.js +0 -67
- package/dist/src/ts-morph-utils/templates/document-model/src/tests/module.test.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/utils.d.ts +0 -2
- package/dist/src/ts-morph-utils/templates/document-model/src/utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/src/utils.js +0 -5
- package/dist/src/ts-morph-utils/templates/document-model/src/utils.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/utils.d.ts +0 -3
- package/dist/src/ts-morph-utils/templates/document-model/utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/document-model/utils.js +0 -11
- package/dist/src/ts-morph-utils/templates/document-model/utils.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/drive-editor.d.ts +0 -5
- package/dist/src/ts-morph-utils/templates/drive-editor.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/drive-editor.js +0 -211
- package/dist/src/ts-morph-utils/templates/drive-editor.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/unsafe-utils.d.ts +0 -8
- package/dist/src/ts-morph-utils/templates/unsafe-utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/unsafe-utils.js +0 -23
- package/dist/src/ts-morph-utils/templates/unsafe-utils.js.map +0 -1
- package/dist/src/ts-morph-utils/templates/utils.d.ts +0 -6
- package/dist/src/ts-morph-utils/templates/utils.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/templates/utils.js +0 -16
- package/dist/src/ts-morph-utils/templates/utils.js.map +0 -1
- package/dist/src/ts-morph-utils/ts-morph-project.d.ts +0 -3
- package/dist/src/ts-morph-utils/ts-morph-project.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/ts-morph-project.js +0 -9
- package/dist/src/ts-morph-utils/ts-morph-project.js.map +0 -1
- package/dist/src/ts-morph-utils/types.d.ts +0 -34
- package/dist/src/ts-morph-utils/types.d.ts.map +0 -1
- package/dist/src/ts-morph-utils/types.js +0 -2
- package/dist/src/ts-morph-utils/types.js.map +0 -1
|
@@ -1,341 +0,0 @@
|
|
|
1
|
-
import { tsx } from "@tmpl/core";
|
|
2
|
-
import path from "path";
|
|
3
|
-
import { VariableDeclarationKind } from "ts-morph";
|
|
4
|
-
import { buildNodePrinter, formatSourceFileWithPrettier, getOrCreateSourceFile, } from "../file-utils.js";
|
|
5
|
-
import { getDocumentModelFilePaths, getEditorFilePaths, } from "../name-builders/get-file-paths.js";
|
|
6
|
-
import { buildArrayLiteralWithStringElements, buildClassNameAttribute, buildFunctionCall, buildJsxElement, buildJsxSpreadAttribute, buildReturn, buildSelfClosingJsxElement, } from "../syntax-builders.js";
|
|
7
|
-
import { getObjectLiteral } from "../syntax-getters.js";
|
|
8
|
-
import { createDocumentFileTemplate, driveExplorerFileTemplate, emptyStateFileTemplate, folderTreeFileTemplate, } from "../templates/drive-editor.js";
|
|
9
|
-
import { buildTsMorphProject } from "../ts-morph-project.js";
|
|
10
|
-
import { makeEditorModuleFile } from "./document-editor.js";
|
|
11
|
-
import { makeEditorsModulesFile } from "./editor-common.js";
|
|
12
|
-
export function tsMorphGenerateDriveEditor({ projectDir, editorDir, editorName, editorId, allowedDocumentModelIds, isDragAndDropEnabled, }) {
|
|
13
|
-
const { documentModelsSourceFilesPath } = getDocumentModelFilePaths(projectDir);
|
|
14
|
-
const { editorSourceFilesPath, ...editorFilePaths } = getEditorFilePaths(projectDir, editorDir);
|
|
15
|
-
const project = buildTsMorphProject(projectDir);
|
|
16
|
-
project.addSourceFilesAtPaths(documentModelsSourceFilesPath);
|
|
17
|
-
project.addSourceFilesAtPaths(editorSourceFilesPath);
|
|
18
|
-
makeNavigationBreadcrumbsFile({
|
|
19
|
-
project,
|
|
20
|
-
...editorFilePaths,
|
|
21
|
-
});
|
|
22
|
-
makeCreateDocumentFile({
|
|
23
|
-
project,
|
|
24
|
-
...editorFilePaths,
|
|
25
|
-
});
|
|
26
|
-
makeEmptyStateFile({
|
|
27
|
-
project,
|
|
28
|
-
...editorFilePaths,
|
|
29
|
-
});
|
|
30
|
-
makeFoldersFile({
|
|
31
|
-
project,
|
|
32
|
-
...editorFilePaths,
|
|
33
|
-
});
|
|
34
|
-
makeFolderTreeFile({
|
|
35
|
-
project,
|
|
36
|
-
...editorFilePaths,
|
|
37
|
-
});
|
|
38
|
-
makeFilesFile({
|
|
39
|
-
project,
|
|
40
|
-
...editorFilePaths,
|
|
41
|
-
});
|
|
42
|
-
makeDriveExplorerFile({
|
|
43
|
-
project,
|
|
44
|
-
...editorFilePaths,
|
|
45
|
-
});
|
|
46
|
-
makeDriveContentsFile({
|
|
47
|
-
project,
|
|
48
|
-
...editorFilePaths,
|
|
49
|
-
});
|
|
50
|
-
makeDriveEditorComponent({
|
|
51
|
-
project,
|
|
52
|
-
...editorFilePaths,
|
|
53
|
-
});
|
|
54
|
-
makeDriveEditorConfigFile({
|
|
55
|
-
project,
|
|
56
|
-
allowedDocumentModelIds,
|
|
57
|
-
isDragAndDropEnabled,
|
|
58
|
-
...editorFilePaths,
|
|
59
|
-
});
|
|
60
|
-
makeEditorModuleFile({
|
|
61
|
-
project,
|
|
62
|
-
editorName,
|
|
63
|
-
editorId,
|
|
64
|
-
documentModelId: "powerhouse/document-drive",
|
|
65
|
-
...editorFilePaths,
|
|
66
|
-
});
|
|
67
|
-
makeEditorsModulesFile(project, projectDir);
|
|
68
|
-
project.saveSync();
|
|
69
|
-
}
|
|
70
|
-
export function makeDriveEditorComponent({ project, editorFilePath, }) {
|
|
71
|
-
const { alreadyExists, sourceFile: driveEditorComponentSourceFile } = getOrCreateSourceFile(project, editorFilePath);
|
|
72
|
-
if (alreadyExists) {
|
|
73
|
-
const editorFunction = driveEditorComponentSourceFile.getFunction("Editor");
|
|
74
|
-
if (editorFunction) {
|
|
75
|
-
if (!editorFunction.isDefaultExport()) {
|
|
76
|
-
editorFunction.setIsDefaultExport(true);
|
|
77
|
-
}
|
|
78
|
-
return;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
driveEditorComponentSourceFile.replaceWithText("");
|
|
82
|
-
const printNode = buildNodePrinter(driveEditorComponentSourceFile);
|
|
83
|
-
const importDeclarations = [
|
|
84
|
-
{
|
|
85
|
-
namedImports: ["useSetPHDriveEditorConfig"],
|
|
86
|
-
moduleSpecifier: "@powerhousedao/reactor-browser",
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
namedImports: ["EditorProps"],
|
|
90
|
-
moduleSpecifier: "document-model",
|
|
91
|
-
isTypeOnly: true,
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
namedImports: ["DriveExplorer"],
|
|
95
|
-
moduleSpecifier: "./components/DriveExplorer.js",
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
namedImports: ["editorConfig"],
|
|
99
|
-
moduleSpecifier: "./config.js",
|
|
100
|
-
},
|
|
101
|
-
];
|
|
102
|
-
driveEditorComponentSourceFile.addImportDeclarations(importDeclarations);
|
|
103
|
-
const useSetPHDriveEditorConfigHookCall = buildFunctionCall({
|
|
104
|
-
functionName: "useSetPHDriveEditorConfig",
|
|
105
|
-
argumentsArray: ["editorConfig"],
|
|
106
|
-
});
|
|
107
|
-
const driveExplorerComponent = buildSelfClosingJsxElement("DriveExplorer", [
|
|
108
|
-
buildJsxSpreadAttribute("props"),
|
|
109
|
-
]);
|
|
110
|
-
const returnStatement = buildReturn(driveExplorerComponent);
|
|
111
|
-
const statements = [useSetPHDriveEditorConfigHookCall, returnStatement].map(printNode);
|
|
112
|
-
driveEditorComponentSourceFile.addFunction({
|
|
113
|
-
name: "Editor",
|
|
114
|
-
isDefaultExport: true,
|
|
115
|
-
parameters: [{ name: "props", type: "EditorProps" }],
|
|
116
|
-
statements,
|
|
117
|
-
docs: ["Implement your drive explorer behavior here"],
|
|
118
|
-
});
|
|
119
|
-
formatSourceFileWithPrettier(driveEditorComponentSourceFile);
|
|
120
|
-
}
|
|
121
|
-
export function makeDriveEditorConfigFile({ project, editorConfigFilePath, allowedDocumentModelIds, isDragAndDropEnabled, }) {
|
|
122
|
-
const { sourceFile: driveEditorConfigSourceFile } = getOrCreateSourceFile(project, editorConfigFilePath);
|
|
123
|
-
driveEditorConfigSourceFile.replaceWithText("");
|
|
124
|
-
driveEditorConfigSourceFile.addImportDeclaration({
|
|
125
|
-
moduleSpecifier: "@powerhousedao/reactor-browser",
|
|
126
|
-
namedImports: ["PHDriveEditorConfig"],
|
|
127
|
-
isTypeOnly: true,
|
|
128
|
-
});
|
|
129
|
-
const printNode = buildNodePrinter(driveEditorConfigSourceFile);
|
|
130
|
-
const configObjectVariableStatement = driveEditorConfigSourceFile.addVariableStatement({
|
|
131
|
-
docs: ["Editor config for the AtlasDriveExplorer"],
|
|
132
|
-
declarationKind: VariableDeclarationKind.Const,
|
|
133
|
-
isExported: true,
|
|
134
|
-
declarations: [
|
|
135
|
-
{
|
|
136
|
-
name: "editorConfig",
|
|
137
|
-
type: "PHDriveEditorConfig",
|
|
138
|
-
initializer: "{}",
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
});
|
|
142
|
-
const objectLiteral = getObjectLiteral(configObjectVariableStatement);
|
|
143
|
-
if (!objectLiteral) {
|
|
144
|
-
throw new Error("Object literal not found");
|
|
145
|
-
}
|
|
146
|
-
objectLiteral.addPropertyAssignment({
|
|
147
|
-
name: "isDragAndDropEnabled",
|
|
148
|
-
initializer: isDragAndDropEnabled ? "true" : "false",
|
|
149
|
-
});
|
|
150
|
-
objectLiteral.addPropertyAssignment({
|
|
151
|
-
name: "allowedDocumentTypes",
|
|
152
|
-
initializer: printNode(buildArrayLiteralWithStringElements(allowedDocumentModelIds)),
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
export function makeDriveContentsFile({ project, driveContentsFilePath, }) {
|
|
156
|
-
const { alreadyExists, sourceFile: driveContentsSourceFile } = getOrCreateSourceFile(project, driveContentsFilePath);
|
|
157
|
-
if (alreadyExists)
|
|
158
|
-
return;
|
|
159
|
-
const printNode = buildNodePrinter(driveContentsSourceFile);
|
|
160
|
-
const importDeclarations = [
|
|
161
|
-
{
|
|
162
|
-
namedImports: ["CreateDocument"],
|
|
163
|
-
moduleSpecifier: "./CreateDocument.js",
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
namedImports: ["EmptyState"],
|
|
167
|
-
moduleSpecifier: "./EmptyState.js",
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
namedImports: ["Files"],
|
|
171
|
-
moduleSpecifier: "./Files.js",
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
namedImports: ["Folders"],
|
|
175
|
-
moduleSpecifier: "./Folders.js",
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
namedImports: ["NavigationBreadcrumbs"],
|
|
179
|
-
moduleSpecifier: "./NavigationBreadcrumbs.js",
|
|
180
|
-
},
|
|
181
|
-
];
|
|
182
|
-
driveContentsSourceFile.addImportDeclarations(importDeclarations);
|
|
183
|
-
const navigationBreadcrumbs = buildSelfClosingJsxElement("NavigationBreadcrumbs");
|
|
184
|
-
const folders = buildSelfClosingJsxElement("Folders");
|
|
185
|
-
const files = buildSelfClosingJsxElement("Files");
|
|
186
|
-
const emptyState = buildSelfClosingJsxElement("EmptyState");
|
|
187
|
-
const createDocument = buildSelfClosingJsxElement("CreateDocument");
|
|
188
|
-
const wrapperDiv = buildJsxElement("div", [navigationBreadcrumbs, folders, files, emptyState, createDocument], [buildClassNameAttribute("space-y-6 px-6")]);
|
|
189
|
-
const returnStatement = buildReturn(wrapperDiv);
|
|
190
|
-
const statements = [returnStatement].map(printNode);
|
|
191
|
-
driveContentsSourceFile.addFunction({
|
|
192
|
-
name: "DriveContents",
|
|
193
|
-
isExported: true,
|
|
194
|
-
docs: ["Shows the documents and folders in the selected drive"],
|
|
195
|
-
parameters: [],
|
|
196
|
-
statements,
|
|
197
|
-
});
|
|
198
|
-
formatSourceFileWithPrettier(driveContentsSourceFile);
|
|
199
|
-
}
|
|
200
|
-
export function makeNavigationBreadcrumbsFile({ project, editorComponentsDirPath, }) {
|
|
201
|
-
const navigationBreadcrumbsFilePath = path.join(editorComponentsDirPath, "NavigationBreadcrumbs.tsx");
|
|
202
|
-
const { alreadyExists, sourceFile: navigationBreadcrumbsSourceFile } = getOrCreateSourceFile(project, navigationBreadcrumbsFilePath);
|
|
203
|
-
if (alreadyExists)
|
|
204
|
-
return;
|
|
205
|
-
const printNode = buildNodePrinter(navigationBreadcrumbsSourceFile);
|
|
206
|
-
const importDeclarations = [
|
|
207
|
-
{
|
|
208
|
-
namedImports: ["Breadcrumbs"],
|
|
209
|
-
moduleSpecifier: "@powerhousedao/design-system/connect",
|
|
210
|
-
},
|
|
211
|
-
];
|
|
212
|
-
navigationBreadcrumbsSourceFile.addImportDeclarations(importDeclarations);
|
|
213
|
-
const breadcrumbs = buildSelfClosingJsxElement("Breadcrumbs");
|
|
214
|
-
const wrapperDiv = buildJsxElement("div", [breadcrumbs], [buildClassNameAttribute("border-b border-gray-200 pb-3 space-y-3")]);
|
|
215
|
-
const returnStatement = buildReturn(wrapperDiv);
|
|
216
|
-
const statements = [returnStatement].map(printNode);
|
|
217
|
-
navigationBreadcrumbsSourceFile.addFunction({
|
|
218
|
-
name: "NavigationBreadcrumbs",
|
|
219
|
-
isExported: true,
|
|
220
|
-
docs: ["Shows the navigation breadcrumbs for the selected drive or folder"],
|
|
221
|
-
parameters: [],
|
|
222
|
-
statements,
|
|
223
|
-
});
|
|
224
|
-
formatSourceFileWithPrettier(navigationBreadcrumbsSourceFile);
|
|
225
|
-
}
|
|
226
|
-
export function makeFoldersFile({ project, editorComponentsDirPath, }) {
|
|
227
|
-
const foldersFilePath = path.join(editorComponentsDirPath, "Folders.tsx");
|
|
228
|
-
const { alreadyExists, sourceFile: foldersSourceFile } = getOrCreateSourceFile(project, foldersFilePath);
|
|
229
|
-
if (alreadyExists)
|
|
230
|
-
return;
|
|
231
|
-
const importDeclarations = [
|
|
232
|
-
{
|
|
233
|
-
namedImports: ["FolderItem"],
|
|
234
|
-
moduleSpecifier: "@powerhousedao/design-system/connect",
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
namedImports: ["useNodesInSelectedDriveOrFolder", "isFolderNodeKind"],
|
|
238
|
-
moduleSpecifier: "@powerhousedao/reactor-browser",
|
|
239
|
-
},
|
|
240
|
-
];
|
|
241
|
-
foldersSourceFile.addImportDeclarations(importDeclarations);
|
|
242
|
-
foldersSourceFile.addFunction({
|
|
243
|
-
name: "Folders",
|
|
244
|
-
isExported: true,
|
|
245
|
-
docs: ["Shows the folders in the selected drive or folder"],
|
|
246
|
-
parameters: [],
|
|
247
|
-
statements: [
|
|
248
|
-
tsx `
|
|
249
|
-
const nodes = useNodesInSelectedDriveOrFolder();
|
|
250
|
-
const folderNodes = nodes.filter((n) => isFolderNodeKind(n));
|
|
251
|
-
const hasFolders = folderNodes.length > 0;
|
|
252
|
-
if (!hasFolders) return null;
|
|
253
|
-
|
|
254
|
-
return (
|
|
255
|
-
<div>
|
|
256
|
-
<h3 className="mb-2 text-sm font-bold text-gray-600">Folders</h3>
|
|
257
|
-
<div className="flex flex-wrap gap-4">
|
|
258
|
-
{folderNodes.map((folderNode) => (
|
|
259
|
-
<FolderItem key={folderNode.id} folderNode={folderNode} />
|
|
260
|
-
))}
|
|
261
|
-
</div>
|
|
262
|
-
</div>
|
|
263
|
-
);`.raw,
|
|
264
|
-
],
|
|
265
|
-
});
|
|
266
|
-
formatSourceFileWithPrettier(foldersSourceFile);
|
|
267
|
-
}
|
|
268
|
-
export function makeFilesFile({ project, editorComponentsDirPath, }) {
|
|
269
|
-
const filesFilePath = path.join(editorComponentsDirPath, "Files.tsx");
|
|
270
|
-
const { alreadyExists, sourceFile: filesSourceFile } = getOrCreateSourceFile(project, filesFilePath);
|
|
271
|
-
if (alreadyExists)
|
|
272
|
-
return;
|
|
273
|
-
const importDeclarations = [
|
|
274
|
-
{
|
|
275
|
-
namedImports: ["FileItem"],
|
|
276
|
-
moduleSpecifier: "@powerhousedao/design-system/connect",
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
namedImports: ["useNodesInSelectedDriveOrFolder", "isFileNodeKind"],
|
|
280
|
-
moduleSpecifier: "@powerhousedao/reactor-browser",
|
|
281
|
-
},
|
|
282
|
-
];
|
|
283
|
-
filesSourceFile.addImportDeclarations(importDeclarations);
|
|
284
|
-
const statements = [
|
|
285
|
-
tsx `const nodes = useNodesInSelectedDriveOrFolder();`.raw,
|
|
286
|
-
tsx `const fileNodes = nodes.filter((n) => isFileNodeKind(n));`.raw,
|
|
287
|
-
tsx `const hasFiles = fileNodes.length > 0;`.raw,
|
|
288
|
-
tsx `if (!hasFiles) return null;`.raw,
|
|
289
|
-
tsx `return (
|
|
290
|
-
<div>
|
|
291
|
-
<h3 className="mb-2 text-sm font-semibold text-gray-600">Documents</h3>
|
|
292
|
-
<div className="flex flex-wrap gap-4">
|
|
293
|
-
{fileNodes.map((fileNode) => (
|
|
294
|
-
<FileItem key={fileNode.id} fileNode={fileNode} />
|
|
295
|
-
))}
|
|
296
|
-
</div>
|
|
297
|
-
</div>
|
|
298
|
-
);`.raw,
|
|
299
|
-
];
|
|
300
|
-
filesSourceFile.addFunction({
|
|
301
|
-
name: "Files",
|
|
302
|
-
isExported: true,
|
|
303
|
-
docs: ["Shows the files in the selected drive or folder"],
|
|
304
|
-
parameters: [],
|
|
305
|
-
statements,
|
|
306
|
-
});
|
|
307
|
-
formatSourceFileWithPrettier(filesSourceFile);
|
|
308
|
-
}
|
|
309
|
-
function makeDriveExplorerFile({ project, editorComponentsDirPath, }) {
|
|
310
|
-
const driveExplorerFilePath = path.join(editorComponentsDirPath, "DriveExplorer.tsx");
|
|
311
|
-
const { alreadyExists, sourceFile: driveExplorerSourceFile } = getOrCreateSourceFile(project, driveExplorerFilePath);
|
|
312
|
-
if (alreadyExists)
|
|
313
|
-
return;
|
|
314
|
-
driveExplorerSourceFile.replaceWithText(driveExplorerFileTemplate);
|
|
315
|
-
formatSourceFileWithPrettier(driveExplorerSourceFile);
|
|
316
|
-
}
|
|
317
|
-
export function makeFolderTreeFile({ project, editorComponentsDirPath, }) {
|
|
318
|
-
const folderTreeFilePath = path.join(editorComponentsDirPath, "FolderTree.tsx");
|
|
319
|
-
const { alreadyExists, sourceFile: folderTreeSourceFile } = getOrCreateSourceFile(project, folderTreeFilePath);
|
|
320
|
-
if (alreadyExists)
|
|
321
|
-
return;
|
|
322
|
-
folderTreeSourceFile.replaceWithText(folderTreeFileTemplate);
|
|
323
|
-
formatSourceFileWithPrettier(folderTreeSourceFile);
|
|
324
|
-
}
|
|
325
|
-
export function makeEmptyStateFile({ project, editorComponentsDirPath, }) {
|
|
326
|
-
const emptyStateFilePath = path.join(editorComponentsDirPath, "EmptyState.tsx");
|
|
327
|
-
const { alreadyExists, sourceFile: emptyStateSourceFile } = getOrCreateSourceFile(project, emptyStateFilePath);
|
|
328
|
-
if (alreadyExists)
|
|
329
|
-
return;
|
|
330
|
-
emptyStateSourceFile.replaceWithText(emptyStateFileTemplate);
|
|
331
|
-
formatSourceFileWithPrettier(emptyStateSourceFile);
|
|
332
|
-
}
|
|
333
|
-
export function makeCreateDocumentFile({ project, editorComponentsDirPath, }) {
|
|
334
|
-
const createDocumentFilePath = path.join(editorComponentsDirPath, "CreateDocument.tsx");
|
|
335
|
-
const { alreadyExists, sourceFile: createDocumentSourceFile } = getOrCreateSourceFile(project, createDocumentFilePath);
|
|
336
|
-
if (alreadyExists)
|
|
337
|
-
return;
|
|
338
|
-
createDocumentSourceFile.replaceWithText(createDocumentFileTemplate);
|
|
339
|
-
formatSourceFileWithPrettier(createDocumentSourceFile);
|
|
340
|
-
}
|
|
341
|
-
//# sourceMappingURL=drive-editor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"drive-editor.js","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/drive-editor.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editor-common.d.ts","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/editor-common.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAaxC,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,QAU1E"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { editorModuleOutputFileName, editorModuleTypeName, editorModuleVariableName, editorModuleVariableType, } from "../constants.js";
|
|
2
|
-
import { buildEditorsDirPath, buildEditorSourceFilesPath, } from "../name-builders/editor-files.js";
|
|
3
|
-
import { makeModulesFile } from "./module-files.js";
|
|
4
|
-
export function makeEditorsModulesFile(project, projectDir) {
|
|
5
|
-
makeModulesFile({
|
|
6
|
-
project,
|
|
7
|
-
modulesDirPath: buildEditorsDirPath(projectDir),
|
|
8
|
-
modulesSourceFilesPath: buildEditorSourceFilesPath(projectDir),
|
|
9
|
-
outputFileName: editorModuleOutputFileName,
|
|
10
|
-
typeName: editorModuleTypeName,
|
|
11
|
-
variableName: editorModuleVariableName,
|
|
12
|
-
variableType: editorModuleVariableType,
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=editor-common.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editor-common.js","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/editor-common.ts"],"names":[],"mappings":"AACA,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,mBAAmB,EACnB,0BAA0B,GAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,UAAU,sBAAsB,CAAC,OAAgB,EAAE,UAAkB;IACzE,eAAe,CAAC;QACd,OAAO;QACP,cAAc,EAAE,mBAAmB,CAAC,UAAU,CAAC;QAC/C,sBAAsB,EAAE,0BAA0B,CAAC,UAAU,CAAC;QAC9D,cAAc,EAAE,0BAA0B;QAC1C,QAAQ,EAAE,oBAAoB;QAC9B,YAAY,EAAE,wBAAwB;QACtC,YAAY,EAAE,wBAAwB;KACvC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { Project } from "ts-morph";
|
|
2
|
-
type MakeLegacyIndexFileArgs = {
|
|
3
|
-
/** The project to make the legacy index file for */
|
|
4
|
-
project: Project;
|
|
5
|
-
/** The directory containing the module.ts files to generate from */
|
|
6
|
-
modulesDirPath: string;
|
|
7
|
-
modules: {
|
|
8
|
-
name: string;
|
|
9
|
-
moduleSpecifier: string;
|
|
10
|
-
}[];
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Makes a legacy index.ts file for the modules file which exports the modules as individual exports instead of an array of named exports.
|
|
14
|
-
*/
|
|
15
|
-
export declare function makeLegacyIndexFile({ project, modulesDirPath, modules, }: MakeLegacyIndexFileArgs): void;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=index-files.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-files.d.ts","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/index-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGxC,KAAK,uBAAuB,GAAG;IAC7B,oDAAoD;IACpD,OAAO,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,EAAE,MAAM,CAAC;KACzB,EAAE,CAAC;CACL,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,OAAO,EACP,cAAc,EACd,OAAO,GACR,EAAE,uBAAuB,QAqBzB"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { buildModulesOutputFilePath } from "../name-builders/common-files.js";
|
|
2
|
-
/**
|
|
3
|
-
* Makes a legacy index.ts file for the modules file which exports the modules as individual exports instead of an array of named exports.
|
|
4
|
-
*/
|
|
5
|
-
export function makeLegacyIndexFile({ project, modulesDirPath, modules, }) {
|
|
6
|
-
const indexSourceFilePath = buildModulesOutputFilePath(modulesDirPath, "index.ts");
|
|
7
|
-
// get the source file for the index.ts file if it exists
|
|
8
|
-
let indexSourceFile = project.getSourceFile(indexSourceFilePath);
|
|
9
|
-
// if the index.ts file doesn't exist, create it
|
|
10
|
-
if (!indexSourceFile) {
|
|
11
|
-
indexSourceFile = project.createSourceFile(indexSourceFilePath, "");
|
|
12
|
-
}
|
|
13
|
-
else {
|
|
14
|
-
indexSourceFile.replaceWithText("");
|
|
15
|
-
}
|
|
16
|
-
indexSourceFile.addExportDeclarations(modules.map(({ name, moduleSpecifier }) => ({
|
|
17
|
-
namedExports: [name],
|
|
18
|
-
moduleSpecifier,
|
|
19
|
-
})));
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=index-files.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-files.js","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/index-files.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAa9E;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,EAClC,OAAO,EACP,cAAc,EACd,OAAO,GACiB;IACxB,MAAM,mBAAmB,GAAG,0BAA0B,CACpD,cAAc,EACd,UAAU,CACX,CAAC;IAEF,yDAAyD;IACzD,IAAI,eAAe,GAAG,OAAO,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;IACjE,gDAAgD;IAChD,IAAI,CAAC,eAAe,EAAE,CAAC;QACrB,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;SAAM,CAAC;QACN,eAAe,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IACtC,CAAC;IAED,eAAe,CAAC,qBAAqB,CACnC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,CAAC;QAC1C,YAAY,EAAE,CAAC,IAAI,CAAC;QACpB,eAAe;KAChB,CAAC,CAAC,CACJ,CAAC;AACJ,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { Project } from "ts-morph";
|
|
2
|
-
type MakeModuleFileArgs = {
|
|
3
|
-
/** The project to make the modules file for */
|
|
4
|
-
project: Project;
|
|
5
|
-
/** The directory containing the module.ts files to generate from */
|
|
6
|
-
modulesDirPath: string;
|
|
7
|
-
/** The path to the module.ts files to generate from */
|
|
8
|
-
modulesSourceFilesPath: string;
|
|
9
|
-
/** The name of the output file which exports the modules, e.g. 'document-models.ts' or 'editors.ts' */
|
|
10
|
-
outputFileName: string;
|
|
11
|
-
/** The type name of the modules exported by the module.ts files, e.g. 'DocumentModelModule' or 'EditorModule' */
|
|
12
|
-
typeName: string;
|
|
13
|
-
/** The name of the variable that exports the modules, e.g. 'documentModels' or 'editors' */
|
|
14
|
-
variableName: string;
|
|
15
|
-
/** The type of the variable that exports the modules, e.g. 'DocumentModelModule<any>[]' or 'EditorModule[]' */
|
|
16
|
-
variableType: string;
|
|
17
|
-
/** Whether to make a legacy index.ts file for the modules, to be removed in the future */
|
|
18
|
-
shouldMakeLegacyIndexFile?: boolean;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Makes a file which exports the modules from the module.ts files in the given directory as a variable declaration.
|
|
22
|
-
*/
|
|
23
|
-
export declare function makeModulesFile({ project, modulesDirPath, modulesSourceFilesPath, outputFileName, typeName, variableName, variableType, shouldMakeLegacyIndexFile, }: MakeModuleFileArgs): void;
|
|
24
|
-
export {};
|
|
25
|
-
//# sourceMappingURL=module-files.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"module-files.d.ts","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/module-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAMxC,KAAK,kBAAkB,GAAG;IACxB,+CAA+C;IAC/C,OAAO,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,cAAc,EAAE,MAAM,CAAC;IACvB,uDAAuD;IACvD,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uGAAuG;IACvG,cAAc,EAAE,MAAM,CAAC;IACvB,iHAAiH;IACjH,QAAQ,EAAE,MAAM,CAAC;IACjB,4FAA4F;IAC5F,YAAY,EAAE,MAAM,CAAC;IACrB,+GAA+G;IAC/G,YAAY,EAAE,MAAM,CAAC;IACrB,0FAA0F;IAC1F,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC,CAAC;AAEF;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAC9B,OAAO,EACP,cAAc,EACd,sBAAsB,EACtB,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,yBAAgC,GACjC,EAAE,kBAAkB,QAyGpB"}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { SyntaxKind, VariableDeclarationKind } from "ts-morph";
|
|
2
|
-
import { buildModulesOutputFilePath } from "../name-builders/common-files.js";
|
|
3
|
-
import { getVariableDeclarationByTypeName } from "../syntax-getters.js";
|
|
4
|
-
import { makeLegacyIndexFile } from "./index-files.js";
|
|
5
|
-
/**
|
|
6
|
-
* Makes a file which exports the modules from the module.ts files in the given directory as a variable declaration.
|
|
7
|
-
*/
|
|
8
|
-
export function makeModulesFile({ project, modulesDirPath, modulesSourceFilesPath, outputFileName, typeName, variableName, variableType, shouldMakeLegacyIndexFile = true, }) {
|
|
9
|
-
// we only need the files in the directory we're creating the modules file from
|
|
10
|
-
project.addSourceFilesAtPaths(modulesSourceFilesPath);
|
|
11
|
-
let modulesDir = project.getDirectory(modulesDirPath);
|
|
12
|
-
if (!modulesDir) {
|
|
13
|
-
modulesDir = project.addDirectoryAtPath(modulesDirPath);
|
|
14
|
-
}
|
|
15
|
-
const moduleFiles = modulesDir
|
|
16
|
-
.getDescendantSourceFiles()
|
|
17
|
-
.filter((file) => file.getFilePath().includes(`module.ts`));
|
|
18
|
-
// get the variable declaration for the module object exported by each module.ts file by the given type name
|
|
19
|
-
const moduleDeclarations = moduleFiles.map((file) => getVariableDeclarationByTypeName(file, typeName));
|
|
20
|
-
const modules = moduleDeclarations
|
|
21
|
-
.filter((module) => module !== undefined)
|
|
22
|
-
.map((module) => {
|
|
23
|
-
const name = module.getName();
|
|
24
|
-
const sourceFile = module.getSourceFile();
|
|
25
|
-
const parentDir = sourceFile.getDirectory();
|
|
26
|
-
const parentDirName = parentDir.getBaseName();
|
|
27
|
-
const moduleSpecifier = `./${parentDirName}/module.js`;
|
|
28
|
-
return { name, moduleSpecifier };
|
|
29
|
-
});
|
|
30
|
-
const moduleExportsFilePath = buildModulesOutputFilePath(modulesDirPath, outputFileName);
|
|
31
|
-
// get the source file for the modules file if it exists
|
|
32
|
-
let moduleExportsSourceFile = project.getSourceFile(moduleExportsFilePath);
|
|
33
|
-
// if the modules file doesn't exist, create it
|
|
34
|
-
if (!moduleExportsSourceFile) {
|
|
35
|
-
moduleExportsSourceFile = project.createSourceFile(moduleExportsFilePath, "");
|
|
36
|
-
}
|
|
37
|
-
else {
|
|
38
|
-
moduleExportsSourceFile.replaceWithText("");
|
|
39
|
-
}
|
|
40
|
-
const typeImport = {
|
|
41
|
-
namedImports: [typeName],
|
|
42
|
-
moduleSpecifier: "document-model",
|
|
43
|
-
isTypeOnly: true,
|
|
44
|
-
};
|
|
45
|
-
const moduleImports = modules.map(({ name, moduleSpecifier }) => ({
|
|
46
|
-
namedImports: [name],
|
|
47
|
-
moduleSpecifier,
|
|
48
|
-
}));
|
|
49
|
-
const imports = [typeImport, ...moduleImports];
|
|
50
|
-
moduleExportsSourceFile.addImportDeclarations(imports);
|
|
51
|
-
// create the variable statement for the modules file
|
|
52
|
-
// start as an empty array
|
|
53
|
-
const moduleExportsVariableStatementInput = {
|
|
54
|
-
isExported: true,
|
|
55
|
-
declarationKind: VariableDeclarationKind.Const,
|
|
56
|
-
declarations: [
|
|
57
|
-
{
|
|
58
|
-
name: variableName,
|
|
59
|
-
type: variableType,
|
|
60
|
-
initializer: `[]`,
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
};
|
|
64
|
-
// get the variable statement for the modules file if it exists
|
|
65
|
-
let moduleExportsVariableStatement = moduleExportsSourceFile.getVariableStatement(variableName);
|
|
66
|
-
// if the variable statement doesn't exist, create it
|
|
67
|
-
if (!moduleExportsVariableStatement) {
|
|
68
|
-
moduleExportsVariableStatement =
|
|
69
|
-
moduleExportsSourceFile.addVariableStatement(moduleExportsVariableStatementInput);
|
|
70
|
-
}
|
|
71
|
-
else {
|
|
72
|
-
// if the variable statement exists, set it to the new variable statement
|
|
73
|
-
moduleExportsVariableStatement.set(moduleExportsVariableStatementInput);
|
|
74
|
-
}
|
|
75
|
-
// get the array literal expression for the variable statement
|
|
76
|
-
const arrayLiteral = moduleExportsVariableStatement
|
|
77
|
-
.getDeclarations()
|
|
78
|
-
.at(0)
|
|
79
|
-
?.getInitializerIfKind(SyntaxKind.ArrayLiteralExpression);
|
|
80
|
-
// add the module declaration names to the array literal expression
|
|
81
|
-
arrayLiteral?.addElements(modules.map((module) => module.name), { useNewLines: true });
|
|
82
|
-
// we also need to export each module from the index.ts file for backwards compatibility
|
|
83
|
-
if (shouldMakeLegacyIndexFile) {
|
|
84
|
-
makeLegacyIndexFile({
|
|
85
|
-
project,
|
|
86
|
-
modulesDirPath,
|
|
87
|
-
modules,
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
project.saveSync();
|
|
91
|
-
}
|
|
92
|
-
//# sourceMappingURL=module-files.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"module-files.js","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/module-files.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,gCAAgC,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAqBvD;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,EAC9B,OAAO,EACP,cAAc,EACd,sBAAsB,EACtB,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,yBAAyB,GAAG,IAAI,GACb;IACnB,+EAA+E;IAC/E,OAAO,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,CAAC;IAEtD,IAAI,UAAU,GAAG,OAAO,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;IACtD,IAAI,CAAC,UAAU,EAAE,CAAC;QAChB,UAAU,GAAG,OAAO,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAAC;IAC1D,CAAC;IACD,MAAM,WAAW,GAAG,UAAU;SAC3B,wBAAwB,EAAE;SAC1B,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC;IAE9D,4GAA4G;IAC5G,MAAM,kBAAkB,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAClD,gCAAgC,CAAC,IAAI,EAAE,QAAQ,CAAC,CACjD,CAAC;IAEF,MAAM,OAAO,GAAG,kBAAkB;SAC/B,MAAM,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,KAAK,SAAS,CAAC;SACxC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;QACd,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9B,MAAM,UAAU,GAAG,MAAM,CAAC,aAAa,EAAE,CAAC;QAC1C,MAAM,SAAS,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;QAC5C,MAAM,aAAa,GAAG,SAAS,CAAC,WAAW,EAAE,CAAC;QAC9C,MAAM,eAAe,GAAG,KAAK,aAAa,YAAY,CAAC;QACvD,OAAO,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;IACnC,CAAC,CAAC,CAAC;IAEL,MAAM,qBAAqB,GAAG,0BAA0B,CACtD,cAAc,EACd,cAAc,CACf,CAAC;IAEF,wDAAwD;IACxD,IAAI,uBAAuB,GAAG,OAAO,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAC3E,+CAA+C;IAC/C,IAAI,CAAC,uBAAuB,EAAE,CAAC;QAC7B,uBAAuB,GAAG,OAAO,CAAC,gBAAgB,CAChD,qBAAqB,EACrB,EAAE,CACH,CAAC;IACJ,CAAC;SAAM,CAAC;QACN,uBAAuB,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IAC9C,CAAC;IAED,MAAM,UAAU,GAAG;QACjB,YAAY,EAAE,CAAC,QAAQ,CAAC;QACxB,eAAe,EAAE,gBAAgB;QACjC,UAAU,EAAE,IAAI;KACjB,CAAC;IACF,MAAM,aAAa,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,CAAC;QAChE,YAAY,EAAE,CAAC,IAAI,CAAC;QACpB,eAAe;KAChB,CAAC,CAAC,CAAC;IACJ,MAAM,OAAO,GAAG,CAAC,UAAU,EAAE,GAAG,aAAa,CAAC,CAAC;IAC/C,uBAAuB,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAEvD,qDAAqD;IACrD,0BAA0B;IAC1B,MAAM,mCAAmC,GAAG;QAC1C,UAAU,EAAE,IAAI;QAChB,eAAe,EAAE,uBAAuB,CAAC,KAAK;QAC9C,YAAY,EAAE;YACZ;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,YAAY;gBAClB,WAAW,EAAE,IAAI;aAClB;SACF;KACF,CAAC;IACF,+DAA+D;IAC/D,IAAI,8BAA8B,GAChC,uBAAuB,CAAC,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAC7D,qDAAqD;IACrD,IAAI,CAAC,8BAA8B,EAAE,CAAC;QACpC,8BAA8B;YAC5B,uBAAuB,CAAC,oBAAoB,CAC1C,mCAAmC,CACpC,CAAC;IACN,CAAC;SAAM,CAAC;QACN,yEAAyE;QACzE,8BAA8B,CAAC,GAAG,CAAC,mCAAmC,CAAC,CAAC;IAC1E,CAAC;IACD,8DAA8D;IAC9D,MAAM,YAAY,GAAG,8BAA8B;SAChD,eAAe,EAAE;SACjB,EAAE,CAAC,CAAC,CAAC;QACN,EAAE,oBAAoB,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAE5D,mEAAmE;IACnE,YAAY,EAAE,WAAW,CACvB,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EACpC,EAAE,WAAW,EAAE,IAAI,EAAE,CACtB,CAAC;IAEF,wFAAwF;IACxF,IAAI,yBAAyB,EAAE,CAAC;QAC9B,mBAAmB,CAAC;YAClB,OAAO;YACP,cAAc;YACd,OAAO;SACR,CAAC,CAAC;IACL,CAAC;IAED,OAAO,CAAC,QAAQ,EAAE,CAAC;AACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgraphs.d.ts","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/subgraphs.ts"],"names":[],"mappings":"AAGA,KAAK,0BAA0B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,CAAC;AACzD,wBAAgB,sBAAsB,CAAC,EACrC,UAAU,GACX,EAAE,0BAA0B,QA8D5B"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import path from "path";
|
|
2
|
-
import { IndentationText, Project } from "ts-morph";
|
|
3
|
-
export function makeSubgraphsIndexFile({ projectDir, }) {
|
|
4
|
-
// use the local tsconfig.json file for a given project
|
|
5
|
-
const tsConfigFilePath = path.join(projectDir, "tsconfig.json");
|
|
6
|
-
const project = new Project({
|
|
7
|
-
tsConfigFilePath,
|
|
8
|
-
// don't add files from the tsconfig.json file, only use the ones we need
|
|
9
|
-
skipAddingFilesFromTsConfig: true,
|
|
10
|
-
// don't load library files, we only need the files we're adding
|
|
11
|
-
skipLoadingLibFiles: true,
|
|
12
|
-
// use formatting rules which match prettier
|
|
13
|
-
manipulationSettings: {
|
|
14
|
-
useTrailingCommas: true,
|
|
15
|
-
indentationText: IndentationText.TwoSpaces,
|
|
16
|
-
},
|
|
17
|
-
});
|
|
18
|
-
project.addSourceFilesAtPaths(`${projectDir}/subgraphs/**/*`);
|
|
19
|
-
const subgraphsDir = project.getDirectory(path.join(projectDir, "subgraphs"));
|
|
20
|
-
const subgraphsSubdirs = subgraphsDir?.getDirectories() ?? [];
|
|
21
|
-
let subgraphsIndexSourceFile = project.getSourceFile(path.join(projectDir, "subgraphs/index.ts"));
|
|
22
|
-
if (!subgraphsIndexSourceFile) {
|
|
23
|
-
subgraphsIndexSourceFile = project.createSourceFile(path.join(projectDir, "subgraphs/index.js"), "");
|
|
24
|
-
}
|
|
25
|
-
for (const subgraphSubdir of subgraphsSubdirs) {
|
|
26
|
-
const subgraphIndexSourceFilePath = `${subgraphSubdir.getPath()}/index.ts`;
|
|
27
|
-
const subgraphIndexSourceFile = project.getSourceFile(subgraphIndexSourceFilePath);
|
|
28
|
-
if (!subgraphIndexSourceFile) {
|
|
29
|
-
continue;
|
|
30
|
-
}
|
|
31
|
-
const subgraphClassExport = subgraphIndexSourceFile
|
|
32
|
-
.getClasses()
|
|
33
|
-
.find((c) => c.getBaseClass()?.getText().includes("BaseSubgraph"));
|
|
34
|
-
const subgraphClassName = subgraphClassExport?.getName();
|
|
35
|
-
if (!subgraphClassName) {
|
|
36
|
-
continue;
|
|
37
|
-
}
|
|
38
|
-
const indexFileExports = subgraphsIndexSourceFile
|
|
39
|
-
.getExportDeclarations()
|
|
40
|
-
.map((e) => e.getNamespaceExport()?.getText())
|
|
41
|
-
.filter((e) => e !== undefined)
|
|
42
|
-
.join();
|
|
43
|
-
if (indexFileExports.includes(subgraphClassName)) {
|
|
44
|
-
continue;
|
|
45
|
-
}
|
|
46
|
-
subgraphsIndexSourceFile.addExportDeclaration({
|
|
47
|
-
namespaceExport: subgraphClassName,
|
|
48
|
-
moduleSpecifier: `./${subgraphSubdir.getBaseName()}/index.js`,
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
project.saveSync();
|
|
52
|
-
}
|
|
53
|
-
//# sourceMappingURL=subgraphs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgraphs.js","sourceRoot":"","sources":["../../../../src/ts-morph-utils/file-builders/subgraphs.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGpD,MAAM,UAAU,sBAAsB,CAAC,EACrC,UAAU,GACiB;IAC3B,uDAAuD;IACvD,MAAM,gBAAgB,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,eAAe,CAAC,CAAC;IAEhE,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC;QAC1B,gBAAgB;QAChB,yEAAyE;QACzE,2BAA2B,EAAE,IAAI;QACjC,gEAAgE;QAChE,mBAAmB,EAAE,IAAI;QACzB,4CAA4C;QAC5C,oBAAoB,EAAE;YACpB,iBAAiB,EAAE,IAAI;YACvB,eAAe,EAAE,eAAe,CAAC,SAAS;SAC3C;KACF,CAAC,CAAC;IAEH,OAAO,CAAC,qBAAqB,CAAC,GAAG,UAAU,iBAAiB,CAAC,CAAC;IAE9D,MAAM,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC,CAAC;IAC9E,MAAM,gBAAgB,GAAG,YAAY,EAAE,cAAc,EAAE,IAAI,EAAE,CAAC;IAE9D,IAAI,wBAAwB,GAAG,OAAO,CAAC,aAAa,CAClD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAC5C,CAAC;IACF,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAC9B,wBAAwB,GAAG,OAAO,CAAC,gBAAgB,CACjD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,oBAAoB,CAAC,EAC3C,EAAE,CACH,CAAC;IACJ,CAAC;IAED,KAAK,MAAM,cAAc,IAAI,gBAAgB,EAAE,CAAC;QAC9C,MAAM,2BAA2B,GAAG,GAAG,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC;QAC3E,MAAM,uBAAuB,GAAG,OAAO,CAAC,aAAa,CACnD,2BAA2B,CAC5B,CAAC;QACF,IAAI,CAAC,uBAAuB,EAAE,CAAC;YAC7B,SAAS;QACX,CAAC;QACD,MAAM,mBAAmB,GAAG,uBAAuB;aAChD,UAAU,EAAE;aACZ,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC;QACrE,MAAM,iBAAiB,GAAG,mBAAmB,EAAE,OAAO,EAAE,CAAC;QACzD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,SAAS;QACX,CAAC;QACD,MAAM,gBAAgB,GAAG,wBAAwB;aAC9C,qBAAqB,EAAE;aACvB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,kBAAkB,EAAE,EAAE,OAAO,EAAE,CAAC;aAC7C,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,SAAS,CAAC;aAC9B,IAAI,EAAE,CAAC;QACV,IAAI,gBAAgB,CAAC,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACjD,SAAS;QACX,CAAC;QACD,wBAAwB,CAAC,oBAAoB,CAAC;YAC5C,eAAe,EAAE,iBAAiB;YAClC,eAAe,EAAE,KAAK,cAAc,CAAC,WAAW,EAAE,WAAW;SAC9D,CAAC,CAAC;IACL,CAAC;IAED,OAAO,CAAC,QAAQ,EAAE,CAAC;AACrB,CAAC"}
|