@dxos/plugin-debug 0.6.12-staging.e11e696 → 0.6.13-main.041e8aa
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/lib/browser/{DebugGlobal-H56M2VL4.mjs → DebugGlobal-EKGO6BLV.mjs} +5 -5
- package/dist/lib/browser/{DebugSpace-J4YF3H67.mjs → DebugSpace-TLPUA5XE.mjs} +10 -10
- package/dist/lib/browser/{chunk-KXZKF6LX.mjs → chunk-2HTS7SNO.mjs} +4 -5
- package/dist/lib/browser/chunk-2HTS7SNO.mjs.map +7 -0
- package/dist/lib/browser/{chunk-G6OQPL2E.mjs → chunk-6Y463JSP.mjs} +3 -3
- package/dist/lib/browser/{chunk-ED5L5YYI.mjs → chunk-FMLIYWVW.mjs} +2 -2
- package/dist/lib/browser/index.mjs +15 -15
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/meta.mjs +1 -1
- package/dist/types/src/meta.d.ts +4 -6
- package/dist/types/src/meta.d.ts.map +1 -1
- package/package.json +38 -37
- package/src/{meta.tsx → meta.ts} +3 -3
- package/dist/lib/browser/chunk-KXZKF6LX.mjs.map +0 -7
- /package/dist/lib/browser/{DebugGlobal-H56M2VL4.mjs.map → DebugGlobal-EKGO6BLV.mjs.map} +0 -0
- /package/dist/lib/browser/{DebugSpace-J4YF3H67.mjs.map → DebugSpace-TLPUA5XE.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-G6OQPL2E.mjs.map → chunk-6Y463JSP.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-ED5L5YYI.mjs.map → chunk-FMLIYWVW.mjs.map} +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DebugPanel
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FMLIYWVW.mjs";
|
|
4
4
|
|
|
5
|
-
// packages/plugins/
|
|
5
|
+
// packages/plugins/plugin-debug/src/components/DebugGlobal.tsx
|
|
6
6
|
import { Gauge, Graph as GraphIcon, Gear, Toolbox, Warning } from "@phosphor-icons/react";
|
|
7
7
|
import React2, { useEffect, useState as useState2 } from "react";
|
|
8
8
|
import { useClient, useConfig } from "@dxos/react-client";
|
|
9
9
|
import { Button, ToggleGroup, ToggleGroupItem } from "@dxos/react-ui";
|
|
10
10
|
import { getSize, mx as mx2 } from "@dxos/react-ui-theme";
|
|
11
11
|
|
|
12
|
-
// packages/plugins/
|
|
12
|
+
// packages/plugins/plugin-debug/src/components/Tree.tsx
|
|
13
13
|
import React, { useState } from "react";
|
|
14
14
|
import { SyntaxHighlighter } from "@dxos/react-ui-syntax-highlighter";
|
|
15
15
|
import { mx } from "@dxos/react-ui-theme";
|
|
@@ -92,7 +92,7 @@ var Box = ({ children, className, ...props }) => {
|
|
|
92
92
|
}, children);
|
|
93
93
|
};
|
|
94
94
|
|
|
95
|
-
// packages/plugins/
|
|
95
|
+
// packages/plugins/plugin-debug/src/components/DebugGlobal.tsx
|
|
96
96
|
var DebugGlobal = ({ graph }) => {
|
|
97
97
|
const [view, setView] = useState2("graph");
|
|
98
98
|
const [data, setData] = useState2({});
|
|
@@ -168,4 +168,4 @@ var DebugGlobal_default = DebugGlobal;
|
|
|
168
168
|
export {
|
|
169
169
|
DebugGlobal_default as default
|
|
170
170
|
};
|
|
171
|
-
//# sourceMappingURL=DebugGlobal-
|
|
171
|
+
//# sourceMappingURL=DebugGlobal-EKGO6BLV.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DebugContext
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-6Y463JSP.mjs";
|
|
4
|
+
import "./chunk-2HTS7SNO.mjs";
|
|
5
5
|
import {
|
|
6
6
|
DebugPanel
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FMLIYWVW.mjs";
|
|
8
8
|
|
|
9
|
-
// packages/plugins/
|
|
9
|
+
// packages/plugins/plugin-debug/src/components/DebugSpace.tsx
|
|
10
10
|
import { ArrowClockwise, DownloadSimple, Flag, FlagPennant, HandPalm, Play, PlusMinus, Timer, UserCirclePlus } from "@phosphor-icons/react";
|
|
11
11
|
import React2, { useContext, useMemo as useMemo2, useState as useState2 } from "react";
|
|
12
12
|
import { DocumentType as DocumentType2 } from "@dxos/plugin-markdown/types";
|
|
@@ -20,12 +20,12 @@ import { Button as Button2, Input, useFileDownload } from "@dxos/react-ui";
|
|
|
20
20
|
import { getSize, mx } from "@dxos/react-ui-theme";
|
|
21
21
|
import { safeParseInt } from "@dxos/util";
|
|
22
22
|
|
|
23
|
-
// packages/plugins/
|
|
23
|
+
// packages/plugins/plugin-debug/src/components/ObjectCreator.tsx
|
|
24
24
|
import React, { useMemo, useState } from "react";
|
|
25
25
|
import { Button, DensityProvider } from "@dxos/react-ui";
|
|
26
26
|
import { createColumnBuilder, Table } from "@dxos/react-ui-table";
|
|
27
27
|
|
|
28
|
-
// packages/plugins/
|
|
28
|
+
// packages/plugins/plugin-debug/src/scaffolding/generator.ts
|
|
29
29
|
import { createShapeId, defaultBindingUtils, defaultShapeUtils, defaultTools, Editor } from "@tldraw/tldraw";
|
|
30
30
|
import { sleep } from "@dxos/async";
|
|
31
31
|
import { next as A } from "@dxos/automerge/automerge";
|
|
@@ -37,7 +37,7 @@ import { TLDrawStoreAdapter } from "@dxos/plugin-sketch/sdk";
|
|
|
37
37
|
import { CanvasType, DiagramType, TLDRAW_SCHEMA } from "@dxos/plugin-sketch/types";
|
|
38
38
|
import { faker } from "@dxos/random";
|
|
39
39
|
import { createDocAccessor } from "@dxos/react-client/echo";
|
|
40
|
-
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/
|
|
40
|
+
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/plugin-debug/src/scaffolding/generator.ts";
|
|
41
41
|
var SchemasNames;
|
|
42
42
|
(function(SchemasNames2) {
|
|
43
43
|
SchemasNames2["document"] = "dxos.org/type/Document";
|
|
@@ -164,7 +164,7 @@ var MutationsGenerators = {
|
|
|
164
164
|
};
|
|
165
165
|
var createSpaceObjectGenerator = (space) => new SpaceObjectGenerator(space, SchemasMap, ObjectGenerators, MutationsGenerators);
|
|
166
166
|
|
|
167
|
-
// packages/plugins/
|
|
167
|
+
// packages/plugins/plugin-debug/src/components/ObjectCreator.tsx
|
|
168
168
|
var CREATE_OBJECTS_IN_ONE_CHUNK = 10;
|
|
169
169
|
var ObjectCreator = ({ space, onAddObjects }) => {
|
|
170
170
|
const generator = useMemo(() => createSpaceObjectGenerator(space), [
|
|
@@ -255,7 +255,7 @@ var ObjectCreator = ({ space, onAddObjects }) => {
|
|
|
255
255
|
}, "Create"));
|
|
256
256
|
};
|
|
257
257
|
|
|
258
|
-
// packages/plugins/
|
|
258
|
+
// packages/plugins/plugin-debug/src/components/DebugSpace.tsx
|
|
259
259
|
var DEFAULT_COUNT = 100;
|
|
260
260
|
var DEFAULT_PERIOD = 500;
|
|
261
261
|
var DEFAULT_JITTER = 50;
|
|
@@ -410,4 +410,4 @@ var DebugSpace_default = DebugSpace;
|
|
|
410
410
|
export {
|
|
411
411
|
DebugSpace_default as default
|
|
412
412
|
};
|
|
413
|
-
//# sourceMappingURL=DebugSpace-
|
|
413
|
+
//# sourceMappingURL=DebugSpace-TLPUA5XE.mjs.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
// packages/plugins/
|
|
2
|
-
import { pluginMeta } from "@dxos/app-framework";
|
|
1
|
+
// packages/plugins/plugin-debug/src/meta.ts
|
|
3
2
|
var DEBUG_PLUGIN = "dxos.org/plugin/debug";
|
|
4
|
-
var meta_default =
|
|
3
|
+
var meta_default = {
|
|
5
4
|
id: DEBUG_PLUGIN,
|
|
6
5
|
name: "Debug",
|
|
7
6
|
description: "DXOS debugging tools.",
|
|
@@ -9,10 +8,10 @@ var meta_default = pluginMeta({
|
|
|
9
8
|
"experimental"
|
|
10
9
|
],
|
|
11
10
|
icon: "ph--bug--regular"
|
|
12
|
-
}
|
|
11
|
+
};
|
|
13
12
|
|
|
14
13
|
export {
|
|
15
14
|
DEBUG_PLUGIN,
|
|
16
15
|
meta_default
|
|
17
16
|
};
|
|
18
|
-
//# sourceMappingURL=chunk-
|
|
17
|
+
//# sourceMappingURL=chunk-2HTS7SNO.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/meta.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const DEBUG_PLUGIN = 'dxos.org/plugin/debug';\n\nexport default {\n id: DEBUG_PLUGIN,\n name: 'Debug',\n description: 'DXOS debugging tools.',\n tags: ['experimental'],\n icon: 'ph--bug--regular',\n} satisfies PluginMeta;\n"],
|
|
5
|
+
"mappings": ";AAMO,IAAMA,eAAe;AAE5B,IAAA,eAAe;EACbC,IAAID;EACJE,MAAM;EACNC,aAAa;EACbC,MAAM;IAAC;;EACPC,MAAM;AACR;",
|
|
6
|
+
"names": ["DEBUG_PLUGIN", "id", "name", "description", "tags", "icon"]
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEBUG_PLUGIN
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2HTS7SNO.mjs";
|
|
4
4
|
|
|
5
|
-
// packages/plugins/
|
|
5
|
+
// packages/plugins/plugin-debug/src/types.ts
|
|
6
6
|
import { createContext } from "react";
|
|
7
7
|
var DEBUG_ACTION = `${DEBUG_PLUGIN}/action`;
|
|
8
8
|
var DebugAction;
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
DebugAction,
|
|
22
22
|
DebugContext
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=chunk-
|
|
24
|
+
//# sourceMappingURL=chunk-6Y463JSP.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// packages/plugins/
|
|
1
|
+
// packages/plugins/plugin-debug/src/components/DebugPanel.tsx
|
|
2
2
|
import { formatDistance } from "date-fns";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { useConfig } from "@dxos/react-client";
|
|
@@ -24,4 +24,4 @@ var DebugPanel = ({ menu, children }) => {
|
|
|
24
24
|
export {
|
|
25
25
|
DebugPanel
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-FMLIYWVW.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DebugAction,
|
|
3
3
|
DebugContext
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-6Y463JSP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
DEBUG_PLUGIN,
|
|
7
7
|
meta_default
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2HTS7SNO.mjs";
|
|
9
9
|
|
|
10
|
-
// packages/plugins/
|
|
10
|
+
// packages/plugins/plugin-debug/src/DebugPlugin.tsx
|
|
11
11
|
import React5, { useEffect as useEffect3, useState as useState3 } from "react";
|
|
12
12
|
import { getPlugin, parseGraphPlugin as parseGraphPlugin2, parseIntentPlugin, resolvePlugin } from "@dxos/app-framework";
|
|
13
13
|
import { Timer } from "@dxos/async";
|
|
@@ -20,10 +20,10 @@ import { SpaceState, isSpace } from "@dxos/react-client/echo";
|
|
|
20
20
|
import { Main } from "@dxos/react-ui";
|
|
21
21
|
import { baseSurface, topbarBlockPaddingStart, fixedInsetFlexLayout, bottombarBlockPaddingEnd } from "@dxos/react-ui-theme";
|
|
22
22
|
|
|
23
|
-
// packages/plugins/
|
|
23
|
+
// packages/plugins/plugin-debug/src/components/index.ts
|
|
24
24
|
import React4 from "react";
|
|
25
25
|
|
|
26
|
-
// packages/plugins/
|
|
26
|
+
// packages/plugins/plugin-debug/src/components/DebugSettings.tsx
|
|
27
27
|
import { Gift, DownloadSimple, FirstAidKit } from "@phosphor-icons/react";
|
|
28
28
|
import React, { useEffect, useState } from "react";
|
|
29
29
|
import { parseFileManagerPlugin, useResolvePlugin } from "@dxos/app-framework";
|
|
@@ -34,7 +34,7 @@ import { useClient } from "@dxos/react-client";
|
|
|
34
34
|
import { useTranslation, Button, Toast, Input, useFileDownload, Select } from "@dxos/react-ui";
|
|
35
35
|
import { getSize, mx } from "@dxos/react-ui-theme";
|
|
36
36
|
import { setDeep } from "@dxos/util";
|
|
37
|
-
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/
|
|
37
|
+
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/plugin-debug/src/components/DebugSettings.tsx";
|
|
38
38
|
var StorageAdapters = {
|
|
39
39
|
opfs: defs.Runtime.Client.Storage.StorageDriver.WEBFS,
|
|
40
40
|
idb: defs.Runtime.Client.Storage.StorageDriver.IDB
|
|
@@ -171,7 +171,7 @@ var updateConfig = (config, setConfig, path, value) => {
|
|
|
171
171
|
});
|
|
172
172
|
};
|
|
173
173
|
|
|
174
|
-
// packages/plugins/
|
|
174
|
+
// packages/plugins/plugin-debug/src/components/DebugStatus.tsx
|
|
175
175
|
import { ChartBar, Circle, Lightning, LightningSlash } from "@phosphor-icons/react";
|
|
176
176
|
import React2, { useEffect as useEffect2, useRef, useState as useState2 } from "react";
|
|
177
177
|
import { firstIdInPart, parseGraphPlugin, parseNavigationPlugin, useResolvePlugin as useResolvePlugin2 } from "@dxos/app-framework";
|
|
@@ -183,7 +183,7 @@ import { StatusBar } from "@dxos/plugin-status-bar";
|
|
|
183
183
|
import { ConnectionState } from "@dxos/protocols/proto/dxos/client/services";
|
|
184
184
|
import { useNetworkStatus } from "@dxos/react-client/mesh";
|
|
185
185
|
import { getSize as getSize2, mx as mx2 } from "@dxos/react-ui-theme";
|
|
186
|
-
var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/plugins/
|
|
186
|
+
var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/plugins/plugin-debug/src/components/DebugStatus.tsx";
|
|
187
187
|
var styles = {
|
|
188
188
|
success: "text-sky-300 dark:text-green-700",
|
|
189
189
|
warning: "text-orange-300 dark:text-orange-600",
|
|
@@ -315,7 +315,7 @@ var DebugStatus = () => {
|
|
|
315
315
|
})));
|
|
316
316
|
};
|
|
317
317
|
|
|
318
|
-
// packages/plugins/
|
|
318
|
+
// packages/plugins/plugin-debug/src/components/Wireframe.tsx
|
|
319
319
|
import React3 from "react";
|
|
320
320
|
import { useResizeDetector } from "react-resize-detector";
|
|
321
321
|
import { useAttendableAttributes } from "@dxos/react-ui-attention";
|
|
@@ -361,11 +361,11 @@ var Wireframe = ({ label, data, className }) => {
|
|
|
361
361
|
})));
|
|
362
362
|
};
|
|
363
363
|
|
|
364
|
-
// packages/plugins/
|
|
365
|
-
var DebugGlobal = React4.lazy(() => import("./DebugGlobal-
|
|
366
|
-
var DebugSpace = React4.lazy(() => import("./DebugSpace-
|
|
364
|
+
// packages/plugins/plugin-debug/src/components/index.ts
|
|
365
|
+
var DebugGlobal = React4.lazy(() => import("./DebugGlobal-EKGO6BLV.mjs"));
|
|
366
|
+
var DebugSpace = React4.lazy(() => import("./DebugSpace-TLPUA5XE.mjs"));
|
|
367
367
|
|
|
368
|
-
// packages/plugins/
|
|
368
|
+
// packages/plugins/plugin-debug/src/translations.ts
|
|
369
369
|
var translations_default = [
|
|
370
370
|
{
|
|
371
371
|
"en-US": {
|
|
@@ -396,7 +396,7 @@ var translations_default = [
|
|
|
396
396
|
}
|
|
397
397
|
];
|
|
398
398
|
|
|
399
|
-
// packages/plugins/
|
|
399
|
+
// packages/plugins/plugin-debug/src/DebugPlugin.tsx
|
|
400
400
|
var SETTINGS_KEY = DEBUG_PLUGIN + "/settings";
|
|
401
401
|
var DebugPlugin = () => {
|
|
402
402
|
const settings = new LocalStorageStore(DEBUG_PLUGIN, {
|
|
@@ -644,7 +644,7 @@ var DebugPlugin = () => {
|
|
|
644
644
|
};
|
|
645
645
|
};
|
|
646
646
|
|
|
647
|
-
// packages/plugins/
|
|
647
|
+
// packages/plugins/plugin-debug/src/index.ts
|
|
648
648
|
var src_default = DebugPlugin;
|
|
649
649
|
export {
|
|
650
650
|
DebugPlugin,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/plugins/experimental/plugin-debug/src/meta.tsx":{"bytes":1395,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/DebugSettings.tsx":{"bytes":22433,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-settings","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/meta.tsx","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/DebugStatus.tsx":{"bytes":22833,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/Wireframe.tsx":{"bytes":5700,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/DebugPanel.tsx":{"bytes":4021,"imports":[{"path":"date-fns","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/Tree.tsx":{"bytes":10132,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/DebugGlobal.tsx":{"bytes":10577,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugPanel.tsx","kind":"import-statement","original":"./DebugPanel"},{"path":"packages/plugins/experimental/plugin-debug/src/components/Tree.tsx","kind":"import-statement","original":"./Tree"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/scaffolding/generator.ts":{"bytes":15978,"imports":[{"path":"@tldraw/tldraw","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/echo-generator","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/sdk","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/scaffolding/index.ts":{"bytes":527,"imports":[{"path":"packages/plugins/experimental/plugin-debug/src/scaffolding/generator.ts","kind":"import-statement","original":"./generator"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/ObjectCreator.tsx":{"bytes":12270,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/scaffolding/index.ts","kind":"import-statement","original":"../scaffolding"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/types.ts":{"bytes":2694,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/meta.tsx","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/DebugSpace.tsx":{"bytes":24398,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugPanel.tsx","kind":"import-statement","original":"./DebugPanel"},{"path":"packages/plugins/experimental/plugin-debug/src/components/ObjectCreator.tsx","kind":"import-statement","original":"./ObjectCreator"},{"path":"packages/plugins/experimental/plugin-debug/src/scaffolding/index.ts","kind":"import-statement","original":"../scaffolding"},{"path":"packages/plugins/experimental/plugin-debug/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/components/index.ts":{"bytes":1503,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"},{"path":"packages/plugins/experimental/plugin-debug/src/components/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugGlobal.tsx","kind":"dynamic-import","original":"./DebugGlobal"},{"path":"packages/plugins/experimental/plugin-debug/src/components/DebugSpace.tsx","kind":"dynamic-import","original":"./DebugSpace"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/translations.ts":{"bytes":4357,"imports":[{"path":"packages/plugins/experimental/plugin-debug/src/meta.tsx","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/DebugPlugin.tsx":{"bytes":37024,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/src/components/index.ts","kind":"import-statement","original":"./components"},{"path":"packages/plugins/experimental/plugin-debug/src/meta.tsx","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/experimental/plugin-debug/src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/plugins/experimental/plugin-debug/src/types.ts","kind":"import-statement","original":"./types"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"packages/plugins/experimental/plugin-debug/src/index.ts":{"bytes":782,"imports":[{"path":"packages/plugins/experimental/plugin-debug/src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"},{"path":"packages/plugins/experimental/plugin-debug/src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"}],"format":"esm"}},"outputs":{"packages/plugins/experimental/plugin-debug/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":44912},"packages/plugins/experimental/plugin-debug/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-G6OQPL2E.mjs","kind":"import-statement"},{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-settings","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugGlobal-H56M2VL4.mjs","kind":"dynamic-import"},{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugSpace-J4YF3H67.mjs","kind":"dynamic-import"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","SETTINGS_KEY","default"],"entryPoint":"packages/plugins/experimental/plugin-debug/src/index.ts","inputs":{"packages/plugins/experimental/plugin-debug/src/DebugPlugin.tsx":{"bytesInOutput":9600},"packages/plugins/experimental/plugin-debug/src/components/index.ts":{"bytesInOutput":176},"packages/plugins/experimental/plugin-debug/src/components/DebugSettings.tsx":{"bytesInOutput":6234},"packages/plugins/experimental/plugin-debug/src/components/DebugStatus.tsx":{"bytesInOutput":5261},"packages/plugins/experimental/plugin-debug/src/components/Wireframe.tsx":{"bytesInOutput":1632},"packages/plugins/experimental/plugin-debug/src/translations.ts":{"bytesInOutput":1297},"packages/plugins/experimental/plugin-debug/src/index.ts":{"bytesInOutput":31}},"bytes":25112},"packages/plugins/experimental/plugin-debug/dist/lib/browser/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/experimental/plugin-debug/dist/lib/browser/meta.mjs":{"imports":[{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs","kind":"import-statement"}],"exports":["DEBUG_PLUGIN","default"],"entryPoint":"packages/plugins/experimental/plugin-debug/src/meta.tsx","inputs":{},"bytes":159},"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugGlobal-H56M2VL4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":10741},"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugGlobal-H56M2VL4.mjs":{"imports":[{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-ED5L5YYI.mjs","kind":"import-statement"},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/experimental/plugin-debug/src/components/DebugGlobal.tsx","inputs":{"packages/plugins/experimental/plugin-debug/src/components/DebugGlobal.tsx":{"bytesInOutput":2994},"packages/plugins/experimental/plugin-debug/src/components/Tree.tsx":{"bytesInOutput":2694}},"bytes":6063},"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugSpace-J4YF3H67.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":27141},"packages/plugins/experimental/plugin-debug/dist/lib/browser/DebugSpace-J4YF3H67.mjs":{"imports":[{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-G6OQPL2E.mjs","kind":"import-statement"},{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs","kind":"import-statement"},{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-ED5L5YYI.mjs","kind":"import-statement"},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@tldraw/tldraw","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/echo-generator","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/sdk","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/experimental/plugin-debug/src/components/DebugSpace.tsx","inputs":{"packages/plugins/experimental/plugin-debug/src/components/DebugSpace.tsx":{"bytesInOutput":6626},"packages/plugins/experimental/plugin-debug/src/components/ObjectCreator.tsx":{"bytesInOutput":2964},"packages/plugins/experimental/plugin-debug/src/scaffolding/generator.ts":{"bytesInOutput":4044},"packages/plugins/experimental/plugin-debug/src/scaffolding/index.ts":{"bytesInOutput":0}},"bytes":14256},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-G6OQPL2E.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1538},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-G6OQPL2E.mjs":{"imports":[{"path":"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true}],"exports":["DebugAction","DebugContext"],"inputs":{"packages/plugins/experimental/plugin-debug/src/types.ts":{"bytesInOutput":364}},"bytes":566},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":653},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-KXZKF6LX.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DEBUG_PLUGIN","meta_default"],"inputs":{"packages/plugins/experimental/plugin-debug/src/meta.tsx":{"bytesInOutput":268}},"bytes":415},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-ED5L5YYI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2147},"packages/plugins/experimental/plugin-debug/dist/lib/browser/chunk-ED5L5YYI.mjs":{"imports":[{"path":"date-fns","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["DebugPanel"],"inputs":{"packages/plugins/experimental/plugin-debug/src/components/DebugPanel.tsx":{"bytesInOutput":1063}},"bytes":1209}}}
|
|
1
|
+
{"inputs":{"packages/plugins/plugin-debug/src/meta.ts":{"bytes":1271,"imports":[],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugSettings.tsx":{"bytes":22420,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-settings","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugStatus.tsx":{"bytes":22820,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/Wireframe.tsx":{"bytes":5687,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugPanel.tsx":{"bytes":4008,"imports":[{"path":"date-fns","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/Tree.tsx":{"bytes":10119,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugGlobal.tsx":{"bytes":10564,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/DebugPanel.tsx","kind":"import-statement","original":"./DebugPanel"},{"path":"packages/plugins/plugin-debug/src/components/Tree.tsx","kind":"import-statement","original":"./Tree"}],"format":"esm"},"packages/plugins/plugin-debug/src/scaffolding/generator.ts":{"bytes":15965,"imports":[{"path":"@tldraw/tldraw","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/echo-generator","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/sdk","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/scaffolding/index.ts":{"bytes":514,"imports":[{"path":"packages/plugins/plugin-debug/src/scaffolding/generator.ts","kind":"import-statement","original":"./generator"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/ObjectCreator.tsx":{"bytes":12257,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/scaffolding/index.ts","kind":"import-statement","original":"../scaffolding"}],"format":"esm"},"packages/plugins/plugin-debug/src/types.ts":{"bytes":2681,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugSpace.tsx":{"bytes":24385,"imports":[{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/DebugPanel.tsx","kind":"import-statement","original":"./DebugPanel"},{"path":"packages/plugins/plugin-debug/src/components/ObjectCreator.tsx","kind":"import-statement","original":"./ObjectCreator"},{"path":"packages/plugins/plugin-debug/src/scaffolding/index.ts","kind":"import-statement","original":"../scaffolding"},{"path":"packages/plugins/plugin-debug/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/index.ts":{"bytes":1490,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"},{"path":"packages/plugins/plugin-debug/src/components/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"},{"path":"packages/plugins/plugin-debug/src/components/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"},{"path":"packages/plugins/plugin-debug/src/components/DebugGlobal.tsx","kind":"dynamic-import","original":"./DebugGlobal"},{"path":"packages/plugins/plugin-debug/src/components/DebugSpace.tsx","kind":"dynamic-import","original":"./DebugSpace"}],"format":"esm"},"packages/plugins/plugin-debug/src/translations.ts":{"bytes":4344,"imports":[{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/DebugPlugin.tsx":{"bytes":37011,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/index.ts","kind":"import-statement","original":"./components"},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-debug/src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"packages/plugins/plugin-debug/src/types.ts","kind":"import-statement","original":"./types"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/index.ts":{"bytes":769,"imports":[{"path":"packages/plugins/plugin-debug/src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"},{"path":"packages/plugins/plugin-debug/src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-debug/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":44912},"packages/plugins/plugin-debug/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-6Y463JSP.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-settings","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/dist/lib/browser/DebugGlobal-EKGO6BLV.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/DebugSpace-TLPUA5XE.mjs","kind":"dynamic-import"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","SETTINGS_KEY","default"],"entryPoint":"packages/plugins/plugin-debug/src/index.ts","inputs":{"packages/plugins/plugin-debug/src/DebugPlugin.tsx":{"bytesInOutput":9600},"packages/plugins/plugin-debug/src/components/index.ts":{"bytesInOutput":176},"packages/plugins/plugin-debug/src/components/DebugSettings.tsx":{"bytesInOutput":6221},"packages/plugins/plugin-debug/src/components/DebugStatus.tsx":{"bytesInOutput":5248},"packages/plugins/plugin-debug/src/components/Wireframe.tsx":{"bytesInOutput":1632},"packages/plugins/plugin-debug/src/translations.ts":{"bytesInOutput":1297},"packages/plugins/plugin-debug/src/index.ts":{"bytesInOutput":31}},"bytes":24969},"packages/plugins/plugin-debug/dist/lib/browser/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/plugin-debug/dist/lib/browser/meta.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs","kind":"import-statement"}],"exports":["DEBUG_PLUGIN","default"],"entryPoint":"packages/plugins/plugin-debug/src/meta.ts","inputs":{},"bytes":159},"packages/plugins/plugin-debug/dist/lib/browser/DebugGlobal-EKGO6BLV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":10741},"packages/plugins/plugin-debug/dist/lib/browser/DebugGlobal-EKGO6BLV.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-FMLIYWVW.mjs","kind":"import-statement"},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/components/DebugGlobal.tsx","inputs":{"packages/plugins/plugin-debug/src/components/DebugGlobal.tsx":{"bytesInOutput":2994},"packages/plugins/plugin-debug/src/components/Tree.tsx":{"bytesInOutput":2694}},"bytes":6024},"packages/plugins/plugin-debug/dist/lib/browser/DebugSpace-TLPUA5XE.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":27141},"packages/plugins/plugin-debug/dist/lib/browser/DebugSpace-TLPUA5XE.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-6Y463JSP.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-FMLIYWVW.mjs","kind":"import-statement"},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@tldraw/tldraw","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/echo-generator","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/sdk","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/components/DebugSpace.tsx","inputs":{"packages/plugins/plugin-debug/src/components/DebugSpace.tsx":{"bytesInOutput":6626},"packages/plugins/plugin-debug/src/components/ObjectCreator.tsx":{"bytesInOutput":2964},"packages/plugins/plugin-debug/src/scaffolding/generator.ts":{"bytesInOutput":4031},"packages/plugins/plugin-debug/src/scaffolding/index.ts":{"bytesInOutput":0}},"bytes":14178},"packages/plugins/plugin-debug/dist/lib/browser/chunk-6Y463JSP.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1538},"packages/plugins/plugin-debug/dist/lib/browser/chunk-6Y463JSP.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true}],"exports":["DebugAction","DebugContext"],"inputs":{"packages/plugins/plugin-debug/src/types.ts":{"bytesInOutput":364}},"bytes":553},"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":607},"packages/plugins/plugin-debug/dist/lib/browser/chunk-2HTS7SNO.mjs":{"imports":[],"exports":["DEBUG_PLUGIN","meta_default"],"inputs":{"packages/plugins/plugin-debug/src/meta.ts":{"bytesInOutput":206}},"bytes":339},"packages/plugins/plugin-debug/dist/lib/browser/chunk-FMLIYWVW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2147},"packages/plugins/plugin-debug/dist/lib/browser/chunk-FMLIYWVW.mjs":{"imports":[{"path":"date-fns","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["DebugPanel"],"inputs":{"packages/plugins/plugin-debug/src/components/DebugPanel.tsx":{"bytesInOutput":1063}},"bytes":1196}}}
|
package/dist/types/src/meta.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
export declare const DEBUG_PLUGIN = "dxos.org/plugin/debug";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
id: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
tags?: string[];
|
|
9
|
-
icon?: string;
|
|
4
|
+
name: string;
|
|
5
|
+
description: string;
|
|
6
|
+
tags: string[];
|
|
7
|
+
icon: string;
|
|
10
8
|
};
|
|
11
9
|
export default _default;
|
|
12
10
|
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,0BAA0B,CAAC;;;;;;;;AAEpD,wBAMuB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/plugin-debug",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.13-main.041e8aa",
|
|
4
4
|
"description": "DXOS Surface plugin for testing.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -36,36 +36,36 @@
|
|
|
36
36
|
"react-json-tree": "^0.18.0",
|
|
37
37
|
"react-resize-detector": "^11.0.1",
|
|
38
38
|
"react-syntax-highlighter": "^15.5.0",
|
|
39
|
-
"@dxos/
|
|
40
|
-
"@dxos/
|
|
41
|
-
"@dxos/client-services": "0.6.
|
|
42
|
-
"@dxos/automerge": "0.6.
|
|
43
|
-
"@dxos/
|
|
44
|
-
"@dxos/
|
|
45
|
-
"@dxos/echo-
|
|
46
|
-
"@dxos/
|
|
47
|
-
"@dxos/echo-
|
|
48
|
-
"@dxos/invariant": "0.6.
|
|
49
|
-
"@dxos/keys": "0.6.
|
|
50
|
-
"@dxos/local-storage": "0.6.
|
|
51
|
-
"@dxos/log": "0.6.
|
|
52
|
-
"@dxos/plugin-
|
|
53
|
-
"@dxos/plugin-
|
|
54
|
-
"@dxos/plugin-
|
|
55
|
-
"@dxos/plugin-
|
|
56
|
-
"@dxos/plugin-
|
|
57
|
-
"@dxos/plugin-
|
|
58
|
-
"@dxos/plugin-status-bar": "0.6.
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/plugin-
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/react-
|
|
65
|
-
"@dxos/react-
|
|
66
|
-
"@dxos/react-ui-
|
|
67
|
-
"@dxos/react-ui-
|
|
68
|
-
"@dxos/util": "0.6.
|
|
39
|
+
"@dxos/app-framework": "0.6.13-main.041e8aa",
|
|
40
|
+
"@dxos/async": "0.6.13-main.041e8aa",
|
|
41
|
+
"@dxos/client-services": "0.6.13-main.041e8aa",
|
|
42
|
+
"@dxos/automerge": "0.6.13-main.041e8aa",
|
|
43
|
+
"@dxos/devtools": "0.6.13-main.041e8aa",
|
|
44
|
+
"@dxos/echo-generator": "0.6.13-main.041e8aa",
|
|
45
|
+
"@dxos/echo-pipeline": "0.6.13-main.041e8aa",
|
|
46
|
+
"@dxos/config": "0.6.13-main.041e8aa",
|
|
47
|
+
"@dxos/echo-schema": "0.6.13-main.041e8aa",
|
|
48
|
+
"@dxos/invariant": "0.6.13-main.041e8aa",
|
|
49
|
+
"@dxos/keys": "0.6.13-main.041e8aa",
|
|
50
|
+
"@dxos/local-storage": "0.6.13-main.041e8aa",
|
|
51
|
+
"@dxos/log": "0.6.13-main.041e8aa",
|
|
52
|
+
"@dxos/plugin-client": "0.6.13-main.041e8aa",
|
|
53
|
+
"@dxos/plugin-graph": "0.6.13-main.041e8aa",
|
|
54
|
+
"@dxos/plugin-settings": "0.6.13-main.041e8aa",
|
|
55
|
+
"@dxos/plugin-sketch": "0.6.13-main.041e8aa",
|
|
56
|
+
"@dxos/plugin-space": "0.6.13-main.041e8aa",
|
|
57
|
+
"@dxos/plugin-markdown": "0.6.13-main.041e8aa",
|
|
58
|
+
"@dxos/plugin-status-bar": "0.6.13-main.041e8aa",
|
|
59
|
+
"@dxos/plugin-theme": "0.6.13-main.041e8aa",
|
|
60
|
+
"@dxos/random": "0.6.13-main.041e8aa",
|
|
61
|
+
"@dxos/plugin-table": "0.6.13-main.041e8aa",
|
|
62
|
+
"@dxos/react-hooks": "0.6.13-main.041e8aa",
|
|
63
|
+
"@dxos/protocols": "0.6.13-main.041e8aa",
|
|
64
|
+
"@dxos/react-ui-attention": "0.6.13-main.041e8aa",
|
|
65
|
+
"@dxos/react-client": "0.6.13-main.041e8aa",
|
|
66
|
+
"@dxos/react-ui-syntax-highlighter": "0.6.13-main.041e8aa",
|
|
67
|
+
"@dxos/react-ui-table": "0.6.13-main.041e8aa",
|
|
68
|
+
"@dxos/util": "0.6.13-main.041e8aa"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@phosphor-icons/react": "^2.1.5",
|
|
@@ -76,17 +76,18 @@
|
|
|
76
76
|
"react": "~18.2.0",
|
|
77
77
|
"react-dom": "~18.2.0",
|
|
78
78
|
"vite": "5.4.7",
|
|
79
|
-
"@dxos/
|
|
80
|
-
"@dxos/
|
|
81
|
-
"@dxos/react-ui-theme": "0.6.
|
|
82
|
-
"@dxos/storybook-utils": "0.6.
|
|
79
|
+
"@dxos/react-ui": "0.6.13-main.041e8aa",
|
|
80
|
+
"@dxos/random": "0.6.13-main.041e8aa",
|
|
81
|
+
"@dxos/react-ui-theme": "0.6.13-main.041e8aa",
|
|
82
|
+
"@dxos/storybook-utils": "0.6.13-main.041e8aa"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@phosphor-icons/react": "^2.1.5",
|
|
86
86
|
"react": "~18.2.0",
|
|
87
87
|
"react-dom": "~18.2.0",
|
|
88
|
-
"@dxos/
|
|
89
|
-
"@dxos/react-ui-theme": "0.6.
|
|
88
|
+
"@dxos/random": "0.6.13-main.041e8aa",
|
|
89
|
+
"@dxos/react-ui-theme": "0.6.13-main.041e8aa",
|
|
90
|
+
"@dxos/react-ui": "0.6.13-main.041e8aa"
|
|
90
91
|
},
|
|
91
92
|
"publishConfig": {
|
|
92
93
|
"access": "public"
|
package/src/{meta.tsx → meta.ts}
RENAMED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// Copyright 2023 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { type PluginMeta } from '@dxos/app-framework';
|
|
6
6
|
|
|
7
7
|
export const DEBUG_PLUGIN = 'dxos.org/plugin/debug';
|
|
8
8
|
|
|
9
|
-
export default
|
|
9
|
+
export default {
|
|
10
10
|
id: DEBUG_PLUGIN,
|
|
11
11
|
name: 'Debug',
|
|
12
12
|
description: 'DXOS debugging tools.',
|
|
13
13
|
tags: ['experimental'],
|
|
14
14
|
icon: 'ph--bug--regular',
|
|
15
|
-
}
|
|
15
|
+
} satisfies PluginMeta;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/meta.tsx"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { pluginMeta } from '@dxos/app-framework';\n\nexport const DEBUG_PLUGIN = 'dxos.org/plugin/debug';\n\nexport default pluginMeta({\n id: DEBUG_PLUGIN,\n name: 'Debug',\n description: 'DXOS debugging tools.',\n tags: ['experimental'],\n icon: 'ph--bug--regular',\n});\n"],
|
|
5
|
-
"mappings": ";AAIA,SAASA,kBAAkB;AAEpB,IAAMC,eAAe;AAE5B,IAAA,eAAeC,WAAW;EACxBC,IAAIF;EACJG,MAAM;EACNC,aAAa;EACbC,MAAM;IAAC;;EACPC,MAAM;AACR,CAAA;",
|
|
6
|
-
"names": ["pluginMeta", "DEBUG_PLUGIN", "pluginMeta", "id", "name", "description", "tags", "icon"]
|
|
7
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|