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.
@@ -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;
@@ -1,4 +1,4 @@
1
- import { analyzeCodeWithAST } from './chunk-UYVGHUC5.mjs';
1
+ import { analyzeCodeWithAST } from './chunk-H2ET6MMM.mjs';
2
2
  import { validateRuntimePrecheck } from './chunk-NZ6TLWMD.mjs';
3
3
  import { compileSFC } from './chunk-L4DS3EXI.mjs';
4
4
 
@@ -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 };
@@ -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 {
@@ -1,7 +1,7 @@
1
+ import '../chunk-UJCSKKID.mjs';
1
2
  import * as fs from 'fs';
2
3
  import * as path from 'path';
3
4
 
4
- // src/docs/index.ts
5
5
  var DOCS_DIR = path.resolve(__dirname, "../../docs_for_llm");
6
6
  function getDocsList() {
7
7
  try {
@@ -1,17 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkBVQTJJYS_js = require('../chunk-BVQTJJYS.js');
4
- require('../chunk-GW5YOUB7.js');
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 chunkBVQTJJYS_js.validateCode; }
13
+ get: function () { return chunkF26GUCGG_js.validateCode; }
13
14
  });
14
15
  Object.defineProperty(exports, "validateCodeSync", {
15
16
  enumerable: true,
16
- get: function () { return chunkBVQTJJYS_js.validateCodeSync; }
17
+ get: function () { return chunkF26GUCGG_js.validateCodeSync; }
17
18
  });
@@ -1,4 +1,5 @@
1
- export { validateCode, validateCodeSync } from '../chunk-QSJKP7AO.mjs';
2
- import '../chunk-UYVGHUC5.mjs';
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 chunkBVQTJJYS_js = require('./chunk-BVQTJJYS.js');
6
- var chunkGW5YOUB7_js = require('./chunk-GW5YOUB7.js');
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 chunkBVQTJJYS_js.validateCode; }
19
+ get: function () { return chunkF26GUCGG_js.validateCode; }
19
20
  });
20
21
  Object.defineProperty(exports, "validateCodeSync", {
21
22
  enumerable: true,
22
- get: function () { return chunkBVQTJJYS_js.validateCodeSync; }
23
+ get: function () { return chunkF26GUCGG_js.validateCodeSync; }
23
24
  });
24
25
  Object.defineProperty(exports, "analyzeCodeWithAST", {
25
26
  enumerable: true,
26
- get: function () { return chunkGW5YOUB7_js.analyzeCodeWithAST; }
27
+ get: function () { return chunk2W6OCG2S_js.analyzeCodeWithAST; }
27
28
  });
28
29
  Object.defineProperty(exports, "componentRegistry", {
29
30
  enumerable: true,
30
- get: function () { return chunkGW5YOUB7_js.componentRegistry; }
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-QSJKP7AO.mjs';
4
- export { analyzeCodeWithAST, componentRegistry } from './chunk-UYVGHUC5.mjs';
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';
@@ -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");
@@ -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");
@@ -2,6 +2,7 @@
2
2
 
3
3
  var chunkD3Y6FGWA_js = require('../chunk-D3Y6FGWA.js');
4
4
  var chunkHPAUCD5I_js = require('../chunk-HPAUCD5I.js');
5
+ require('../chunk-JSBRDJBE.js');
5
6
 
6
7
 
7
8
 
@@ -1,2 +1,3 @@
1
1
  export { validateRuntimePrecheck } from '../chunk-NZ6TLWMD.mjs';
2
2
  export { compileSFC } from '../chunk-L4DS3EXI.mjs';
3
+ import '../chunk-UJCSKKID.mjs';
@@ -2,6 +2,7 @@
2
2
 
3
3
  var chunkWYSRJVX4_js = require('../chunk-WYSRJVX4.js');
4
4
  var chunkHPAUCD5I_js = require('../chunk-HPAUCD5I.js');
5
+ require('../chunk-JSBRDJBE.js');
5
6
 
6
7
 
7
8
 
@@ -1,2 +1,3 @@
1
1
  export { validateCompilation } from '../chunk-DSWKLUIX.mjs';
2
2
  export { compileSFC, scopeStyles } from '../chunk-L4DS3EXI.mjs';
3
+ import '../chunk-UJCSKKID.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "king-design-analyzer",
3
- "version": "2.1.6",
3
+ "version": "2.1.9",
4
4
  "description": "AST-based code analyzer for King Design Vue components with on-demand modular imports",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",