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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkGW5YOUB7_js = require('./chunk-GW5YOUB7.js');
3
+ var chunk2W6OCG2S_js = require('./chunk-2W6OCG2S.js');
4
4
  var chunkD3Y6FGWA_js = require('./chunk-D3Y6FGWA.js');
5
5
  var chunkHPAUCD5I_js = require('./chunk-HPAUCD5I.js');
6
6
 
@@ -64,7 +64,7 @@ function validateCompilation(code) {
64
64
  }
65
65
  async function validateAST(code) {
66
66
  try {
67
- const violations = await chunkGW5YOUB7_js.analyzeCodeWithAST(code);
67
+ const violations = await chunk2W6OCG2S_js.analyzeCodeWithAST(code);
68
68
  if (violations.length > 0) {
69
69
  return {
70
70
  name: "AST\u89C4\u5219\u68C0\u67E5",