lc-test3 1.1.15 → 1.1.17

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.
Files changed (2) hide show
  1. package/p.js +650 -150
  2. package/package.json +1 -1
package/p.js CHANGED
@@ -1,59 +1,19 @@
1
- [ASTCache] Parse miss (SWC) - /src/pages/Login/index.js (1.50ms)
2
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/Home.js (1.70ms)
3
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/TaskPending.js (2.00ms)
4
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/TaskCompleted.js (1.80ms)
5
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/CirculatePending.js (2.20ms)
6
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/CirculateCompleted.js (2.20ms)
7
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/MyProcess.js (2.10ms)
8
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/SyncProcess.js (2.00ms)
9
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/ImportRecord.js (2.80ms)
10
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/PositionMgt.js (2.00ms)
11
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/DepartmentMgt.js (2.50ms)
12
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/UserMgt.js (2.90ms)
13
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/ResourceMgt.js (1.00ms)
14
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/createItem.js (4.40ms)
15
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/traceTask.js (5.10ms)
16
- swc-parser.ts:687 [SWC] ����ʧ�ܣ����˵� Babel:
17
- x Unexpected token `Page`. Expected jsx identifier
18
- ,-[1:1]
19
- 1 | import React from "react";import { definePage } from "@loview/lowcode-react-boot";import { Page } from "@loview/lowcode-react-antd";import WorkFlowProcessConfigPage from "../components/WorkFlowProcessTrace/index.js";class App extends React.Component {render() {const { match} = this.props;const id = match.params?.id;return (<Page data-dnd="%2Fsrc%2Fpages%2FTraceProcess.js:Page:paged298" onMount={() => {$function.process.fetchInitProcessTrace(id);}} access={{ relatedInterfaces: [{ label: "����׷�ٽӿ�", value: "/los/${appName}.traceProcess" }, { label: "����׷��-�����������־���ӿ�", value: "/los/${appName}.listComments" }, { label: "����׷��-����ʵ������ӿ�", value: "/los/${appName}.processInstanceDetail" }] }}>
20
- :  ^^^^
21
- 2 |
22
- 3 |
23
- `----
24
-
25
-
26
- Caused by:
27
- 0: failed to parse code
28
- 1: Syntax Error
29
- parseWithSWC @ swc-parser.ts:687
30
- parseCode @ ast-cache.ts:740
31
- parseSync @ ast-cache.ts:933
32
- code2astWithCache @ ast-cache.ts:1277
33
- code2astCached @ parse.ts:112
34
- get @ light-module.ts:91
35
- get @ light-module.ts:107
36
- trackDerivedFunction @ mobx.esm.js:1842
37
- computeValue_ @ mobx.esm.js:1636
38
- trackAndCompute @ mobx.esm.js:1613
39
- get @ mobx.esm.js:1582
40
- getObservablePropValue_ @ mobx.esm.js:4744
41
- get @ mobx.esm.js:5243
42
- hasModelDiff @ workspace.ts:3262
43
- (anonymous) @ useFolder.tsx:71
44
- makeFileTree @ useFolder.tsx:64
45
- useFolder @ useFolder.tsx:303
46
- (anonymous) @ index.tsx:65
47
- (anonymous) @ observer.js:44
48
- (anonymous) @ useObserver.js:80
49
- trackDerivedFunction @ mobx.esm.js:1842
50
- track @ mobx.esm.js:2360
51
- useObserver @ useObserver.js:78
52
- (anonymous) @ observer.js:44
1
+ [ASTCache] �ѳ�ʼ������ͨ�� window.__AST_CACHE__ ����
2
+ ast-cache.ts:1267 [ASTCache] �鿴ͳ��: __AST_CACHE__.printReport()
3
+ ast-cache.ts:1268 [ASTCache] SWC ͳ��: __SWC_REPORT__()
4
+ performance-diagnose.ts:212 [Performance] ��Ϲ����Ѽ��أ�ִ�� window.__PERF_DIAGNOSE__() ��ʼ���
5
+ index.ts:6 {KEYUTIL: {��}, KJUR: {��}, ASN1HEX: {��}, X509: ?}
6
+ index.ts:6 Warning: [antd: Spin] `tip` only work in nest pattern.
7
+ console.<computed> @ index.ts:6
8
+ warning @ warning.js:30
9
+ call @ warning.js:51
10
+ warningOnce @ warning.js:58
11
+ warning @ warning.js:9
12
+ typeWarning @ warning.js:28
13
+ Spin @ index.js:92
53
14
  renderWithHooks @ react-dom.development.js:15015
54
- updateFunctionComponent @ react-dom.development.js:17386
55
- updateSimpleMemoComponent @ react-dom.development.js:17245
56
- beginWork @ react-dom.development.js:19170
15
+ mountIndeterminateComponent @ react-dom.development.js:17841
16
+ beginWork @ react-dom.development.js:19079
57
17
  beginWork$1 @ react-dom.development.js:23970
58
18
  performUnitOfWork @ react-dom.development.js:22809
59
19
  workLoopSync @ react-dom.development.js:22737
@@ -64,89 +24,138 @@ unstable_runWithPriority @ react.development.js:2764
64
24
  runWithPriority$1 @ react-dom.development.js:11306
65
25
  flushSyncCallbackQueueImpl @ react-dom.development.js:11352
66
26
  flushSyncCallbackQueue @ react-dom.development.js:11339
67
- discreteUpdates$1 @ react-dom.development.js:22450
68
- discreteUpdates @ react-dom.development.js:3753
69
- dispatchDiscreteEvent @ react-dom.development.js:5919
70
- index.ts:6 [SWC] Babel ���˽�����ʧ�ܣ����ؿ� AST: SyntaxError: Unexpected token (5:135) (at index.js:363:1)
71
- at constructor (index.js:363:1)
72
- at JSXParserMixin.raise (index.js:6609:1)
73
- at JSXParserMixin.unexpected (index.js:6629:1)
74
- at JSXParserMixin.jsxParseIdentifier (index.js:4581:1)
75
- at JSXParserMixin.jsxParseNamespacedName (index.js:4588:1)
76
- at JSXParserMixin.jsxParseAttribute (index.js:4664:1)
77
- at JSXParserMixin.jsxParseOpeningElementAfterName (index.js:4679:1)
78
- at JSXParserMixin.jsxParseOpeningElementAt (index.js:4674:1)
79
- at JSXParserMixin.jsxParseElementAt (index.js:4698:1)
80
- at JSXParserMixin.jsxParseElementAt (index.js:4710:1)
81
- at JSXParserMixin.jsxParseElement (index.js:4761:1)
82
- at JSXParserMixin.parseExprAtom (index.js:4771:1)
83
- at JSXParserMixin.parseExprSubscripts (index.js:11012:1)
84
- at JSXParserMixin.parseUpdate (index.js:10997:1)
85
- at JSXParserMixin.parseMaybeUnary (index.js:10977:1)
86
- at JSXParserMixin.parseMaybeUnaryOrPrivate (index.js:10830:1)
87
- at JSXParserMixin.parseExprOps (index.js:10835:1)
88
- at JSXParserMixin.parseMaybeConditional (index.js:10812:1)
89
- at JSXParserMixin.parseMaybeAssign (index.js:10765:1)
90
- at index.js:10734:1
91
- at JSXParserMixin.allowInAnd (index.js:12361:1)
92
- at JSXParserMixin.parseMaybeAssignAllowIn (index.js:10734:1)
93
- at JSXParserMixin.parseParenAndDistinguishExpression (index.js:11608:1)
94
- at JSXParserMixin.parseExprAtom (index.js:11262:1)
95
- at JSXParserMixin.parseExprAtom (index.js:4776:1)
96
- at JSXParserMixin.parseExprSubscripts (index.js:11012:1)
97
- at JSXParserMixin.parseUpdate (index.js:10997:1)
98
- at JSXParserMixin.parseMaybeUnary (index.js:10977:1)
99
- at JSXParserMixin.parseMaybeUnaryOrPrivate (index.js:10830:1)
100
- at JSXParserMixin.parseExprOps (index.js:10835:1)
101
- at JSXParserMixin.parseMaybeConditional (index.js:10812:1)
102
- at JSXParserMixin.parseMaybeAssign (index.js:10765:1)
103
- at JSXParserMixin.parseExpressionBase (index.js:10718:1)
104
- at index.js:10714:1
105
- at JSXParserMixin.allowInAnd (index.js:12356:1)
106
- at JSXParserMixin.parseExpression (index.js:10714:1)
107
- at JSXParserMixin.parseReturnStatement (index.js:13061:1)
108
- at JSXParserMixin.parseStatementContent (index.js:12716:1)
109
- at JSXParserMixin.parseStatementLike (index.js:12685:1)
110
- at JSXParserMixin.parseStatementListItem (index.js:12665:1)
111
- at JSXParserMixin.parseBlockOrModuleBlockBody (index.js:13235:1)
112
- at JSXParserMixin.parseBlockBody (index.js:13228:1)
113
- at JSXParserMixin.parseBlock (index.js:13216:1)
114
- at JSXParserMixin.parseFunctionBody (index.js:12035:1)
115
- at JSXParserMixin.parseFunctionBodyAndFinish (index.js:12021:1)
116
- at JSXParserMixin.parseMethod (index.js:11979:1)
117
- at JSXParserMixin.pushClassMethod (index.js:13642:1)
118
- at JSXParserMixin.parseClassMemberWithIsStatic (index.js:13530:1)
119
- at JSXParserMixin.parseClassMember (index.js:13478:1)
120
- at index.js:13432:1
27
+ batchedEventUpdates$1 @ react-dom.development.js:22433
28
+ batchedEventUpdates @ react-dom.development.js:3742
29
+ dispatchEventForPluginEventSystem @ react-dom.development.js:8537
30
+ attemptToDispatchEvent @ react-dom.development.js:6035
31
+ dispatchEvent @ react-dom.development.js:5954
32
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-user-manager.queryDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
33
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-system-manager.querySystem', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
34
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-system-manager.queryModule', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
35
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
36
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
37
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
38
+ index.tsx:168 yyy:ֱ���õı��ش���
39
+ workspace.ts:624 [Workspace] Cache enabled: true cacheKey: workspace:/webapp
40
+ workspace.ts:1361 [Workspace] addFiles called, file count: 483
41
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/App.js (4.80ms)
42
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/index.js (0.90ms)
43
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/circulate.js (5.10ms)
44
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/createOneItemTmp.js (9.50ms)
45
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/department.js (5.30ms)
46
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/deptConflict.js (1.70ms)
47
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/getTechItem.js (2.40ms)
48
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/home.js (0.60ms)
49
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/importRecord.js (4.30ms)
50
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/index.js (1.10ms)
51
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/login.js (3.70ms)
52
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/position.js (1.30ms)
53
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/process.js (5.00ms)
54
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/processConflict.js (4.30ms)
55
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/registrationRegularItem.js (0.50ms)
56
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/resource.js (4.20ms)
57
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/role.js (3.50ms)
58
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/roleConflict.js (1.30ms)
59
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/task.js (9.20ms)
60
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/tech.js (6.50ms)
61
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/techItem.js (1.30ms)
62
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/techReqCreateDemo.js (0.30ms)
63
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/techReqDemo.js (2.70ms)
64
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/techReqDetail.js (0.10ms)
65
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/techRequirement.js (0.30ms)
66
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/traceDemo.js (2.30ms)
67
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/traceTask.js (1.80ms)
68
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/user.js (2.00ms)
69
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/userConflict.js (0.70ms)
70
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/functions/workflowForm.js (0.90ms)
71
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layouts/main/index.js (2.40ms)
72
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/createDemo.js (0.30ms)
73
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/createItem.js (1.90ms)
74
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/createOneItemTmp.js (2.00ms)
75
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/createTechRequirement.js (0.30ms)
76
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/demo.js (2.20ms)
77
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/example.js (0.20ms)
78
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/getTechItem.js (1.40ms)
79
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/home.js (0.20ms)
80
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/index.js (0.50ms)
81
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/registrationRegularItem.js (0.30ms)
82
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/tech.js (0.40ms)
83
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/techReqCreateDemo.js (2.90ms)
84
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/techReqDemo.js (1.30ms)
85
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/techReqDetail.js (1.90ms)
86
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/traceDemo.js (1.20ms)
87
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/models/traceTask.js (1.20ms)
88
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/routes.js (3.30ms)
89
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/circulate.js (0.40ms)
90
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/createDemo.js (0.20ms)
91
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/createItem.js (0.30ms)
92
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/createOneItemTmp.js (0.40ms)
93
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/createTechRequirement.js (0.30ms)
94
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/demo.js (0.30ms)
95
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/getTechItem.js (0.40ms)
96
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/getTechUser.js (0.30ms)
97
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/home.js (0.40ms)
98
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/import.js (0.60ms)
99
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/index.js (0.80ms)
100
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/process.js (0.30ms)
101
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/resource.js (1.30ms)
102
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/task.js (0.60ms)
103
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/tech.js (0.50ms)
104
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/techReqCreateDemo.js (0.40ms)
105
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/techReqDemo.js (0.40ms)
106
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/techReqDetail.js (0.30ms)
107
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/traceDemo.js (0.50ms)
108
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/services/traceTask.js (0.50ms)
109
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/circulate.js (0.30ms)
110
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/conflictReference.js (0.20ms)
111
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/createDemo.js (0.20ms)
112
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/createItem.js (0.10ms)
113
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/createOneItemTmp.js (0.50ms)
114
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/createTechRequirement.js (0.10ms)
115
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/demo.js (0.30ms)
116
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/department.js (0.10ms)
117
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/deptConflict.js (0.30ms)
118
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/getTechItem.js (0.40ms)
119
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/home.js (0.20ms)
120
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/importRecord.js (0.40ms)
121
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/index.js (0.70ms)
122
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/internal/visibles.js (0.20ms)
123
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/login.js (0.20ms)
124
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/position.js (0.10ms)
125
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/process.js (0.20ms)
126
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/processConflict.js (0.40ms)
127
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/registrationRegularItem.js (0.10ms)
128
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/resource.js (0.40ms)
129
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/role.js (0.30ms)
130
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/roleConflict.js (0.40ms)
131
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/task.js (0.40ms)
132
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/tech.js (0.60ms)
133
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/techItem.js (0.20ms)
134
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/techReqCreateDemo.js (0.10ms)
135
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/techReqDemo.js (0.20ms)
136
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/techReqDetail.js (0.10ms)
137
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/traceDemo.js (0.30ms)
138
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/traceTask.js (0.20ms)
139
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/user.js (0.10ms)
140
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/variables/userConflict.js (0.10ms)
141
+ workspace.ts:1376 [Workspace] addFiles completed in 1751ms
142
+ designer.tsx:44 [Designer Component] received props: {hasEngine: true, hasEngineWorkspace: true, engineType: 'object', workspaceType: 'object'}
143
+ WebDesigner.tsx:236 [WebDesigner] sandboxId: LC0000004923-LC0000004962 moduleInfo: LC0000004923 LC0000004962
144
+ logger.ts:10 [Log]: <Timer> prototype not found!
145
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/Home.js (1.20ms)
146
+ index.ts:6 Warning: [antd: Tabs] `Tabs.TabPane` is deprecated. Please use `items` instead.
121
147
  console.<computed> @ index.ts:6
122
- parseWithSWC @ swc-parser.ts:695
123
- parseCode @ ast-cache.ts:740
124
- parseSync @ ast-cache.ts:933
125
- code2astWithCache @ ast-cache.ts:1277
126
- code2astCached @ parse.ts:112
127
- get @ light-module.ts:91
128
- get @ light-module.ts:107
129
- trackDerivedFunction @ mobx.esm.js:1842
130
- computeValue_ @ mobx.esm.js:1636
131
- trackAndCompute @ mobx.esm.js:1613
132
- get @ mobx.esm.js:1582
133
- getObservablePropValue_ @ mobx.esm.js:4744
134
- get @ mobx.esm.js:5243
135
- hasModelDiff @ workspace.ts:3262
136
- (anonymous) @ useFolder.tsx:71
137
- makeFileTree @ useFolder.tsx:64
138
- useFolder @ useFolder.tsx:303
139
- (anonymous) @ index.tsx:65
140
- (anonymous) @ observer.js:44
141
- (anonymous) @ useObserver.js:80
142
- trackDerivedFunction @ mobx.esm.js:1842
143
- track @ mobx.esm.js:2360
144
- useObserver @ useObserver.js:78
145
- (anonymous) @ observer.js:44
148
+ warning @ warning.js:30
149
+ call @ warning.js:51
150
+ warningOnce @ warning.js:58
151
+ warning @ warning.js:9
152
+ typeWarning @ warning.js:28
153
+ typeWarning.deprecated @ warning.js:32
154
+ useLegacyItems @ useLegacyItems.js:18
155
+ Tabs @ index.js:74
146
156
  renderWithHooks @ react-dom.development.js:15015
147
- updateFunctionComponent @ react-dom.development.js:17386
148
- updateSimpleMemoComponent @ react-dom.development.js:17245
149
- beginWork @ react-dom.development.js:19170
157
+ mountIndeterminateComponent @ react-dom.development.js:17841
158
+ beginWork @ react-dom.development.js:19079
150
159
  beginWork$1 @ react-dom.development.js:23970
151
160
  performUnitOfWork @ react-dom.development.js:22809
152
161
  workLoopSync @ react-dom.development.js:22737
@@ -157,19 +166,510 @@ unstable_runWithPriority @ react.development.js:2764
157
166
  runWithPriority$1 @ react-dom.development.js:11306
158
167
  flushSyncCallbackQueueImpl @ react-dom.development.js:11352
159
168
  flushSyncCallbackQueue @ react-dom.development.js:11339
160
- discreteUpdates$1 @ react-dom.development.js:22450
161
- discreteUpdates @ react-dom.development.js:3753
162
- dispatchDiscreteEvent @ react-dom.development.js:5919
163
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/TraceProcess.js (3.50ms)
164
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/ImportDetail.js (4.70ms)
165
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/UpdatePwd.js (1.80ms)
166
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/getTechItem.js (13.50ms)
167
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/createDemo.js (2.60ms)
168
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/createTechRequirement.js (5.20ms)
169
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/techReqDemo.js (13.10ms)
170
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/techReqCreateDemo.js (17.50ms)
171
- ast-cache.ts:944 [ASTCache] Parse miss (SWC) - /src/pages/techReqDetail.js (3.40ms)
169
+ batchedUpdates$1 @ react-dom.development.js:22417
170
+ batch @ es.es6.js:240
171
+ apply @ es.es6.js:261
172
+ Promise.then
173
+ apply @ es.es6.js:277
174
+ asyncGeneratorStep @ asyncToGenerator.js:12
175
+ _next @ asyncToGenerator.js:22
176
+ (anonymous) @ es.es6.js:240
177
+ batchedUpdates$1 @ react-dom.development.js:22410
178
+ batch @ es.es6.js:240
179
+ apply @ es.es6.js:261
180
+ Promise.then
181
+ apply @ es.es6.js:277
182
+ asyncGeneratorStep @ asyncToGenerator.js:12
183
+ _next @ asyncToGenerator.js:22
184
+ (anonymous) @ asyncToGenerator.js:27
185
+ (anonymous) @ asyncToGenerator.js:19
186
+ (anonymous) @ index.tsx:214
187
+ (anonymous) @ es.es6.js:240
188
+ batchedUpdates$1 @ react-dom.development.js:22410
189
+ batch @ es.es6.js:240
190
+ apply @ es.es6.js:261
191
+ Promise.then
192
+ apply @ es.es6.js:277
193
+ _callee4$ @ index.tsx:214
194
+ tryCatch @ regeneratorRuntime.js:45
195
+ (anonymous) @ regeneratorRuntime.js:133
196
+ (anonymous) @ regeneratorRuntime.js:74
197
+ asyncGeneratorStep @ asyncToGenerator.js:3
198
+ _next @ asyncToGenerator.js:22
199
+ (anonymous) @ asyncToGenerator.js:27
200
+ (anonymous) @ asyncToGenerator.js:19
201
+ (anonymous) @ index.tsx:217
202
+ invokePassiveEffectCreate @ react-dom.development.js:23517
203
+ callCallback @ react-dom.development.js:3942
204
+ invokeGuardedCallbackDev @ react-dom.development.js:3991
205
+ invokeGuardedCallback @ react-dom.development.js:4053
206
+ flushPassiveEffectsImpl @ react-dom.development.js:23604
207
+ unstable_runWithPriority @ react.development.js:2764
208
+ runWithPriority$1 @ react-dom.development.js:11306
209
+ flushPassiveEffects @ react-dom.development.js:23477
210
+ (anonymous) @ react-dom.development.js:23354
211
+ workLoop @ react.development.js:2713
212
+ flushWork @ react.development.js:2686
213
+ performWorkUntilDeadline @ react.development.js:2453
214
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /findImportList.js (0.60ms)
215
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /findNavigationMenuItems.js (0.80ms)
216
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /findVarFromFile.js (2.70ms)
217
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /generateResourcesTree.js (2.60ms)
218
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /scanFiles.js (1.80ms)
219
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/DividerTitle/index.js (0.50ms)
220
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/edge/CustomEdge.js (1.40ms)
221
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/edge/DashEdge.js (0.60ms)
222
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/edge/SolidEdge.js (0.40ms)
223
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/EndNode.js (1.50ms)
224
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/ExclusiveGatewayNode.js (1.00ms)
225
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/JointTaskNode.js (1.10ms)
226
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/ParallelTaskNode.js (1.40ms)
227
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/StartNode.js (1.10ms)
228
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/SystemTaskNode.js (0.90ms)
229
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/node/UserTaskNode.js (1.20ms)
230
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/plugins/index.js (0.30ms)
231
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/components/plugins/keyboard.js (0.60ms)
232
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/index.js (3.20ms)
233
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/StatusTrace/keyboard.js (0.30ms)
234
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/DividerTitle/index.js (0.30ms)
235
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/edge/CustomEdge.js (0.70ms)
236
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/edge/DashEdge.js (0.30ms)
237
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/edge/SolidEdge.js (0.50ms)
238
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/EndNode.js (0.80ms)
239
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/ExclusiveGatewayNode.js (0.80ms)
240
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/JointTaskNode.js (0.90ms)
241
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/ParallelTaskNode.js (1.00ms)
242
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/StartNode.js (1.40ms)
243
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/SystemTaskNode.js (1.50ms)
244
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/node/UserTaskNode.js (0.80ms)
245
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/plugins/index.js (0.20ms)
246
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/components/plugins/keyboard.js (0.40ms)
247
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/contants.js (1.40ms)
248
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/index.js (6.60ms)
249
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/keyboard.js (0.30ms)
250
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/WorkFlowProcessTrace/utils.js (0.70ms)
251
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/button.js (0.30ms)
252
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/input.js (0.20ms)
253
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/components/workflow.js (2.50ms)
254
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/constants.js (0.00ms)
255
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/DefaultForm.js (2.60ms)
256
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/demoForm1-v1.js (4.20ms)
257
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v1.js (9.00ms)
258
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v10.js (5.00ms)
259
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v11.js (6.00ms)
260
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v12.js (7.00ms)
261
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v13.js (4.50ms)
262
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v14.js (4.30ms)
263
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v15.js (4.60ms)
264
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v16.js (4.50ms)
265
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v17.js (4.20ms)
266
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v18.js (3.70ms)
267
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v19.js (4.40ms)
268
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v2.js (4.50ms)
269
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v20.js (6.50ms)
270
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v21.js (6.20ms)
271
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v22.js (4.60ms)
272
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v23.js (5.20ms)
273
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v24.js (4.90ms)
274
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v25.js (6.90ms)
275
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v26.js (4.10ms)
276
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v27.js (4.00ms)
277
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v28.js (4.90ms)
278
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v29.js (3.80ms)
279
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v3.js (2.80ms)
280
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v4.js (2.90ms)
281
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v5.js (2.90ms)
282
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v6.js (2.80ms)
283
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v7.js (3.20ms)
284
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v8.js (3.20ms)
285
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techItemForm-v9.js (3.00ms)
286
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v1.js (5.10ms)
287
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v2.js (6.40ms)
288
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v3.js (5.10ms)
289
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v4.js (5.00ms)
290
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v5.js (7.80ms)
291
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v6.js (4.60ms)
292
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v7.js (4.80ms)
293
+ ast-cache.ts:705 [ASTCache] �Զ������ڴ棺�Ƴ� 94 ��������
294
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/formPages/techRequirmentForm-v8.js (6.30ms)
295
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/index.js (0.10ms)
296
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/components/AvatarActions.jsx (0.20ms)
297
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/components/LayoutOutlet.jsx (0.20ms)
298
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/components/SiderMenu.jsx (0.20ms)
299
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/constants.js (0.20ms)
300
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/hooks.js (0.40ms)
301
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layout/index.js (0.30ms)
302
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layouts/components/AvatarActions.jsx (0.40ms)
303
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layouts/components/LayoutOutlet.jsx (0.20ms)
304
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/layouts/components/NavigationMenu.jsx (0.70ms)
305
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/CirculateCompleted.js (0.50ms)
306
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/CirculatePending.js (0.40ms)
307
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/DepartmentMgt.js (0.60ms)
308
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/DepartmentMgtModals/Modal894.js (0.30ms)
309
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetail.js (0.90ms)
310
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetailModals/modal178.js (0.50ms)
311
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetailModals/modal210.js (1.10ms)
312
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetailModals/modal390.js (0.60ms)
313
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetailModals/modal889.js (0.40ms)
314
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportDetailModals/modal922.js (0.80ms)
315
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ImportRecord.js (0.60ms)
316
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/Login/index.js (0.40ms)
317
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/MyProcess.js (0.50ms)
318
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/NotFound.js (0.30ms)
319
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/PositionMgt.js (0.60ms)
320
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/PositionMgtModals/Modal672.js (0.40ms)
321
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ResourceMgt.js (0.50ms)
322
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/ResourceMgtModals/Modal316.js (0.20ms)
323
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/SyncProcess.js (0.50ms)
324
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/SyncProcessModals/modal640.js (0.30ms)
325
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/TaskCompleted.js (0.50ms)
326
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/TaskPending.js (0.50ms)
327
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/TraceProcess.js (0.20ms)
328
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/UpdatePwd.js (0.40ms)
329
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/UserMgt.js (0.70ms)
330
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/UserMgtModals/Modal127.js (0.40ms)
331
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/UserMgtModals/Modal357.js (0.40ms)
332
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/_modalPage_.js (0.20ms)
333
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createDemo.js (0.30ms)
334
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createItem.js (0.80ms)
335
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createOneItemTmp.js (1.70ms)
336
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createOneItemTmpModals/CreateModal.js (0.20ms)
337
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createOneItemTmpModals/ReadModal.js (0.40ms)
338
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createOneItemTmpModals/UpdateModal.js (0.70ms)
339
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/createTechRequirement.js (0.70ms)
340
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/getTechItem.js (2.30ms)
341
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/getTechItemModals/modal8e80.js (0.40ms)
342
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/getTechItemModals/modald4d2.js (0.30ms)
343
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/getTechItemModals/modalf4d8.js (0.30ms)
344
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/roleMgt.js (0.60ms)
345
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/roleMgtModals/Modal025.js (0.30ms)
346
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqCreateDemo.js (1.30ms)
347
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqDemo.js (1.30ms)
348
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqDemoModals/CreateModal.js (1.10ms)
349
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqDemoModals/ReadModal.js (0.50ms)
350
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqDemoModals/UpdateModal.js (1.00ms)
351
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techReqDetail.js (0.40ms)
352
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV1Modals/modal4806.js (0.70ms)
353
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV1Modals/modalde74.js (0.30ms)
354
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modal10a2.js (0.40ms)
355
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modal18b4.js (0.50ms)
356
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modal50f1.js (2.20ms)
357
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modal73c1.js (1.60ms)
358
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modalaf49.js (2.20ms)
359
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modald794.js (2.20ms)
360
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/techRequirmentFormV8Modals/modaled76.js (17.60ms)
361
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/traceDemoModals/CreateModal.js (2.00ms)
362
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/traceDemoModals/ReadModal.js (0.50ms)
363
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/traceDemoModals/UpdateModal.js (1.10ms)
364
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/pages/traceTask.js (1.20ms)
365
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /src/utils/index.js (0.50ms)
366
+ ast-cache.ts:944 [ASTCache] Parse miss (Babel) - /webpack.config.js (0.80ms)
367
+ sandbox.tsx:181 [useSandbox] Creating new eventHandlers, isPreview: false
172
368
  sandbox.tsx:193 [useSandbox] Setting eventHandlers to sandboxProps, count: 13
173
- index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
369
+ index.tsx:163 [CodeSandbox] getOptions - sandboxId from props: LC0000004923-LC0000004962
370
+ index.tsx:66 moduleInfo: >>>>>>>>> {remoteRepoUrl: 'http://10.4.5.64/manageDemo/v075Dev0812.git', systemId: 'LC0000004923', templateMess: 'default', updatedBy: 'Sa0AZ005100120241203200634000040', moduleType: 'app',?��}
371
+ request.ts:182 /los/lc-dev-intf-gw.gwDownloadFile: request data: {gwTransCode: 'lc-dev-user-manager.queryDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
372
+ sandbox-profiler.ts:43
373
+ ============================================================
374
+ sandbox-profiler.ts:44 ?? [Sandbox Profiler] ��ʼ׷�ٱ�������
375
+ sandbox-profiler.ts:45 �ļ���: 484, �����С: 6250.0KB
376
+ sandbox-profiler.ts:46 ============================================================
377
+
378
+ sandbox.tsx:477 [CombinedSandbox] Switching to edit mode
379
+ WebDesigner.tsx:33 [WebDesigner] workspace status: {hasWorkspace: true, workspaceType: 'object', hasProjectConfig: true}
380
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.listCommitLog', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
381
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.listBranch', systemId: 'LC0000004923', moduleId: 'LC0000004962'}
382
+ useFolder.tsx:27 [useFolder] workspace status: {hasWorkspace: true, workspaceType: 'object', hasPages: 25}
383
+ workspace.ts:1390 [Workspace] Saving files to IndexedDB cache...
384
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
385
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryCommitDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
386
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
387
+ designer.tsx:44 [Designer Component] received props: {hasEngine: true, hasEngineWorkspace: true, engineType: 'object', workspaceType: 'object'}
388
+ WebDesigner.tsx:236 [WebDesigner] sandboxId: LC0000004923-LC0000004962 moduleInfo: LC0000004923 LC0000004962
389
+ logger.ts:10 [Log]: <Timer> prototype not found!
390
+ sandbox.tsx:193 [useSandbox] Setting eventHandlers to sandboxProps, count: 13
391
+ manager.ts:201 [Manager] Dispatching compile with sandboxId: LC0000004923-LC0000004962
392
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: false}
393
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataEnum', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
394
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataList', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
395
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataList', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
396
+ WebDesigner.tsx:236 [WebDesigner] sandboxId: LC0000004923-LC0000004962 moduleInfo: LC0000004923 LC0000004962
174
397
  sandbox.tsx:193 [useSandbox] Setting eventHandlers to sandboxProps, count: 13
175
- index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
398
+ manager.ts:201 [Manager] Dispatching compile with sandboxId: LC0000004923-LC0000004962
399
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: false}
400
+ swc-parser.ts:97 [SWC] ? WASM ģ���ʼ���ɹ�
401
+ ast-cache.ts:727 [ASTCache] SWC ������������ (20-70x ����)
402
+ request.ts:203 ��Ӧ���ݣ� {data: Blob, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
403
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
404
+ index.ts:413 [Babel Cache] API available at window.__babelCache
405
+ manager.ts:201 [Manager] Dispatching compile with sandboxId: LC0000004923-LC0000004962
406
+ index.js:27 [IndexedDB Cache] ? Database opened
407
+ index.js:27 [Compile] Using provided sandboxId: LC0000004923-LC0000004962
408
+ index.js:27 [Timing] before-dependencies: 37ms
409
+ index.js:27 [Babel Cache] API: window.__babelCache (IndexedDB persistence)
410
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: false}
411
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: false}
412
+ sandbox-profiler.ts:72 ?? [Sandbox] Status: installing-dependencies @ 4649ms
413
+ mobx.esm.js:1811 [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Tabs@1.items[..].filename
414
+ checkIfStateModificationsAreAllowed @ mobx.esm.js:1811
415
+ prepareNewValue_ @ mobx.esm.js:1391
416
+ setObservablePropValue_ @ mobx.esm.js:4765
417
+ set_ @ mobx.esm.js:4815
418
+ set @ mobx.esm.js:3417
419
+ updatePageTab @ tabs.ts:169
420
+ setActiveViewFile @ workspace.ts:907
421
+ handleMessage @ sandbox.tsx:403
422
+ onMessage @ sandbox.tsx:146
423
+ (anonymous) @ index.tsx:158
424
+ (anonymous) @ iframe-protocol.ts:168
425
+ eventListener @ iframe-protocol.ts:168
426
+ postMessage
427
+ $ @ codesandbox.es5.js:444
428
+ a @ url-listeners.js:9
429
+ (anonymous) @ url-listeners.js:108
430
+ setTimeout
431
+ e.default @ url-listeners.js:107
432
+ ./src/sandbox/startup.ts @ startup.ts:46
433
+ a @ bootstrap:84
434
+ n @ bootstrap:45
435
+ (anonymous) @ bootstrap:221
436
+ (anonymous) @ sandbox-startup.ae04f2da1.js:1
437
+ mobx.esm.js:1811 [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Tabs@1.items[..].enable
438
+ checkIfStateModificationsAreAllowed @ mobx.esm.js:1811
439
+ prepareNewValue_ @ mobx.esm.js:1391
440
+ setObservablePropValue_ @ mobx.esm.js:4765
441
+ set_ @ mobx.esm.js:4815
442
+ set @ mobx.esm.js:3417
443
+ updatePageTab @ tabs.ts:169
444
+ setActiveViewFile @ workspace.ts:907
445
+ handleMessage @ sandbox.tsx:403
446
+ onMessage @ sandbox.tsx:146
447
+ (anonymous) @ index.tsx:158
448
+ (anonymous) @ iframe-protocol.ts:168
449
+ eventListener @ iframe-protocol.ts:168
450
+ postMessage
451
+ $ @ codesandbox.es5.js:444
452
+ a @ url-listeners.js:9
453
+ (anonymous) @ url-listeners.js:108
454
+ setTimeout
455
+ e.default @ url-listeners.js:107
456
+ ./src/sandbox/startup.ts @ startup.ts:46
457
+ a @ bootstrap:84
458
+ n @ bootstrap:45
459
+ (anonymous) @ bootstrap:221
460
+ (anonymous) @ sandbox-startup.ae04f2da1.js:1
461
+ mobx.esm.js:1811 [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Tabs@1.items[..].upgradeable
462
+ checkIfStateModificationsAreAllowed @ mobx.esm.js:1811
463
+ prepareNewValue_ @ mobx.esm.js:1391
464
+ setObservablePropValue_ @ mobx.esm.js:4765
465
+ set_ @ mobx.esm.js:4815
466
+ set @ mobx.esm.js:3417
467
+ updatePageTab @ tabs.ts:169
468
+ setActiveViewFile @ workspace.ts:907
469
+ handleMessage @ sandbox.tsx:403
470
+ onMessage @ sandbox.tsx:146
471
+ (anonymous) @ index.tsx:158
472
+ (anonymous) @ iframe-protocol.ts:168
473
+ eventListener @ iframe-protocol.ts:168
474
+ postMessage
475
+ $ @ codesandbox.es5.js:444
476
+ a @ url-listeners.js:9
477
+ (anonymous) @ url-listeners.js:108
478
+ setTimeout
479
+ e.default @ url-listeners.js:107
480
+ ./src/sandbox/startup.ts @ startup.ts:46
481
+ a @ bootstrap:84
482
+ n @ bootstrap:45
483
+ (anonymous) @ bootstrap:221
484
+ (anonymous) @ sandbox-startup.ae04f2da1.js:1
485
+ mobx.esm.js:1811 [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Tabs@1.items
486
+ checkIfStateModificationsAreAllowed @ mobx.esm.js:1811
487
+ set_ @ mobx.esm.js:3828
488
+ set @ mobx.esm.js:3595
489
+ updatePageTab @ tabs.ts:169
490
+ setActiveViewFile @ workspace.ts:907
491
+ handleMessage @ sandbox.tsx:403
492
+ onMessage @ sandbox.tsx:146
493
+ (anonymous) @ index.tsx:158
494
+ (anonymous) @ iframe-protocol.ts:168
495
+ eventListener @ iframe-protocol.ts:168
496
+ postMessage
497
+ $ @ codesandbox.es5.js:444
498
+ a @ url-listeners.js:9
499
+ (anonymous) @ url-listeners.js:108
500
+ setTimeout
501
+ e.default @ url-listeners.js:107
502
+ ./src/sandbox/startup.ts @ startup.ts:46
503
+ a @ bootstrap:84
504
+ n @ bootstrap:45
505
+ (anonymous) @ bootstrap:221
506
+ (anonymous) @ sandbox-startup.ae04f2da1.js:1
507
+ mobx.esm.js:1811 [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Tabs@1.activeKey
508
+ checkIfStateModificationsAreAllowed @ mobx.esm.js:1811
509
+ prepareNewValue_ @ mobx.esm.js:1391
510
+ setObservablePropValue_ @ mobx.esm.js:4765
511
+ set @ mobx.esm.js:5246
512
+ setActiveKey @ tabs.ts:159
513
+ updatePageTab @ tabs.ts:173
514
+ setActiveViewFile @ workspace.ts:907
515
+ handleMessage @ sandbox.tsx:403
516
+ onMessage @ sandbox.tsx:146
517
+ (anonymous) @ index.tsx:158
518
+ (anonymous) @ iframe-protocol.ts:168
519
+ eventListener @ iframe-protocol.ts:168
520
+ postMessage
521
+ $ @ codesandbox.es5.js:444
522
+ a @ url-listeners.js:9
523
+ (anonymous) @ url-listeners.js:108
524
+ setTimeout
525
+ e.default @ url-listeners.js:107
526
+ ./src/sandbox/startup.ts @ startup.ts:46
527
+ a @ bootstrap:84
528
+ n @ bootstrap:45
529
+ (anonymous) @ bootstrap:221
530
+ (anonymous) @ sandbox-startup.ae04f2da1.js:1
531
+ index.tsx:185 [CodeSandbox] bindEvents called, event count: 13 events: (13)?['onDragStart', 'onDragEnter', 'onDragOver', 'onDrop', 'onDragEnd', 'onScroll', 'onKeyDown', 'onContextMenu', 'onWidget', 'onPage', 'onMouseover', 'onMouseout', 'onClick']
532
+ workspace.ts:735 [Workspace] Starting AST cache warmup for 50 files...
533
+ ast-cache.ts:1036 [ASTCache] Starting warmup for 50 files...
534
+ about:blank:1 Access to font at 'https://cdn.example.com/cdn/googleapis/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' from origin 'https://sandbox.example.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
535
+ css2_family_inter.css:1 GET https://cdn.example.com/cdn/googleapis/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2 net::ERR_FAILED 404 (Not Found)
536
+ index.js:27 [Preload] Starting to preload 15 common dependencies
537
+ ast-cache.ts:1048 [ASTCache] Warmup completed in 2422.50ms
538
+ workspace.ts:737 [Workspace] AST cache warmup completed
539
+ index.js:27 [Preload] ? react (1/15)
540
+ workspace-cache.ts:188 [WorkspaceCache] Cached 483 files in 5028ms
541
+ workspace.ts:1397 [Workspace] Cache saved successfully
542
+ index.js:27 [Preload] ? react-dom (2/15)
543
+ index.js:27 [Preload] ? react-is (3/15)
544
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
545
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
546
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
547
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
548
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
549
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
550
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
551
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
552
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
553
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
554
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
555
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
556
+ index.js:27 [Preload] ? prop-types (4/15)
557
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
558
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
559
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
560
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
561
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
562
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
563
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
564
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
565
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
566
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
567
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
568
+ ast-cache.ts:705 [ASTCache] �Զ������ڴ棺�Ƴ� 8 ��������
569
+ index.js:27 [Preload] ? @loview/lowcode-react-boot (5/15)
570
+ index.js:27 [Timing] after-dependencies: 10442ms
571
+ index.js:27 [Timing] after-manager-init: 10443ms
572
+ index.js:27 [Timing] after-setManifest: 10446ms
573
+ index.js:27 [consumeCache] manager.id: LC0000004923-LC0000004962
574
+ index.js:27 [consumeCache] cacheData from __SANDBOX_DATA__: false
575
+ index.js:27 [consumeCache] localData from IndexedDB: true
576
+ index.js:27 [consumeCache] localData.version: https://sandbox.example.com/sandbox/static/js/sandbox.2819e65ef.js manager.version: https://sandbox.example.com/sandbox/static/js/sandbox.2819e65ef.js
577
+ index.js:27 [consumeCache] ? Cache version matched, loading from IndexedDB
578
+ index.js:27 [Timing] after-consumeCache: 10718ms
579
+ index.js:27 [updateManager] updateConfigurations: 0 ms
580
+ index.js:27 [updateManager] preset.setup: 8 ms
581
+ index.js:27 [updateData] Module diff: {added: Array(0), updated: Array(2), diffTime: 4}
582
+ index.js:27 [updateData] Modules to transpile: {count: 2, modules: Array(2), prepareTime: 10}
583
+ index.js:27 [Cache] Initializing IndexedDB cache...
584
+ index.js:27 [Preload] ? styled-components (6/15)
585
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
586
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
587
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
588
+ index.js:27 [IndexedDB Cache] ? Loaded 207 entries (207 unique)
589
+ index.js:27 [Cache] Restoring 207 entries to worker...
590
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
591
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
592
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
593
+ index.js:27 [updateData] Transpilation completed: {resultCount: 2, transpileTime: 1509, totalTime: 1520}
594
+ index.js:27 [updateManager] updateData: 1529 ms
595
+ index.js:27 [Timing] after-updateManager: 12250ms
596
+ index.js:27 [Cache Debug] {usedCache: true, changedModuleCount: 2, firstLoad: true}
597
+ index.js:27 [Timing] after-transpileModules: 12254ms
598
+ index.js:27 [Timing] after-verifyTreeTranspiled: 12260ms
599
+ index.js:27 [Timing] before-evaluation: 12261ms
600
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
601
+ sandbox-profiler.ts:72 ?? [Sandbox] Status: transpiling @ 16969ms
602
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
603
+ sandbox-profiler.ts:72 ?? [Sandbox] Status: evaluating @ 16974ms
604
+ index.js:27 [Preload] ? @logicflow/extension (7/15)
605
+ index.js:27 [Preload] ? @logicflow/core (8/15)
606
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
607
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
608
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
609
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
610
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
611
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
612
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
613
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
614
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
615
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
616
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
617
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
618
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
619
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
620
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
621
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
622
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
623
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
624
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
625
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
626
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
627
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
628
+ index.js:27 [Preload] ? @loview/lowcode-react-antd (9/15)
629
+ index.js:27 [Preload] ? antd (10/15)
630
+ index.js:27 [Preload] ? @babel/runtime (11/15)
631
+ index.js:27 [Preload] ? @babel/core (12/15)
632
+ index.js:27 [Timing] after-external-resources: 25502ms
633
+ index.js:27 [Timing] after-evaluation: 26955ms
634
+ index.js:27 [Cache] Persisting cache after compilation...
635
+ compilation-cache.ts:202 [Babel Cache] Exporting 207 entries
636
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
637
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
638
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
639
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
640
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
641
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
642
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
643
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
644
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
645
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
646
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
647
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
648
+ request.ts:182 /los/lc-dev-intf-gw.gwService: request data: {gwTransCode: 'lc-dev-module-develop-manager.queryMetadataDetail', gwReq: {��}, systemId: 'LC0000004923', moduleId: 'LC0000004962'}
649
+ request.ts:203 ��Ӧ���ݣ� {data: {��}, status: 200, statusText: 'OK', headers: {��}, config: {��},?��}
650
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
651
+ sandbox-profiler.ts:72 ?? [Sandbox] Status: idle @ 32096ms
652
+ index.tsx:92 [CodeSandbox] eventHandlers comparison: {changed: false, prevKeys: Array(13), nextKeys: Array(13), iframeReady: true}
653
+ sandbox-profiler.ts:84 ? [Sandbox] Success! Total time: 32111ms
654
+ sandbox-profiler.ts:136
655
+ ============================================================
656
+ sandbox-profiler.ts:137 ?? ɳ��������ܱ���
657
+ sandbox-profiler.ts:138 ============================================================
658
+ sandbox-profiler.ts:140
659
+ ? �ܺ�ʱ: 32111ms (32.11��)
660
+ sandbox-profiler.ts:141 ?? ���: 484
661
+ sandbox-profiler.ts:142 ?? �����С: 6250.0KB
662
+ sandbox-profiler.ts:144
663
+ ?? ���׶κ�ʱ:
664
+ sandbox-profiler.ts:150 compile-start 4648ms (14.5%) ��������������
665
+ sandbox-profiler.ts:150 status:installing-dependencies 12321ms (38.4%) ��������������������������������������
666
+ sandbox-profiler.ts:150 status:transpiling 5ms (0.0%)
667
+ sandbox-profiler.ts:150 status:evaluating 15122ms (47.1%) ������������������������������������������������
668
+ sandbox-profiler.ts:150 status:idle 15ms (0.0%)
669
+ sandbox-profiler.ts:162
670
+ ?? ������:
671
+ sandbox-profiler.ts:170 ?? ������װ��ʱ����������:
672
+ sandbox-profiler.ts:171 - ʹ�ñ��� npm ����
673
+ sandbox-profiler.ts:172 - Ԥ�Ȱ�װ������
674
+ sandbox-profiler.ts:173 - ������������
675
+ sandbox-profiler.ts:183 ============================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lc-test3",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {