@xuda.io/xuda-studio-checker 1.0.124 → 1.0.126
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/index.mjs +1 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// check unique index id
|
|
4
4
|
// check unique field id
|
|
5
5
|
|
|
6
|
-
var app_obj, progs_obj,
|
|
6
|
+
var app_obj, progs_obj, progs_str, hide_not_in_use_check, is_server, deployments, UglifyJS, JSON5, _conf, warn_plugin_check, z;
|
|
7
7
|
const PROTECTED_VARS = ['_NULL', '_THIS', '_FOR_KEY', '_FOR_VAL', '_ROWNO', '_ROWID', '_ROWDOC', '_KEY', '_VAL'];
|
|
8
8
|
const ALL_MENU_TYPE = ['globals', 'component', 'ai_agent', 'batch', 'get_data', 'set_data', 'alert', 'javascript', 'api', 'table', 'folder'];
|
|
9
9
|
|
|
@@ -14,7 +14,6 @@ export const init = function (app_obj_in, progs_obj_in = {}, _in, _hide_not_in_u
|
|
|
14
14
|
progs_obj = progs_obj_in;
|
|
15
15
|
progs_str = JSON.stringify(progs_obj);
|
|
16
16
|
hide_not_in_use_check = _hide_not_in_use_check;
|
|
17
|
-
_ = _in;
|
|
18
17
|
is_server = is_server_in;
|
|
19
18
|
deployments = deployments_in;
|
|
20
19
|
UglifyJS = UglifyJS_in;
|