@bubblydoo/uxp-test-framework-plugin 0.0.8 → 0.0.9
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-vite/{cli-CHBMTgYc.js → cli-44bGj_kl.js} +88609 -88609
- package/dist-vite/cli-44bGj_kl.js.map +1 -0
- package/dist-vite/cli.d.ts +1 -1
- package/dist-vite/cli.js +15 -15
- package/dist-vite/{index-B82GTETV.js → index-CooNDnAn.js} +16 -16
- package/dist-vite/{index-B82GTETV.js.map → index-CooNDnAn.js.map} +1 -1
- package/package.json +13 -12
- package/src-plugin/bolt-uxp-ws-listener.ts +13 -11
- package/src-plugin/components/ErrorView.tsx +22 -9
- package/src-plugin/index-react.tsx +7 -7
- package/src-plugin/lib/resolvePath.ts +6 -4
- package/src-plugin/main.tsx +52 -44
- package/src-plugin/tests.d.ts +2 -2
- package/dist-vite/cli-CHBMTgYc.js.map +0 -1
package/dist-vite/cli.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function runCli(processArgv: string[], cwd: string): Promise<void>;
|
|
1
|
+
export function runCli(processArgv: string[], cwd: string): Promise<void>;
|
package/dist-vite/cli.js
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
|
+
import 'node:fs/promises';
|
|
2
|
+
import 'node:path';
|
|
3
|
+
export { f as runCli } from './cli-44bGj_kl.js';
|
|
1
4
|
import 'vite';
|
|
2
|
-
|
|
5
|
+
import 'node:url';
|
|
6
|
+
import 'node:fs';
|
|
3
7
|
import 'path';
|
|
4
|
-
import 'fs
|
|
8
|
+
import 'fs';
|
|
9
|
+
import 'url';
|
|
10
|
+
import 'tailwindcss';
|
|
11
|
+
import 'node:querystring';
|
|
12
|
+
import 'module';
|
|
13
|
+
import 'node:crypto';
|
|
14
|
+
import 'chokidar';
|
|
15
|
+
import 'tty';
|
|
16
|
+
import 'util';
|
|
5
17
|
import 'os';
|
|
18
|
+
import 'fs/promises';
|
|
6
19
|
import 'child_process';
|
|
7
20
|
import 'http';
|
|
8
21
|
import 'events';
|
|
@@ -11,25 +24,12 @@ import 'net';
|
|
|
11
24
|
import 'tls';
|
|
12
25
|
import 'crypto';
|
|
13
26
|
import 'stream';
|
|
14
|
-
import 'url';
|
|
15
27
|
import 'zlib';
|
|
16
28
|
import 'buffer';
|
|
17
|
-
import 'fs';
|
|
18
29
|
import 'constants';
|
|
19
|
-
import 'util';
|
|
20
30
|
import 'assert';
|
|
21
31
|
import 'string_decoder';
|
|
22
|
-
import 'node:url';
|
|
23
|
-
import 'node:path';
|
|
24
|
-
import 'node:fs';
|
|
25
|
-
import 'node:fs/promises';
|
|
26
32
|
import 'node:events';
|
|
27
33
|
import 'node:stream';
|
|
28
34
|
import 'node:string_decoder';
|
|
29
|
-
import 'node:querystring';
|
|
30
|
-
import 'module';
|
|
31
|
-
import 'node:crypto';
|
|
32
|
-
import 'chokidar';
|
|
33
|
-
import 'tty';
|
|
34
|
-
import 'tailwindcss';
|
|
35
35
|
//# sourceMappingURL=cli.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as requirePicocolors, c as commonjsGlobal, a as requireSrc, g as getAugmentedNamespace, b as requireBrowserslist, d as commonjsRequire, e as getDefaultExportFromCjs } from './cli-
|
|
1
|
+
import { r as requirePicocolors, c as commonjsGlobal, a as requireSrc, g as getAugmentedNamespace, b as requireBrowserslist, d as commonjsRequire, e as getDefaultExportFromCjs } from './cli-44bGj_kl.js';
|
|
2
2
|
import require$$0$2 from 'assert';
|
|
3
|
-
import
|
|
3
|
+
import require$$1__default from 'path';
|
|
4
4
|
import require$$0__default from 'fs';
|
|
5
5
|
import require$$2 from 'url';
|
|
6
6
|
import require$$12 from 'module';
|
|
@@ -47899,7 +47899,7 @@ function requireNormalizeAndLoadMetadata () {
|
|
|
47899
47899
|
normalizeAndLoadMetadata.hasExports = hasExports;
|
|
47900
47900
|
normalizeAndLoadMetadata.isSideEffectImport = isSideEffectImport;
|
|
47901
47901
|
normalizeAndLoadMetadata.validateImportInteropOption = validateImportInteropOption;
|
|
47902
|
-
var _path =
|
|
47902
|
+
var _path = require$$1__default;
|
|
47903
47903
|
var _helperValidatorIdentifier = requireLib$p();
|
|
47904
47904
|
function hasExports(metadata) {
|
|
47905
47905
|
return metadata.hasExports;
|
|
@@ -50192,7 +50192,7 @@ function require_package () {
|
|
|
50192
50192
|
});
|
|
50193
50193
|
_package.findPackageData = findPackageData;
|
|
50194
50194
|
function _path() {
|
|
50195
|
-
const data =
|
|
50195
|
+
const data = require$$1__default;
|
|
50196
50196
|
_path = function () {
|
|
50197
50197
|
return data;
|
|
50198
50198
|
};
|
|
@@ -54287,7 +54287,7 @@ function requireResolveTargets () {
|
|
|
54287
54287
|
resolveTargets.resolveBrowserslistConfigFile = resolveBrowserslistConfigFile;
|
|
54288
54288
|
resolveTargets.resolveTargets = resolveTargets$1;
|
|
54289
54289
|
function _path() {
|
|
54290
|
-
const data =
|
|
54290
|
+
const data = require$$1__default;
|
|
54291
54291
|
_path = function () {
|
|
54292
54292
|
return data;
|
|
54293
54293
|
};
|
|
@@ -54550,7 +54550,7 @@ function requireItem () {
|
|
|
54550
54550
|
item.createItemFromDescriptor = createItemFromDescriptor;
|
|
54551
54551
|
item.getItemDescriptor = getItemDescriptor;
|
|
54552
54552
|
function _path() {
|
|
54553
|
-
const data =
|
|
54553
|
+
const data = require$$1__default;
|
|
54554
54554
|
_path = function () {
|
|
54555
54555
|
return data;
|
|
54556
54556
|
};
|
|
@@ -55181,7 +55181,7 @@ function requirePatternToRegex () {
|
|
|
55181
55181
|
});
|
|
55182
55182
|
patternToRegex.default = pathToPattern;
|
|
55183
55183
|
function _path() {
|
|
55184
|
-
const data =
|
|
55184
|
+
const data = require$$1__default;
|
|
55185
55185
|
_path = function () {
|
|
55186
55186
|
return data;
|
|
55187
55187
|
};
|
|
@@ -55348,7 +55348,7 @@ function requireConfigChain () {
|
|
|
55348
55348
|
configChain.buildPresetChainWalker = void 0;
|
|
55349
55349
|
configChain.buildRootChain = buildRootChain;
|
|
55350
55350
|
function _path() {
|
|
55351
|
-
const data =
|
|
55351
|
+
const data = require$$1__default;
|
|
55352
55352
|
_path = function () {
|
|
55353
55353
|
return data;
|
|
55354
55354
|
};
|
|
@@ -55919,7 +55919,7 @@ function requirePartial () {
|
|
|
55919
55919
|
partial.default = loadPrivatePartialConfig;
|
|
55920
55920
|
partial.loadPartialConfig = loadPartialConfig;
|
|
55921
55921
|
function _path() {
|
|
55922
|
-
const data =
|
|
55922
|
+
const data = require$$1__default;
|
|
55923
55923
|
_path = function () {
|
|
55924
55924
|
return data;
|
|
55925
55925
|
};
|
|
@@ -56646,7 +56646,7 @@ function requireNormalizeOpts () {
|
|
|
56646
56646
|
});
|
|
56647
56647
|
normalizeOpts.default = normalizeOptions;
|
|
56648
56648
|
function _path() {
|
|
56649
|
-
const data =
|
|
56649
|
+
const data = require$$1__default;
|
|
56650
56650
|
_path = function () {
|
|
56651
56651
|
return data;
|
|
56652
56652
|
};
|
|
@@ -57446,7 +57446,7 @@ function requireNormalizeFile () {
|
|
|
57446
57446
|
return data;
|
|
57447
57447
|
}
|
|
57448
57448
|
function _path() {
|
|
57449
|
-
const data =
|
|
57449
|
+
const data = require$$1__default;
|
|
57450
57450
|
_path = function () {
|
|
57451
57451
|
return data;
|
|
57452
57452
|
};
|
|
@@ -63787,7 +63787,7 @@ function requireModuleTypes () {
|
|
|
63787
63787
|
moduleTypes.supportsESM = void 0;
|
|
63788
63788
|
var _async = requireAsync();
|
|
63789
63789
|
function _path() {
|
|
63790
|
-
const data =
|
|
63790
|
+
const data = require$$1__default;
|
|
63791
63791
|
_path = function () {
|
|
63792
63792
|
return data;
|
|
63793
63793
|
};
|
|
@@ -64013,7 +64013,7 @@ function requireConfiguration () {
|
|
|
64013
64013
|
return data;
|
|
64014
64014
|
}
|
|
64015
64015
|
function _path() {
|
|
64016
|
-
const data =
|
|
64016
|
+
const data = require$$1__default;
|
|
64017
64017
|
_path = function () {
|
|
64018
64018
|
return data;
|
|
64019
64019
|
};
|
|
@@ -64323,7 +64323,7 @@ function requireImportMetaResolve () {
|
|
|
64323
64323
|
return data;
|
|
64324
64324
|
}
|
|
64325
64325
|
function _path() {
|
|
64326
|
-
const data =
|
|
64326
|
+
const data = require$$1__default;
|
|
64327
64327
|
_path = function () {
|
|
64328
64328
|
return data;
|
|
64329
64329
|
};
|
|
@@ -65351,7 +65351,7 @@ function requirePlugins () {
|
|
|
65351
65351
|
return data;
|
|
65352
65352
|
}
|
|
65353
65353
|
function _path() {
|
|
65354
|
-
const data =
|
|
65354
|
+
const data = require$$1__default;
|
|
65355
65355
|
_path = function () {
|
|
65356
65356
|
return data;
|
|
65357
65357
|
};
|
|
@@ -66053,4 +66053,4 @@ var index$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
66053
66053
|
}, [libExports]);
|
|
66054
66054
|
|
|
66055
66055
|
export { index$1 as i };
|
|
66056
|
-
//# sourceMappingURL=index-
|
|
66056
|
+
//# sourceMappingURL=index-CooNDnAn.js.map
|