king-design-analyzer 2.1.6 → 2.1.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/ast/index.js +4 -3
- package/dist/ast/index.mjs +2 -1
- package/dist/chunk-2W6OCG2S.js +33356 -0
- package/dist/{chunk-BVQTJJYS.js → chunk-F26GUCGG.js} +2 -2
- package/dist/chunk-H2ET6MMM.mjs +33329 -0
- package/dist/chunk-JSBRDJBE.js +30 -0
- package/dist/{chunk-QSJKP7AO.mjs → chunk-OJOHB64C.mjs} +1 -1
- package/dist/chunk-UJCSKKID.mjs +27 -0
- package/dist/docs/index.js +1 -1
- package/dist/docs/index.mjs +1 -1
- package/dist/full/index.js +5 -4
- package/dist/full/index.mjs +3 -2
- package/dist/index.js +7 -6
- package/dist/index.mjs +3 -2
- package/dist/metadata/index.js +1 -1
- package/dist/metadata/index.mjs +1 -1
- package/dist/runtime/index.js +1 -0
- package/dist/runtime/index.mjs +1 -0
- package/dist/static/index.js +1 -0
- package/dist/static/index.mjs +1 -0
- package/package.json +1 -1
- package/dist/chunk-GW5YOUB7.js +0 -1054
- package/dist/chunk-UYVGHUC5.mjs +0 -1027
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
10
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
|
|
29
|
+
exports.__commonJS = __commonJS;
|
|
30
|
+
exports.__toESM = __toESM;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
8
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
20
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
21
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
22
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
23
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
24
|
+
mod
|
|
25
|
+
));
|
|
26
|
+
|
|
27
|
+
export { __commonJS, __toESM };
|
package/dist/docs/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
require('../chunk-JSBRDJBE.js');
|
|
3
4
|
var fs = require('fs');
|
|
4
5
|
var path = require('path');
|
|
5
6
|
|
|
@@ -24,7 +25,6 @@ function _interopNamespace(e) {
|
|
|
24
25
|
var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
|
|
25
26
|
var path__namespace = /*#__PURE__*/_interopNamespace(path);
|
|
26
27
|
|
|
27
|
-
// src/docs/index.ts
|
|
28
28
|
var DOCS_DIR = path__namespace.resolve(__dirname, "../../docs_for_llm");
|
|
29
29
|
function getDocsList() {
|
|
30
30
|
try {
|
package/dist/docs/index.mjs
CHANGED
package/dist/full/index.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var chunkF26GUCGG_js = require('../chunk-F26GUCGG.js');
|
|
4
|
+
require('../chunk-2W6OCG2S.js');
|
|
5
5
|
require('../chunk-D3Y6FGWA.js');
|
|
6
6
|
require('../chunk-HPAUCD5I.js');
|
|
7
|
+
require('../chunk-JSBRDJBE.js');
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
Object.defineProperty(exports, "validateCode", {
|
|
11
12
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkF26GUCGG_js.validateCode; }
|
|
13
14
|
});
|
|
14
15
|
Object.defineProperty(exports, "validateCodeSync", {
|
|
15
16
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkF26GUCGG_js.validateCodeSync; }
|
|
17
18
|
});
|
package/dist/full/index.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { validateCode, validateCodeSync } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { validateCode, validateCodeSync } from '../chunk-OJOHB64C.mjs';
|
|
2
|
+
import '../chunk-H2ET6MMM.mjs';
|
|
3
3
|
import '../chunk-NZ6TLWMD.mjs';
|
|
4
4
|
import '../chunk-L4DS3EXI.mjs';
|
|
5
|
+
import '../chunk-UJCSKKID.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkWYSRJVX4_js = require('./chunk-WYSRJVX4.js');
|
|
4
4
|
require('./chunk-YTEYDSDW.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
5
|
+
var chunkF26GUCGG_js = require('./chunk-F26GUCGG.js');
|
|
6
|
+
var chunk2W6OCG2S_js = require('./chunk-2W6OCG2S.js');
|
|
7
7
|
var chunkD3Y6FGWA_js = require('./chunk-D3Y6FGWA.js');
|
|
8
8
|
var chunkHPAUCD5I_js = require('./chunk-HPAUCD5I.js');
|
|
9
|
+
require('./chunk-JSBRDJBE.js');
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
@@ -15,19 +16,19 @@ Object.defineProperty(exports, "validateCompilation", {
|
|
|
15
16
|
});
|
|
16
17
|
Object.defineProperty(exports, "validateCode", {
|
|
17
18
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkF26GUCGG_js.validateCode; }
|
|
19
20
|
});
|
|
20
21
|
Object.defineProperty(exports, "validateCodeSync", {
|
|
21
22
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkF26GUCGG_js.validateCodeSync; }
|
|
23
24
|
});
|
|
24
25
|
Object.defineProperty(exports, "analyzeCodeWithAST", {
|
|
25
26
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk2W6OCG2S_js.analyzeCodeWithAST; }
|
|
27
28
|
});
|
|
28
29
|
Object.defineProperty(exports, "componentRegistry", {
|
|
29
30
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk2W6OCG2S_js.componentRegistry; }
|
|
31
32
|
});
|
|
32
33
|
Object.defineProperty(exports, "validateRuntimePrecheck", {
|
|
33
34
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { validateCompilation } from './chunk-DSWKLUIX.mjs';
|
|
2
2
|
import './chunk-5H7N2A5X.mjs';
|
|
3
|
-
export { validateCode, validateCodeSync } from './chunk-
|
|
4
|
-
export { analyzeCodeWithAST, componentRegistry } from './chunk-
|
|
3
|
+
export { validateCode, validateCodeSync } from './chunk-OJOHB64C.mjs';
|
|
4
|
+
export { analyzeCodeWithAST, componentRegistry } from './chunk-H2ET6MMM.mjs';
|
|
5
5
|
export { validateRuntimePrecheck } from './chunk-NZ6TLWMD.mjs';
|
|
6
6
|
export { compileSFC, scopeStyles } from './chunk-L4DS3EXI.mjs';
|
|
7
|
+
import './chunk-UJCSKKID.mjs';
|
package/dist/metadata/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
require('../chunk-JSBRDJBE.js');
|
|
3
4
|
var fs = require('fs');
|
|
4
5
|
var path = require('path');
|
|
5
6
|
var url = require('url');
|
|
@@ -26,7 +27,6 @@ function _interopNamespace(e) {
|
|
|
26
27
|
var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
|
|
27
28
|
var path__namespace = /*#__PURE__*/_interopNamespace(path);
|
|
28
29
|
|
|
29
|
-
// src/metadata/index.ts
|
|
30
30
|
var __filename$1 = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.js', document.baseURI).href)));
|
|
31
31
|
var __dirname$1 = path__namespace.dirname(__filename$1);
|
|
32
32
|
var COMPONENTS_DIR = path__namespace.resolve(__dirname$1, "../components");
|
package/dist/metadata/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import '../chunk-UJCSKKID.mjs';
|
|
1
2
|
import * as fs from 'fs';
|
|
2
3
|
import * as path from 'path';
|
|
3
4
|
import { fileURLToPath } from 'url';
|
|
4
5
|
|
|
5
|
-
// src/metadata/index.ts
|
|
6
6
|
var __filename$1 = fileURLToPath(import.meta.url);
|
|
7
7
|
var __dirname$1 = path.dirname(__filename$1);
|
|
8
8
|
var COMPONENTS_DIR = path.resolve(__dirname$1, "../components");
|
package/dist/runtime/index.js
CHANGED
package/dist/runtime/index.mjs
CHANGED
package/dist/static/index.js
CHANGED
package/dist/static/index.mjs
CHANGED
package/package.json
CHANGED