botframework-directlinejs 0.15.4 → 0.15.5-master.d07e655
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/README.md +48 -36
- package/dist/directline.js +1 -1
- package/dist/stats.json +2372 -318
- package/lib/createDeferred.d.ts +1 -1
- package/lib/directLine.d.ts +9 -9
- package/lib/directLine.js +1 -1
- package/lib/directLine.mock.d.ts +3 -3
- package/lib/directLineStreaming.d.ts +6 -0
- package/lib/directLineStreaming.js +82 -42
- package/lib/streaming/NetworkInformation.d.js +6 -0
- package/lib/streaming/WebSocketClientWithNetworkInformation.d.ts +20 -0
- package/lib/streaming/WebSocketClientWithNetworkInformation.js +130 -0
- package/package.json +2 -2
package/dist/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "ab48d557d71bff43fd38",
|
|
3
3
|
"version": "5.76.2",
|
|
4
4
|
"time": null,
|
|
5
5
|
"publicPath": "auto",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"type": "asset",
|
|
15
15
|
"name": "directline.js",
|
|
16
|
-
"size":
|
|
16
|
+
"size": 308488,
|
|
17
17
|
"emitted": false,
|
|
18
18
|
"comparedForEmit": false,
|
|
19
19
|
"cached": true,
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"initial": true,
|
|
66
66
|
"entry": true,
|
|
67
67
|
"recorded": false,
|
|
68
|
-
"size":
|
|
68
|
+
"size": 1080089,
|
|
69
69
|
"sizes": {
|
|
70
|
-
"javascript":
|
|
70
|
+
"javascript": 1079173,
|
|
71
71
|
"runtime": 916
|
|
72
72
|
},
|
|
73
73
|
"names": [
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"directline.js"
|
|
82
82
|
],
|
|
83
83
|
"auxiliaryFiles": [],
|
|
84
|
-
"hash": "
|
|
84
|
+
"hash": "f66e1a05f641f431678b",
|
|
85
85
|
"childrenByOrder": {},
|
|
86
86
|
"id": 884,
|
|
87
87
|
"siblings": [],
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/createDeferred.js",
|
|
104
104
|
"name": "./lib/createDeferred.js",
|
|
105
105
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/createDeferred.js",
|
|
106
|
-
"index":
|
|
107
|
-
"preOrderIndex":
|
|
108
|
-
"index2":
|
|
109
|
-
"postOrderIndex":
|
|
106
|
+
"index": 242,
|
|
107
|
+
"preOrderIndex": 242,
|
|
108
|
+
"index2": 240,
|
|
109
|
+
"postOrderIndex": 240,
|
|
110
110
|
"cacheable": true,
|
|
111
111
|
"optional": false,
|
|
112
112
|
"orphan": false,
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"active": true,
|
|
146
146
|
"explanation": "",
|
|
147
147
|
"userRequest": "./createDeferred",
|
|
148
|
-
"loc": "
|
|
148
|
+
"loc": "38:45-72",
|
|
149
149
|
"moduleId": 9815,
|
|
150
150
|
"resolvedModuleId": 9815
|
|
151
151
|
}
|
|
@@ -233,9 +233,9 @@
|
|
|
233
233
|
"type": "module",
|
|
234
234
|
"moduleType": "javascript/auto",
|
|
235
235
|
"layer": null,
|
|
236
|
-
"size":
|
|
236
|
+
"size": 117732,
|
|
237
237
|
"sizes": {
|
|
238
|
-
"javascript":
|
|
238
|
+
"javascript": 117732
|
|
239
239
|
},
|
|
240
240
|
"built": true,
|
|
241
241
|
"codeGenerated": true,
|
|
@@ -246,8 +246,8 @@
|
|
|
246
246
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
247
247
|
"index": 0,
|
|
248
248
|
"preOrderIndex": 0,
|
|
249
|
-
"index2":
|
|
250
|
-
"postOrderIndex":
|
|
249
|
+
"index2": 246,
|
|
250
|
+
"postOrderIndex": 246,
|
|
251
251
|
"cacheable": true,
|
|
252
252
|
"optional": false,
|
|
253
253
|
"orphan": false,
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"active": true,
|
|
276
276
|
"explanation": "",
|
|
277
277
|
"userRequest": "./directLine",
|
|
278
|
-
"loc": "
|
|
278
|
+
"loc": "42:18-41",
|
|
279
279
|
"moduleId": 9815,
|
|
280
280
|
"resolvedModuleId": 9815
|
|
281
281
|
},
|
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"type": "module",
|
|
325
325
|
"moduleType": "javascript/auto",
|
|
326
326
|
"layer": null,
|
|
327
|
-
"size":
|
|
327
|
+
"size": 76681,
|
|
328
328
|
"sizes": {
|
|
329
|
-
"javascript":
|
|
329
|
+
"javascript": 76681
|
|
330
330
|
},
|
|
331
331
|
"built": true,
|
|
332
332
|
"codeGenerated": true,
|
|
@@ -337,8 +337,8 @@
|
|
|
337
337
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
338
338
|
"index": 221,
|
|
339
339
|
"preOrderIndex": 221,
|
|
340
|
-
"index2":
|
|
341
|
-
"postOrderIndex":
|
|
340
|
+
"index2": 245,
|
|
341
|
+
"postOrderIndex": 245,
|
|
342
342
|
"cacheable": true,
|
|
343
343
|
"optional": false,
|
|
344
344
|
"orphan": false,
|
|
@@ -461,6 +461,79 @@
|
|
|
461
461
|
],
|
|
462
462
|
"depth": 2
|
|
463
463
|
},
|
|
464
|
+
{
|
|
465
|
+
"type": "module",
|
|
466
|
+
"moduleType": "javascript/auto",
|
|
467
|
+
"layer": null,
|
|
468
|
+
"size": 12007,
|
|
469
|
+
"sizes": {
|
|
470
|
+
"javascript": 12007
|
|
471
|
+
},
|
|
472
|
+
"built": true,
|
|
473
|
+
"codeGenerated": true,
|
|
474
|
+
"buildTimeExecuted": false,
|
|
475
|
+
"cached": false,
|
|
476
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
477
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
478
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
479
|
+
"index": 244,
|
|
480
|
+
"preOrderIndex": 244,
|
|
481
|
+
"index2": 244,
|
|
482
|
+
"postOrderIndex": 244,
|
|
483
|
+
"cacheable": true,
|
|
484
|
+
"optional": false,
|
|
485
|
+
"orphan": false,
|
|
486
|
+
"dependent": true,
|
|
487
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
488
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
489
|
+
"issuerPath": [
|
|
490
|
+
{
|
|
491
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
492
|
+
"name": "./lib/directLine.js",
|
|
493
|
+
"id": 88
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
497
|
+
"name": "./lib/directLineStreaming.js",
|
|
498
|
+
"id": 9815
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"failed": false,
|
|
502
|
+
"errors": 0,
|
|
503
|
+
"warnings": 0,
|
|
504
|
+
"id": 2739,
|
|
505
|
+
"issuerId": 9815,
|
|
506
|
+
"chunks": [
|
|
507
|
+
884
|
|
508
|
+
],
|
|
509
|
+
"assets": [],
|
|
510
|
+
"reasons": [
|
|
511
|
+
{
|
|
512
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
513
|
+
"module": "./lib/directLineStreaming.js",
|
|
514
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
515
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
516
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
517
|
+
"type": "cjs require",
|
|
518
|
+
"active": true,
|
|
519
|
+
"explanation": "",
|
|
520
|
+
"userRequest": "./streaming/WebSocketClientWithNetworkInformation",
|
|
521
|
+
"loc": "44:68-128",
|
|
522
|
+
"moduleId": 9815,
|
|
523
|
+
"resolvedModuleId": 9815
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"usedExports": true,
|
|
527
|
+
"providedExports": [
|
|
528
|
+
"__esModule",
|
|
529
|
+
"default"
|
|
530
|
+
],
|
|
531
|
+
"optimizationBailout": [
|
|
532
|
+
"Statement (VariableDeclaration) with side effects in source code at 3:0-85",
|
|
533
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
534
|
+
],
|
|
535
|
+
"depth": 2
|
|
536
|
+
},
|
|
464
537
|
{
|
|
465
538
|
"type": "module",
|
|
466
539
|
"moduleType": "javascript/auto",
|
|
@@ -710,10 +783,10 @@
|
|
|
710
783
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
711
784
|
"name": "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
712
785
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
713
|
-
"index":
|
|
714
|
-
"preOrderIndex":
|
|
715
|
-
"index2":
|
|
716
|
-
"postOrderIndex":
|
|
786
|
+
"index": 230,
|
|
787
|
+
"preOrderIndex": 230,
|
|
788
|
+
"index2": 227,
|
|
789
|
+
"postOrderIndex": 227,
|
|
717
790
|
"cacheable": true,
|
|
718
791
|
"optional": false,
|
|
719
792
|
"orphan": false,
|
|
@@ -815,16 +888,16 @@
|
|
|
815
888
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
816
889
|
"name": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
817
890
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
818
|
-
"index":
|
|
819
|
-
"preOrderIndex":
|
|
820
|
-
"index2":
|
|
821
|
-
"postOrderIndex":
|
|
891
|
+
"index": 234,
|
|
892
|
+
"preOrderIndex": 234,
|
|
893
|
+
"index2": 231,
|
|
894
|
+
"postOrderIndex": 231,
|
|
822
895
|
"cacheable": true,
|
|
823
896
|
"optional": false,
|
|
824
897
|
"orphan": false,
|
|
825
898
|
"dependent": true,
|
|
826
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
827
|
-
"issuerName": "./
|
|
899
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
900
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
828
901
|
"issuerPath": [
|
|
829
902
|
{
|
|
830
903
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -837,21 +910,35 @@
|
|
|
837
910
|
"id": 9815
|
|
838
911
|
},
|
|
839
912
|
{
|
|
840
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
841
|
-
"name": "./
|
|
842
|
-
"id":
|
|
913
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
914
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
915
|
+
"id": 2739
|
|
843
916
|
}
|
|
844
917
|
],
|
|
845
918
|
"failed": false,
|
|
846
919
|
"errors": 0,
|
|
847
920
|
"warnings": 0,
|
|
848
921
|
"id": 1506,
|
|
849
|
-
"issuerId":
|
|
922
|
+
"issuerId": 2739,
|
|
850
923
|
"chunks": [
|
|
851
924
|
884
|
|
852
925
|
],
|
|
853
926
|
"assets": [],
|
|
854
927
|
"reasons": [
|
|
928
|
+
{
|
|
929
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
930
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
931
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
932
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
933
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
934
|
+
"type": "cjs require",
|
|
935
|
+
"active": true,
|
|
936
|
+
"explanation": "",
|
|
937
|
+
"userRequest": "@babel/runtime/helpers/assertThisInitialized",
|
|
938
|
+
"loc": "14:53-108",
|
|
939
|
+
"moduleId": 2739,
|
|
940
|
+
"resolvedModuleId": 2739
|
|
941
|
+
},
|
|
855
942
|
{
|
|
856
943
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
857
944
|
"module": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
@@ -934,10 +1021,10 @@
|
|
|
934
1021
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
935
1022
|
"name": "./node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
936
1023
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
937
|
-
"index":
|
|
938
|
-
"preOrderIndex":
|
|
939
|
-
"index2":
|
|
940
|
-
"postOrderIndex":
|
|
1024
|
+
"index": 232,
|
|
1025
|
+
"preOrderIndex": 232,
|
|
1026
|
+
"index2": 230,
|
|
1027
|
+
"postOrderIndex": 230,
|
|
941
1028
|
"cacheable": true,
|
|
942
1029
|
"optional": false,
|
|
943
1030
|
"orphan": false,
|
|
@@ -976,7 +1063,7 @@
|
|
|
976
1063
|
"active": true,
|
|
977
1064
|
"explanation": "",
|
|
978
1065
|
"userRequest": "@babel/runtime/helpers/asyncToGenerator",
|
|
979
|
-
"loc": "
|
|
1066
|
+
"loc": "22:48-98",
|
|
980
1067
|
"moduleId": 9815,
|
|
981
1068
|
"resolvedModuleId": 9815
|
|
982
1069
|
},
|
|
@@ -1019,6 +1106,216 @@
|
|
|
1019
1106
|
],
|
|
1020
1107
|
"depth": 2
|
|
1021
1108
|
},
|
|
1109
|
+
{
|
|
1110
|
+
"type": "module",
|
|
1111
|
+
"moduleType": "javascript/auto",
|
|
1112
|
+
"layer": null,
|
|
1113
|
+
"size": 279,
|
|
1114
|
+
"sizes": {
|
|
1115
|
+
"javascript": 279
|
|
1116
|
+
},
|
|
1117
|
+
"built": true,
|
|
1118
|
+
"codeGenerated": true,
|
|
1119
|
+
"buildTimeExecuted": false,
|
|
1120
|
+
"cached": false,
|
|
1121
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1122
|
+
"name": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1123
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1124
|
+
"index": 225,
|
|
1125
|
+
"preOrderIndex": 225,
|
|
1126
|
+
"index2": 222,
|
|
1127
|
+
"postOrderIndex": 222,
|
|
1128
|
+
"cacheable": true,
|
|
1129
|
+
"optional": false,
|
|
1130
|
+
"orphan": false,
|
|
1131
|
+
"dependent": true,
|
|
1132
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1133
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1134
|
+
"issuerPath": [
|
|
1135
|
+
{
|
|
1136
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
1137
|
+
"name": "./lib/directLine.js",
|
|
1138
|
+
"id": 88
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1142
|
+
"name": "./lib/directLineStreaming.js",
|
|
1143
|
+
"id": 9815
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1147
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1148
|
+
"id": 1226
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"failed": false,
|
|
1152
|
+
"errors": 0,
|
|
1153
|
+
"warnings": 0,
|
|
1154
|
+
"id": 5125,
|
|
1155
|
+
"issuerId": 1226,
|
|
1156
|
+
"chunks": [
|
|
1157
|
+
884
|
|
1158
|
+
],
|
|
1159
|
+
"assets": [],
|
|
1160
|
+
"reasons": [
|
|
1161
|
+
{
|
|
1162
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1163
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1164
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1165
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1166
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1167
|
+
"type": "cjs self exports reference",
|
|
1168
|
+
"active": true,
|
|
1169
|
+
"explanation": "",
|
|
1170
|
+
"userRequest": null,
|
|
1171
|
+
"loc": "9:0-14",
|
|
1172
|
+
"moduleId": 5125,
|
|
1173
|
+
"resolvedModuleId": 5125
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1177
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1178
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1179
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1180
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
1181
|
+
"type": "cjs self exports reference",
|
|
1182
|
+
"active": true,
|
|
1183
|
+
"explanation": "",
|
|
1184
|
+
"userRequest": null,
|
|
1185
|
+
"loc": "10:28-42",
|
|
1186
|
+
"moduleId": 5125,
|
|
1187
|
+
"resolvedModuleId": 5125
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1191
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1192
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1193
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1194
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1195
|
+
"type": "cjs require",
|
|
1196
|
+
"active": true,
|
|
1197
|
+
"explanation": "",
|
|
1198
|
+
"userRequest": "./classApplyDescriptorGet.js",
|
|
1199
|
+
"loc": "1:30-69",
|
|
1200
|
+
"moduleId": 1226,
|
|
1201
|
+
"resolvedModuleId": 1226
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"usedExports": null,
|
|
1205
|
+
"providedExports": null,
|
|
1206
|
+
"optimizationBailout": [
|
|
1207
|
+
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
1208
|
+
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
1209
|
+
"Statement (ExpressionStatement) with side effects in source code at 9:0-42",
|
|
1210
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
1211
|
+
],
|
|
1212
|
+
"depth": 3
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"type": "module",
|
|
1216
|
+
"moduleType": "javascript/auto",
|
|
1217
|
+
"layer": null,
|
|
1218
|
+
"size": 409,
|
|
1219
|
+
"sizes": {
|
|
1220
|
+
"javascript": 409
|
|
1221
|
+
},
|
|
1222
|
+
"built": true,
|
|
1223
|
+
"codeGenerated": true,
|
|
1224
|
+
"buildTimeExecuted": false,
|
|
1225
|
+
"cached": false,
|
|
1226
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1227
|
+
"name": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1228
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1229
|
+
"index": 228,
|
|
1230
|
+
"preOrderIndex": 228,
|
|
1231
|
+
"index2": 225,
|
|
1232
|
+
"postOrderIndex": 225,
|
|
1233
|
+
"cacheable": true,
|
|
1234
|
+
"optional": false,
|
|
1235
|
+
"orphan": false,
|
|
1236
|
+
"dependent": true,
|
|
1237
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1238
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1239
|
+
"issuerPath": [
|
|
1240
|
+
{
|
|
1241
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
1242
|
+
"name": "./lib/directLine.js",
|
|
1243
|
+
"id": 88
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1247
|
+
"name": "./lib/directLineStreaming.js",
|
|
1248
|
+
"id": 9815
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1252
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1253
|
+
"id": 5962
|
|
1254
|
+
}
|
|
1255
|
+
],
|
|
1256
|
+
"failed": false,
|
|
1257
|
+
"errors": 0,
|
|
1258
|
+
"warnings": 0,
|
|
1259
|
+
"id": 8625,
|
|
1260
|
+
"issuerId": 5962,
|
|
1261
|
+
"chunks": [
|
|
1262
|
+
884
|
|
1263
|
+
],
|
|
1264
|
+
"assets": [],
|
|
1265
|
+
"reasons": [
|
|
1266
|
+
{
|
|
1267
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1268
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1269
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1270
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1271
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1272
|
+
"type": "cjs self exports reference",
|
|
1273
|
+
"active": true,
|
|
1274
|
+
"explanation": "",
|
|
1275
|
+
"userRequest": null,
|
|
1276
|
+
"loc": "13:0-14",
|
|
1277
|
+
"moduleId": 8625,
|
|
1278
|
+
"resolvedModuleId": 8625
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1282
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1283
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1284
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1285
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
1286
|
+
"type": "cjs self exports reference",
|
|
1287
|
+
"active": true,
|
|
1288
|
+
"explanation": "",
|
|
1289
|
+
"userRequest": null,
|
|
1290
|
+
"loc": "14:28-42",
|
|
1291
|
+
"moduleId": 8625,
|
|
1292
|
+
"resolvedModuleId": 8625
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1296
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1297
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1298
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1299
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1300
|
+
"type": "cjs require",
|
|
1301
|
+
"active": true,
|
|
1302
|
+
"explanation": "",
|
|
1303
|
+
"userRequest": "./classApplyDescriptorSet.js",
|
|
1304
|
+
"loc": "1:30-69",
|
|
1305
|
+
"moduleId": 5962,
|
|
1306
|
+
"resolvedModuleId": 5962
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"usedExports": null,
|
|
1310
|
+
"providedExports": null,
|
|
1311
|
+
"optimizationBailout": [
|
|
1312
|
+
"CommonJS bailout: module.exports is used directly at 13:0-14",
|
|
1313
|
+
"CommonJS bailout: module.exports is used directly at 14:28-42",
|
|
1314
|
+
"Statement (ExpressionStatement) with side effects in source code at 13:0-42",
|
|
1315
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
1316
|
+
],
|
|
1317
|
+
"depth": 3
|
|
1318
|
+
},
|
|
1022
1319
|
{
|
|
1023
1320
|
"type": "module",
|
|
1024
1321
|
"moduleType": "javascript/auto",
|
|
@@ -1085,10 +1382,24 @@
|
|
|
1085
1382
|
"active": true,
|
|
1086
1383
|
"explanation": "",
|
|
1087
1384
|
"userRequest": "@babel/runtime/helpers/classCallCheck",
|
|
1088
|
-
"loc": "
|
|
1385
|
+
"loc": "24:46-94",
|
|
1089
1386
|
"moduleId": 9815,
|
|
1090
1387
|
"resolvedModuleId": 9815
|
|
1091
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1391
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1392
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1393
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1394
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1395
|
+
"type": "cjs require",
|
|
1396
|
+
"active": true,
|
|
1397
|
+
"explanation": "",
|
|
1398
|
+
"userRequest": "@babel/runtime/helpers/classCallCheck",
|
|
1399
|
+
"loc": "10:46-94",
|
|
1400
|
+
"moduleId": 2739,
|
|
1401
|
+
"resolvedModuleId": 2739
|
|
1402
|
+
},
|
|
1092
1403
|
{
|
|
1093
1404
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classCallCheck.js",
|
|
1094
1405
|
"module": "./node_modules/@babel/runtime/helpers/classCallCheck.js",
|
|
@@ -1142,6 +1453,353 @@
|
|
|
1142
1453
|
],
|
|
1143
1454
|
"depth": 1
|
|
1144
1455
|
},
|
|
1456
|
+
{
|
|
1457
|
+
"type": "module",
|
|
1458
|
+
"moduleType": "javascript/auto",
|
|
1459
|
+
"layer": null,
|
|
1460
|
+
"size": 358,
|
|
1461
|
+
"sizes": {
|
|
1462
|
+
"javascript": 358
|
|
1463
|
+
},
|
|
1464
|
+
"built": true,
|
|
1465
|
+
"codeGenerated": true,
|
|
1466
|
+
"buildTimeExecuted": false,
|
|
1467
|
+
"cached": false,
|
|
1468
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1469
|
+
"name": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1470
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1471
|
+
"index": 226,
|
|
1472
|
+
"preOrderIndex": 226,
|
|
1473
|
+
"index2": 223,
|
|
1474
|
+
"postOrderIndex": 223,
|
|
1475
|
+
"cacheable": true,
|
|
1476
|
+
"optional": false,
|
|
1477
|
+
"orphan": false,
|
|
1478
|
+
"dependent": true,
|
|
1479
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1480
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1481
|
+
"issuerPath": [
|
|
1482
|
+
{
|
|
1483
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
1484
|
+
"name": "./lib/directLine.js",
|
|
1485
|
+
"id": 88
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1489
|
+
"name": "./lib/directLineStreaming.js",
|
|
1490
|
+
"id": 9815
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1494
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1495
|
+
"id": 1226
|
|
1496
|
+
}
|
|
1497
|
+
],
|
|
1498
|
+
"failed": false,
|
|
1499
|
+
"errors": 0,
|
|
1500
|
+
"warnings": 0,
|
|
1501
|
+
"id": 3486,
|
|
1502
|
+
"issuerId": 1226,
|
|
1503
|
+
"chunks": [
|
|
1504
|
+
884
|
|
1505
|
+
],
|
|
1506
|
+
"assets": [],
|
|
1507
|
+
"reasons": [
|
|
1508
|
+
{
|
|
1509
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1510
|
+
"module": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1511
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1512
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1513
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1514
|
+
"type": "cjs self exports reference",
|
|
1515
|
+
"active": true,
|
|
1516
|
+
"explanation": "",
|
|
1517
|
+
"userRequest": null,
|
|
1518
|
+
"loc": "9:0-14",
|
|
1519
|
+
"moduleId": 3486,
|
|
1520
|
+
"resolvedModuleId": 3486
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1524
|
+
"module": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1525
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1526
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1527
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
1528
|
+
"type": "cjs self exports reference",
|
|
1529
|
+
"active": true,
|
|
1530
|
+
"explanation": "",
|
|
1531
|
+
"userRequest": null,
|
|
1532
|
+
"loc": "10:28-42",
|
|
1533
|
+
"moduleId": 3486,
|
|
1534
|
+
"resolvedModuleId": 3486
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1538
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1539
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1540
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1541
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1542
|
+
"type": "cjs require",
|
|
1543
|
+
"active": true,
|
|
1544
|
+
"explanation": "",
|
|
1545
|
+
"userRequest": "./classExtractFieldDescriptor.js",
|
|
1546
|
+
"loc": "3:34-77",
|
|
1547
|
+
"moduleId": 1226,
|
|
1548
|
+
"resolvedModuleId": 1226
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1552
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1553
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1554
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1555
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1556
|
+
"type": "cjs require",
|
|
1557
|
+
"active": true,
|
|
1558
|
+
"explanation": "",
|
|
1559
|
+
"userRequest": "./classExtractFieldDescriptor.js",
|
|
1560
|
+
"loc": "3:34-77",
|
|
1561
|
+
"moduleId": 5962,
|
|
1562
|
+
"resolvedModuleId": 5962
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"usedExports": null,
|
|
1566
|
+
"providedExports": null,
|
|
1567
|
+
"optimizationBailout": [
|
|
1568
|
+
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
1569
|
+
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
1570
|
+
"Statement (ExpressionStatement) with side effects in source code at 9:0-46",
|
|
1571
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
1572
|
+
],
|
|
1573
|
+
"depth": 3
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"type": "module",
|
|
1577
|
+
"moduleType": "javascript/auto",
|
|
1578
|
+
"layer": null,
|
|
1579
|
+
"size": 460,
|
|
1580
|
+
"sizes": {
|
|
1581
|
+
"javascript": 460
|
|
1582
|
+
},
|
|
1583
|
+
"built": true,
|
|
1584
|
+
"codeGenerated": true,
|
|
1585
|
+
"buildTimeExecuted": false,
|
|
1586
|
+
"cached": false,
|
|
1587
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1588
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1589
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1590
|
+
"index": 224,
|
|
1591
|
+
"preOrderIndex": 224,
|
|
1592
|
+
"index2": 224,
|
|
1593
|
+
"postOrderIndex": 224,
|
|
1594
|
+
"cacheable": true,
|
|
1595
|
+
"optional": false,
|
|
1596
|
+
"orphan": false,
|
|
1597
|
+
"dependent": true,
|
|
1598
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1599
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
1600
|
+
"issuerPath": [
|
|
1601
|
+
{
|
|
1602
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
1603
|
+
"name": "./lib/directLine.js",
|
|
1604
|
+
"id": 88
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1608
|
+
"name": "./lib/directLineStreaming.js",
|
|
1609
|
+
"id": 9815
|
|
1610
|
+
}
|
|
1611
|
+
],
|
|
1612
|
+
"failed": false,
|
|
1613
|
+
"errors": 0,
|
|
1614
|
+
"warnings": 0,
|
|
1615
|
+
"id": 1226,
|
|
1616
|
+
"issuerId": 9815,
|
|
1617
|
+
"chunks": [
|
|
1618
|
+
884
|
|
1619
|
+
],
|
|
1620
|
+
"assets": [],
|
|
1621
|
+
"reasons": [
|
|
1622
|
+
{
|
|
1623
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1624
|
+
"module": "./lib/directLineStreaming.js",
|
|
1625
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
1626
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1627
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
1628
|
+
"type": "cjs require",
|
|
1629
|
+
"active": true,
|
|
1630
|
+
"explanation": "",
|
|
1631
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldGet",
|
|
1632
|
+
"loc": "16:52-106",
|
|
1633
|
+
"moduleId": 9815,
|
|
1634
|
+
"resolvedModuleId": 9815
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1638
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1639
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1640
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1641
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1642
|
+
"type": "cjs require",
|
|
1643
|
+
"active": true,
|
|
1644
|
+
"explanation": "",
|
|
1645
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldGet",
|
|
1646
|
+
"loc": "24:52-106",
|
|
1647
|
+
"moduleId": 2739,
|
|
1648
|
+
"resolvedModuleId": 2739
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1652
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1653
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1654
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1655
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1656
|
+
"type": "cjs self exports reference",
|
|
1657
|
+
"active": true,
|
|
1658
|
+
"explanation": "",
|
|
1659
|
+
"userRequest": null,
|
|
1660
|
+
"loc": "10:0-14",
|
|
1661
|
+
"moduleId": 1226,
|
|
1662
|
+
"resolvedModuleId": 1226
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1666
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1667
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1668
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1669
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
1670
|
+
"type": "cjs self exports reference",
|
|
1671
|
+
"active": true,
|
|
1672
|
+
"explanation": "",
|
|
1673
|
+
"userRequest": null,
|
|
1674
|
+
"loc": "11:28-42",
|
|
1675
|
+
"moduleId": 1226,
|
|
1676
|
+
"resolvedModuleId": 1226
|
|
1677
|
+
}
|
|
1678
|
+
],
|
|
1679
|
+
"usedExports": null,
|
|
1680
|
+
"providedExports": null,
|
|
1681
|
+
"optimizationBailout": [
|
|
1682
|
+
"CommonJS bailout: module.exports is used directly at 10:0-14",
|
|
1683
|
+
"CommonJS bailout: module.exports is used directly at 11:28-42",
|
|
1684
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-70",
|
|
1685
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
1686
|
+
],
|
|
1687
|
+
"depth": 2
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"type": "module",
|
|
1691
|
+
"moduleType": "javascript/auto",
|
|
1692
|
+
"layer": null,
|
|
1693
|
+
"size": 483,
|
|
1694
|
+
"sizes": {
|
|
1695
|
+
"javascript": 483
|
|
1696
|
+
},
|
|
1697
|
+
"built": true,
|
|
1698
|
+
"codeGenerated": true,
|
|
1699
|
+
"buildTimeExecuted": false,
|
|
1700
|
+
"cached": false,
|
|
1701
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1702
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1703
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1704
|
+
"index": 227,
|
|
1705
|
+
"preOrderIndex": 227,
|
|
1706
|
+
"index2": 226,
|
|
1707
|
+
"postOrderIndex": 226,
|
|
1708
|
+
"cacheable": true,
|
|
1709
|
+
"optional": false,
|
|
1710
|
+
"orphan": false,
|
|
1711
|
+
"dependent": true,
|
|
1712
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1713
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
1714
|
+
"issuerPath": [
|
|
1715
|
+
{
|
|
1716
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
1717
|
+
"name": "./lib/directLine.js",
|
|
1718
|
+
"id": 88
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1722
|
+
"name": "./lib/directLineStreaming.js",
|
|
1723
|
+
"id": 9815
|
|
1724
|
+
}
|
|
1725
|
+
],
|
|
1726
|
+
"failed": false,
|
|
1727
|
+
"errors": 0,
|
|
1728
|
+
"warnings": 0,
|
|
1729
|
+
"id": 5962,
|
|
1730
|
+
"issuerId": 9815,
|
|
1731
|
+
"chunks": [
|
|
1732
|
+
884
|
|
1733
|
+
],
|
|
1734
|
+
"assets": [],
|
|
1735
|
+
"reasons": [
|
|
1736
|
+
{
|
|
1737
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1738
|
+
"module": "./lib/directLineStreaming.js",
|
|
1739
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
1740
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
1741
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
1742
|
+
"type": "cjs require",
|
|
1743
|
+
"active": true,
|
|
1744
|
+
"explanation": "",
|
|
1745
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldSet",
|
|
1746
|
+
"loc": "18:52-106",
|
|
1747
|
+
"moduleId": 9815,
|
|
1748
|
+
"resolvedModuleId": 9815
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1752
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1753
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1754
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1755
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1756
|
+
"type": "cjs require",
|
|
1757
|
+
"active": true,
|
|
1758
|
+
"explanation": "",
|
|
1759
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldSet",
|
|
1760
|
+
"loc": "26:52-106",
|
|
1761
|
+
"moduleId": 2739,
|
|
1762
|
+
"resolvedModuleId": 2739
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1766
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1767
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1768
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1769
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1770
|
+
"type": "cjs self exports reference",
|
|
1771
|
+
"active": true,
|
|
1772
|
+
"explanation": "",
|
|
1773
|
+
"userRequest": null,
|
|
1774
|
+
"loc": "11:0-14",
|
|
1775
|
+
"moduleId": 5962,
|
|
1776
|
+
"resolvedModuleId": 5962
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1780
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1781
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1782
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1783
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
1784
|
+
"type": "cjs self exports reference",
|
|
1785
|
+
"active": true,
|
|
1786
|
+
"explanation": "",
|
|
1787
|
+
"userRequest": null,
|
|
1788
|
+
"loc": "12:28-42",
|
|
1789
|
+
"moduleId": 5962,
|
|
1790
|
+
"resolvedModuleId": 5962
|
|
1791
|
+
}
|
|
1792
|
+
],
|
|
1793
|
+
"usedExports": null,
|
|
1794
|
+
"providedExports": null,
|
|
1795
|
+
"optimizationBailout": [
|
|
1796
|
+
"CommonJS bailout: module.exports is used directly at 11:0-14",
|
|
1797
|
+
"CommonJS bailout: module.exports is used directly at 12:28-42",
|
|
1798
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-70",
|
|
1799
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
1800
|
+
],
|
|
1801
|
+
"depth": 2
|
|
1802
|
+
},
|
|
1145
1803
|
{
|
|
1146
1804
|
"type": "module",
|
|
1147
1805
|
"moduleType": "javascript/auto",
|
|
@@ -1208,10 +1866,24 @@
|
|
|
1208
1866
|
"active": true,
|
|
1209
1867
|
"explanation": "",
|
|
1210
1868
|
"userRequest": "@babel/runtime/helpers/createClass",
|
|
1211
|
-
"loc": "
|
|
1869
|
+
"loc": "26:43-88",
|
|
1212
1870
|
"moduleId": 9815,
|
|
1213
1871
|
"resolvedModuleId": 9815
|
|
1214
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1875
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1876
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1877
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1878
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1879
|
+
"type": "cjs require",
|
|
1880
|
+
"active": true,
|
|
1881
|
+
"explanation": "",
|
|
1882
|
+
"userRequest": "@babel/runtime/helpers/createClass",
|
|
1883
|
+
"loc": "12:43-88",
|
|
1884
|
+
"moduleId": 2739,
|
|
1885
|
+
"resolvedModuleId": 2739
|
|
1886
|
+
},
|
|
1215
1887
|
{
|
|
1216
1888
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/createClass.js",
|
|
1217
1889
|
"module": "./node_modules/@babel/runtime/helpers/createClass.js",
|
|
@@ -1331,7 +2003,7 @@
|
|
|
1331
2003
|
"active": true,
|
|
1332
2004
|
"explanation": "",
|
|
1333
2005
|
"userRequest": "@babel/runtime/helpers/defineProperty",
|
|
1334
|
-
"loc": "
|
|
2006
|
+
"loc": "28:46-94",
|
|
1335
2007
|
"moduleId": 9815,
|
|
1336
2008
|
"resolvedModuleId": 9815
|
|
1337
2009
|
},
|
|
@@ -1374,6 +2046,171 @@
|
|
|
1374
2046
|
],
|
|
1375
2047
|
"depth": 1
|
|
1376
2048
|
},
|
|
2049
|
+
{
|
|
2050
|
+
"type": "module",
|
|
2051
|
+
"moduleType": "javascript/auto",
|
|
2052
|
+
"layer": null,
|
|
2053
|
+
"size": 846,
|
|
2054
|
+
"sizes": {
|
|
2055
|
+
"javascript": 846
|
|
2056
|
+
},
|
|
2057
|
+
"built": true,
|
|
2058
|
+
"codeGenerated": true,
|
|
2059
|
+
"buildTimeExecuted": false,
|
|
2060
|
+
"cached": false,
|
|
2061
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2062
|
+
"name": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2063
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2064
|
+
"index": 245,
|
|
2065
|
+
"preOrderIndex": 245,
|
|
2066
|
+
"index2": 243,
|
|
2067
|
+
"postOrderIndex": 243,
|
|
2068
|
+
"cacheable": true,
|
|
2069
|
+
"optional": false,
|
|
2070
|
+
"orphan": false,
|
|
2071
|
+
"dependent": true,
|
|
2072
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2073
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2074
|
+
"issuerPath": [
|
|
2075
|
+
{
|
|
2076
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
2077
|
+
"name": "./lib/directLine.js",
|
|
2078
|
+
"id": 88
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
2082
|
+
"name": "./lib/directLineStreaming.js",
|
|
2083
|
+
"id": 9815
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2087
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2088
|
+
"id": 2739
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"failed": false,
|
|
2092
|
+
"errors": 0,
|
|
2093
|
+
"warnings": 0,
|
|
2094
|
+
"id": 6525,
|
|
2095
|
+
"issuerId": 2739,
|
|
2096
|
+
"chunks": [
|
|
2097
|
+
884
|
|
2098
|
+
],
|
|
2099
|
+
"assets": [],
|
|
2100
|
+
"reasons": [
|
|
2101
|
+
{
|
|
2102
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2103
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2104
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2105
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2106
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2107
|
+
"type": "cjs require",
|
|
2108
|
+
"active": true,
|
|
2109
|
+
"explanation": "",
|
|
2110
|
+
"userRequest": "@babel/runtime/helpers/get",
|
|
2111
|
+
"loc": "16:35-72",
|
|
2112
|
+
"moduleId": 2739,
|
|
2113
|
+
"resolvedModuleId": 2739
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2117
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2118
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2119
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2120
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2121
|
+
"type": "cjs self exports reference",
|
|
2122
|
+
"active": true,
|
|
2123
|
+
"explanation": "",
|
|
2124
|
+
"userRequest": null,
|
|
2125
|
+
"loc": "5:4-18",
|
|
2126
|
+
"moduleId": 6525,
|
|
2127
|
+
"resolvedModuleId": 6525
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2131
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2132
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2133
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2134
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2135
|
+
"type": "cjs self exports reference",
|
|
2136
|
+
"active": true,
|
|
2137
|
+
"explanation": "",
|
|
2138
|
+
"userRequest": null,
|
|
2139
|
+
"loc": "6:32-46",
|
|
2140
|
+
"moduleId": 6525,
|
|
2141
|
+
"resolvedModuleId": 6525
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2145
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2146
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2147
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2148
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2149
|
+
"type": "cjs self exports reference",
|
|
2150
|
+
"active": true,
|
|
2151
|
+
"explanation": "",
|
|
2152
|
+
"userRequest": null,
|
|
2153
|
+
"loc": "8:4-18",
|
|
2154
|
+
"moduleId": 6525,
|
|
2155
|
+
"resolvedModuleId": 6525
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2159
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2160
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2161
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2162
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2163
|
+
"type": "cjs self exports reference",
|
|
2164
|
+
"active": true,
|
|
2165
|
+
"explanation": "",
|
|
2166
|
+
"userRequest": null,
|
|
2167
|
+
"loc": "20:32-46",
|
|
2168
|
+
"moduleId": 6525,
|
|
2169
|
+
"resolvedModuleId": 6525
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2173
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2174
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2175
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2176
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2177
|
+
"type": "cjs self exports reference",
|
|
2178
|
+
"active": true,
|
|
2179
|
+
"explanation": "",
|
|
2180
|
+
"userRequest": null,
|
|
2181
|
+
"loc": "26:0-14",
|
|
2182
|
+
"moduleId": 6525,
|
|
2183
|
+
"resolvedModuleId": 6525
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2187
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2188
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2189
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
2190
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
2191
|
+
"type": "cjs self exports reference",
|
|
2192
|
+
"active": true,
|
|
2193
|
+
"explanation": "",
|
|
2194
|
+
"userRequest": null,
|
|
2195
|
+
"loc": "27:28-42",
|
|
2196
|
+
"moduleId": 6525,
|
|
2197
|
+
"resolvedModuleId": 6525
|
|
2198
|
+
}
|
|
2199
|
+
],
|
|
2200
|
+
"usedExports": null,
|
|
2201
|
+
"providedExports": null,
|
|
2202
|
+
"optimizationBailout": [
|
|
2203
|
+
"CommonJS bailout: module.exports is used directly at 5:4-18",
|
|
2204
|
+
"CommonJS bailout: module.exports is used directly at 6:32-46",
|
|
2205
|
+
"CommonJS bailout: module.exports is used directly at 8:4-18",
|
|
2206
|
+
"CommonJS bailout: module.exports is used directly at 20:32-46",
|
|
2207
|
+
"CommonJS bailout: module.exports is used directly at 26:0-14",
|
|
2208
|
+
"CommonJS bailout: module.exports is used directly at 27:28-42",
|
|
2209
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-50",
|
|
2210
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
2211
|
+
],
|
|
2212
|
+
"depth": 3
|
|
2213
|
+
},
|
|
1377
2214
|
{
|
|
1378
2215
|
"type": "module",
|
|
1379
2216
|
"moduleType": "javascript/auto",
|
|
@@ -1389,16 +2226,16 @@
|
|
|
1389
2226
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
1390
2227
|
"name": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
1391
2228
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
1392
|
-
"index":
|
|
1393
|
-
"preOrderIndex":
|
|
1394
|
-
"index2":
|
|
1395
|
-
"postOrderIndex":
|
|
2229
|
+
"index": 238,
|
|
2230
|
+
"preOrderIndex": 238,
|
|
2231
|
+
"index2": 235,
|
|
2232
|
+
"postOrderIndex": 235,
|
|
1396
2233
|
"cacheable": true,
|
|
1397
2234
|
"optional": false,
|
|
1398
2235
|
"orphan": false,
|
|
1399
2236
|
"dependent": true,
|
|
1400
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
1401
|
-
"issuerName": "./
|
|
2237
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2238
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1402
2239
|
"issuerPath": [
|
|
1403
2240
|
{
|
|
1404
2241
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -1411,21 +2248,35 @@
|
|
|
1411
2248
|
"id": 9815
|
|
1412
2249
|
},
|
|
1413
2250
|
{
|
|
1414
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
1415
|
-
"name": "./
|
|
1416
|
-
"id":
|
|
2251
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2252
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2253
|
+
"id": 2739
|
|
1417
2254
|
}
|
|
1418
2255
|
],
|
|
1419
2256
|
"failed": false,
|
|
1420
2257
|
"errors": 0,
|
|
1421
2258
|
"warnings": 0,
|
|
1422
2259
|
"id": 9754,
|
|
1423
|
-
"issuerId":
|
|
2260
|
+
"issuerId": 2739,
|
|
1424
2261
|
"chunks": [
|
|
1425
2262
|
884
|
|
1426
2263
|
],
|
|
1427
2264
|
"assets": [],
|
|
1428
2265
|
"reasons": [
|
|
2266
|
+
{
|
|
2267
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2268
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2269
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2270
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2271
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2272
|
+
"type": "cjs require",
|
|
2273
|
+
"active": true,
|
|
2274
|
+
"explanation": "",
|
|
2275
|
+
"userRequest": "@babel/runtime/helpers/getPrototypeOf",
|
|
2276
|
+
"loc": "22:46-94",
|
|
2277
|
+
"moduleId": 2739,
|
|
2278
|
+
"resolvedModuleId": 2739
|
|
2279
|
+
},
|
|
1429
2280
|
{
|
|
1430
2281
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
1431
2282
|
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
@@ -1482,6 +2333,20 @@
|
|
|
1482
2333
|
"moduleId": 9754,
|
|
1483
2334
|
"resolvedModuleId": 9754
|
|
1484
2335
|
},
|
|
2336
|
+
{
|
|
2337
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
2338
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
2339
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
2340
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
2341
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
2342
|
+
"type": "cjs require",
|
|
2343
|
+
"active": true,
|
|
2344
|
+
"explanation": "",
|
|
2345
|
+
"userRequest": "./getPrototypeOf.js",
|
|
2346
|
+
"loc": "1:21-51",
|
|
2347
|
+
"moduleId": 8331,
|
|
2348
|
+
"resolvedModuleId": 8331
|
|
2349
|
+
},
|
|
1485
2350
|
{
|
|
1486
2351
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
1487
2352
|
"module": "./node_modules/buffer/index.js",
|
|
@@ -1524,16 +2389,16 @@
|
|
|
1524
2389
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
1525
2390
|
"name": "./node_modules/@babel/runtime/helpers/inherits.js",
|
|
1526
2391
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
1527
|
-
"index":
|
|
1528
|
-
"preOrderIndex":
|
|
1529
|
-
"index2":
|
|
1530
|
-
"postOrderIndex":
|
|
2392
|
+
"index": 235,
|
|
2393
|
+
"preOrderIndex": 235,
|
|
2394
|
+
"index2": 233,
|
|
2395
|
+
"postOrderIndex": 233,
|
|
1531
2396
|
"cacheable": true,
|
|
1532
2397
|
"optional": false,
|
|
1533
2398
|
"orphan": false,
|
|
1534
2399
|
"dependent": true,
|
|
1535
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
1536
|
-
"issuerName": "./
|
|
2400
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2401
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
1537
2402
|
"issuerPath": [
|
|
1538
2403
|
{
|
|
1539
2404
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -1546,21 +2411,35 @@
|
|
|
1546
2411
|
"id": 9815
|
|
1547
2412
|
},
|
|
1548
2413
|
{
|
|
1549
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
1550
|
-
"name": "./
|
|
1551
|
-
"id":
|
|
2414
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2415
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2416
|
+
"id": 2739
|
|
1552
2417
|
}
|
|
1553
2418
|
],
|
|
1554
2419
|
"failed": false,
|
|
1555
2420
|
"errors": 0,
|
|
1556
2421
|
"warnings": 0,
|
|
1557
2422
|
"id": 2205,
|
|
1558
|
-
"issuerId":
|
|
2423
|
+
"issuerId": 2739,
|
|
1559
2424
|
"chunks": [
|
|
1560
2425
|
884
|
|
1561
2426
|
],
|
|
1562
2427
|
"assets": [],
|
|
1563
2428
|
"reasons": [
|
|
2429
|
+
{
|
|
2430
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2431
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2432
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2433
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2434
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2435
|
+
"type": "cjs require",
|
|
2436
|
+
"active": true,
|
|
2437
|
+
"explanation": "",
|
|
2438
|
+
"userRequest": "@babel/runtime/helpers/inherits",
|
|
2439
|
+
"loc": "18:40-82",
|
|
2440
|
+
"moduleId": 2739,
|
|
2441
|
+
"resolvedModuleId": 2739
|
|
2442
|
+
},
|
|
1564
2443
|
{
|
|
1565
2444
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
1566
2445
|
"module": "./node_modules/@babel/runtime/helpers/inherits.js",
|
|
@@ -1712,6 +2591,20 @@
|
|
|
1712
2591
|
"moduleId": 6564,
|
|
1713
2592
|
"resolvedModuleId": 6564
|
|
1714
2593
|
},
|
|
2594
|
+
{
|
|
2595
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2596
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2597
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2598
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2599
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2600
|
+
"type": "cjs require",
|
|
2601
|
+
"active": true,
|
|
2602
|
+
"explanation": "",
|
|
2603
|
+
"userRequest": "@babel/runtime/helpers/interopRequireDefault",
|
|
2604
|
+
"loc": "3:29-84",
|
|
2605
|
+
"moduleId": 2739,
|
|
2606
|
+
"resolvedModuleId": 2739
|
|
2607
|
+
},
|
|
1715
2608
|
{
|
|
1716
2609
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/interopRequireDefault.js",
|
|
1717
2610
|
"module": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js",
|
|
@@ -2023,10 +2916,10 @@
|
|
|
2023
2916
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
2024
2917
|
"name": "./node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
2025
2918
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
2026
|
-
"index":
|
|
2027
|
-
"preOrderIndex":
|
|
2028
|
-
"index2":
|
|
2029
|
-
"postOrderIndex":
|
|
2919
|
+
"index": 231,
|
|
2920
|
+
"preOrderIndex": 231,
|
|
2921
|
+
"index2": 228,
|
|
2922
|
+
"postOrderIndex": 228,
|
|
2030
2923
|
"cacheable": true,
|
|
2031
2924
|
"optional": false,
|
|
2032
2925
|
"orphan": false,
|
|
@@ -2337,16 +3230,16 @@
|
|
|
2337
3230
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
2338
3231
|
"name": "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
2339
3232
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
2340
|
-
"index":
|
|
2341
|
-
"preOrderIndex":
|
|
2342
|
-
"index2":
|
|
2343
|
-
"postOrderIndex":
|
|
3233
|
+
"index": 237,
|
|
3234
|
+
"preOrderIndex": 237,
|
|
3235
|
+
"index2": 234,
|
|
3236
|
+
"postOrderIndex": 234,
|
|
2344
3237
|
"cacheable": true,
|
|
2345
3238
|
"optional": false,
|
|
2346
3239
|
"orphan": false,
|
|
2347
3240
|
"dependent": true,
|
|
2348
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
2349
|
-
"issuerName": "./
|
|
3241
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3242
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
2350
3243
|
"issuerPath": [
|
|
2351
3244
|
{
|
|
2352
3245
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -2359,21 +3252,35 @@
|
|
|
2359
3252
|
"id": 9815
|
|
2360
3253
|
},
|
|
2361
3254
|
{
|
|
2362
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
2363
|
-
"name": "./
|
|
2364
|
-
"id":
|
|
3255
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3256
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3257
|
+
"id": 2739
|
|
2365
3258
|
}
|
|
2366
3259
|
],
|
|
2367
3260
|
"failed": false,
|
|
2368
3261
|
"errors": 0,
|
|
2369
3262
|
"warnings": 0,
|
|
2370
3263
|
"id": 8585,
|
|
2371
|
-
"issuerId":
|
|
3264
|
+
"issuerId": 2739,
|
|
2372
3265
|
"chunks": [
|
|
2373
3266
|
884
|
|
2374
3267
|
],
|
|
2375
3268
|
"assets": [],
|
|
2376
3269
|
"reasons": [
|
|
3270
|
+
{
|
|
3271
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3272
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3273
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3274
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3275
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3276
|
+
"type": "cjs require",
|
|
3277
|
+
"active": true,
|
|
3278
|
+
"explanation": "",
|
|
3279
|
+
"userRequest": "@babel/runtime/helpers/possibleConstructorReturn",
|
|
3280
|
+
"loc": "20:57-116",
|
|
3281
|
+
"moduleId": 2739,
|
|
3282
|
+
"resolvedModuleId": 2739
|
|
3283
|
+
},
|
|
2377
3284
|
{
|
|
2378
3285
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
2379
3286
|
"module": "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
@@ -2442,10 +3349,10 @@
|
|
|
2442
3349
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
2443
3350
|
"name": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
2444
3351
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
2445
|
-
"index":
|
|
2446
|
-
"preOrderIndex":
|
|
2447
|
-
"index2":
|
|
2448
|
-
"postOrderIndex":
|
|
3352
|
+
"index": 236,
|
|
3353
|
+
"preOrderIndex": 236,
|
|
3354
|
+
"index2": 232,
|
|
3355
|
+
"postOrderIndex": 232,
|
|
2449
3356
|
"cacheable": true,
|
|
2450
3357
|
"optional": false,
|
|
2451
3358
|
"orphan": false,
|
|
@@ -2464,9 +3371,9 @@
|
|
|
2464
3371
|
"id": 9815
|
|
2465
3372
|
},
|
|
2466
3373
|
{
|
|
2467
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
2468
|
-
"name": "./
|
|
2469
|
-
"id":
|
|
3374
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3375
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3376
|
+
"id": 2739
|
|
2470
3377
|
},
|
|
2471
3378
|
{
|
|
2472
3379
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
@@ -2567,6 +3474,116 @@
|
|
|
2567
3474
|
],
|
|
2568
3475
|
"depth": 4
|
|
2569
3476
|
},
|
|
3477
|
+
{
|
|
3478
|
+
"type": "module",
|
|
3479
|
+
"moduleType": "javascript/auto",
|
|
3480
|
+
"layer": null,
|
|
3481
|
+
"size": 370,
|
|
3482
|
+
"sizes": {
|
|
3483
|
+
"javascript": 370
|
|
3484
|
+
},
|
|
3485
|
+
"built": true,
|
|
3486
|
+
"codeGenerated": true,
|
|
3487
|
+
"buildTimeExecuted": false,
|
|
3488
|
+
"cached": false,
|
|
3489
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3490
|
+
"name": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3491
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3492
|
+
"index": 246,
|
|
3493
|
+
"preOrderIndex": 246,
|
|
3494
|
+
"index2": 242,
|
|
3495
|
+
"postOrderIndex": 242,
|
|
3496
|
+
"cacheable": true,
|
|
3497
|
+
"optional": false,
|
|
3498
|
+
"orphan": false,
|
|
3499
|
+
"dependent": true,
|
|
3500
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
3501
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
3502
|
+
"issuerPath": [
|
|
3503
|
+
{
|
|
3504
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
3505
|
+
"name": "./lib/directLine.js",
|
|
3506
|
+
"id": 88
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
3510
|
+
"name": "./lib/directLineStreaming.js",
|
|
3511
|
+
"id": 9815
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3515
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
3516
|
+
"id": 2739
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
3520
|
+
"name": "./node_modules/@babel/runtime/helpers/get.js",
|
|
3521
|
+
"id": 6525
|
|
3522
|
+
}
|
|
3523
|
+
],
|
|
3524
|
+
"failed": false,
|
|
3525
|
+
"errors": 0,
|
|
3526
|
+
"warnings": 0,
|
|
3527
|
+
"id": 8331,
|
|
3528
|
+
"issuerId": 6525,
|
|
3529
|
+
"chunks": [
|
|
3530
|
+
884
|
|
3531
|
+
],
|
|
3532
|
+
"assets": [],
|
|
3533
|
+
"reasons": [
|
|
3534
|
+
{
|
|
3535
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
3536
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
3537
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
3538
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
3539
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
3540
|
+
"type": "cjs require",
|
|
3541
|
+
"active": true,
|
|
3542
|
+
"explanation": "",
|
|
3543
|
+
"userRequest": "./superPropBase.js",
|
|
3544
|
+
"loc": "1:20-49",
|
|
3545
|
+
"moduleId": 6525,
|
|
3546
|
+
"resolvedModuleId": 6525
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3550
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3551
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3552
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3553
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3554
|
+
"type": "cjs self exports reference",
|
|
3555
|
+
"active": true,
|
|
3556
|
+
"explanation": "",
|
|
3557
|
+
"userRequest": null,
|
|
3558
|
+
"loc": "12:0-14",
|
|
3559
|
+
"moduleId": 8331,
|
|
3560
|
+
"resolvedModuleId": 8331
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3564
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3565
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3566
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3567
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
3568
|
+
"type": "cjs self exports reference",
|
|
3569
|
+
"active": true,
|
|
3570
|
+
"explanation": "",
|
|
3571
|
+
"userRequest": null,
|
|
3572
|
+
"loc": "13:28-42",
|
|
3573
|
+
"moduleId": 8331,
|
|
3574
|
+
"resolvedModuleId": 8331
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"usedExports": null,
|
|
3578
|
+
"providedExports": null,
|
|
3579
|
+
"optimizationBailout": [
|
|
3580
|
+
"CommonJS bailout: module.exports is used directly at 12:0-14",
|
|
3581
|
+
"CommonJS bailout: module.exports is used directly at 13:28-42",
|
|
3582
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-52",
|
|
3583
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
3584
|
+
],
|
|
3585
|
+
"depth": 4
|
|
3586
|
+
},
|
|
2570
3587
|
{
|
|
2571
3588
|
"type": "module",
|
|
2572
3589
|
"moduleType": "javascript/auto",
|
|
@@ -2687,10 +3704,10 @@
|
|
|
2687
3704
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
2688
3705
|
"name": "./node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
2689
3706
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
2690
|
-
"index":
|
|
2691
|
-
"preOrderIndex":
|
|
2692
|
-
"index2":
|
|
2693
|
-
"postOrderIndex":
|
|
3707
|
+
"index": 229,
|
|
3708
|
+
"preOrderIndex": 229,
|
|
3709
|
+
"index2": 229,
|
|
3710
|
+
"postOrderIndex": 229,
|
|
2694
3711
|
"cacheable": true,
|
|
2695
3712
|
"optional": false,
|
|
2696
3713
|
"orphan": false,
|
|
@@ -2729,7 +3746,7 @@
|
|
|
2729
3746
|
"active": true,
|
|
2730
3747
|
"explanation": "",
|
|
2731
3748
|
"userRequest": "@babel/runtime/helpers/toConsumableArray",
|
|
2732
|
-
"loc": "
|
|
3749
|
+
"loc": "20:49-100",
|
|
2733
3750
|
"moduleId": 9815,
|
|
2734
3751
|
"resolvedModuleId": 9815
|
|
2735
3752
|
},
|
|
@@ -3187,10 +4204,10 @@
|
|
|
3187
4204
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/base64-js/index.js",
|
|
3188
4205
|
"name": "./node_modules/base64-js/index.js",
|
|
3189
4206
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/base64-js/index.js",
|
|
3190
|
-
"index":
|
|
3191
|
-
"preOrderIndex":
|
|
3192
|
-
"index2":
|
|
3193
|
-
"postOrderIndex":
|
|
4207
|
+
"index": 239,
|
|
4208
|
+
"preOrderIndex": 239,
|
|
4209
|
+
"index2": 236,
|
|
4210
|
+
"postOrderIndex": 236,
|
|
3194
4211
|
"cacheable": true,
|
|
3195
4212
|
"optional": false,
|
|
3196
4213
|
"orphan": false,
|
|
@@ -3266,10 +4283,10 @@
|
|
|
3266
4283
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
3267
4284
|
"name": "./node_modules/botframework-streaming/lib/index-browser.js",
|
|
3268
4285
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
3269
|
-
"index":
|
|
3270
|
-
"preOrderIndex":
|
|
3271
|
-
"index2":
|
|
3272
|
-
"postOrderIndex":
|
|
4286
|
+
"index": 241,
|
|
4287
|
+
"preOrderIndex": 241,
|
|
4288
|
+
"index2": 239,
|
|
4289
|
+
"postOrderIndex": 239,
|
|
3273
4290
|
"cacheable": true,
|
|
3274
4291
|
"optional": false,
|
|
3275
4292
|
"orphan": false,
|
|
@@ -3308,10 +4325,24 @@
|
|
|
3308
4325
|
"active": true,
|
|
3309
4326
|
"explanation": "",
|
|
3310
4327
|
"userRequest": "botframework-streaming",
|
|
3311
|
-
"loc": "
|
|
4328
|
+
"loc": "36:35-68",
|
|
3312
4329
|
"moduleId": 9815,
|
|
3313
4330
|
"resolvedModuleId": 9815
|
|
3314
4331
|
},
|
|
4332
|
+
{
|
|
4333
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
4334
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
4335
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
4336
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
4337
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
4338
|
+
"type": "cjs require",
|
|
4339
|
+
"active": true,
|
|
4340
|
+
"explanation": "",
|
|
4341
|
+
"userRequest": "botframework-streaming",
|
|
4342
|
+
"loc": "28:29-62",
|
|
4343
|
+
"moduleId": 2739,
|
|
4344
|
+
"resolvedModuleId": 2739
|
|
4345
|
+
},
|
|
3315
4346
|
{
|
|
3316
4347
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
3317
4348
|
"module": "./node_modules/botframework-streaming/lib/index-browser.js",
|
|
@@ -3366,10 +4397,10 @@
|
|
|
3366
4397
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
3367
4398
|
"name": "./node_modules/buffer/index.js",
|
|
3368
4399
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
3369
|
-
"index":
|
|
3370
|
-
"preOrderIndex":
|
|
3371
|
-
"index2":
|
|
3372
|
-
"postOrderIndex":
|
|
4400
|
+
"index": 233,
|
|
4401
|
+
"preOrderIndex": 233,
|
|
4402
|
+
"index2": 238,
|
|
4403
|
+
"postOrderIndex": 238,
|
|
3373
4404
|
"cacheable": true,
|
|
3374
4405
|
"optional": false,
|
|
3375
4406
|
"orphan": false,
|
|
@@ -3408,7 +4439,7 @@
|
|
|
3408
4439
|
"active": true,
|
|
3409
4440
|
"explanation": "",
|
|
3410
4441
|
"userRequest": "buffer",
|
|
3411
|
-
"loc": "
|
|
4442
|
+
"loc": "32:14-31",
|
|
3412
4443
|
"moduleId": 9815,
|
|
3413
4444
|
"resolvedModuleId": 9815
|
|
3414
4445
|
},
|
|
@@ -15952,10 +16983,10 @@
|
|
|
15952
16983
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
15953
16984
|
"name": "./node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
15954
16985
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
15955
|
-
"index":
|
|
15956
|
-
"preOrderIndex":
|
|
15957
|
-
"index2":
|
|
15958
|
-
"postOrderIndex":
|
|
16986
|
+
"index": 243,
|
|
16987
|
+
"preOrderIndex": 243,
|
|
16988
|
+
"index2": 241,
|
|
16989
|
+
"postOrderIndex": 241,
|
|
15959
16990
|
"cacheable": true,
|
|
15960
16991
|
"optional": false,
|
|
15961
16992
|
"orphan": false,
|
|
@@ -15994,7 +17025,7 @@
|
|
|
15994
17025
|
"active": true,
|
|
15995
17026
|
"explanation": "",
|
|
15996
17027
|
"userRequest": "cross-fetch",
|
|
15997
|
-
"loc": "
|
|
17028
|
+
"loc": "40:41-63",
|
|
15998
17029
|
"moduleId": 9815,
|
|
15999
17030
|
"resolvedModuleId": 9815
|
|
16000
17031
|
},
|
|
@@ -16082,10 +17113,10 @@
|
|
|
16082
17113
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/ieee754/index.js",
|
|
16083
17114
|
"name": "./node_modules/ieee754/index.js",
|
|
16084
17115
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/ieee754/index.js",
|
|
16085
|
-
"index":
|
|
16086
|
-
"preOrderIndex":
|
|
16087
|
-
"index2":
|
|
16088
|
-
"postOrderIndex":
|
|
17116
|
+
"index": 240,
|
|
17117
|
+
"preOrderIndex": 240,
|
|
17118
|
+
"index2": 237,
|
|
17119
|
+
"postOrderIndex": 237,
|
|
16089
17120
|
"cacheable": true,
|
|
16090
17121
|
"optional": false,
|
|
16091
17122
|
"orphan": false,
|
|
@@ -16368,7 +17399,7 @@
|
|
|
16368
17399
|
"active": true,
|
|
16369
17400
|
"explanation": "",
|
|
16370
17401
|
"userRequest": "rxjs/BehaviorSubject",
|
|
16371
|
-
"loc": "
|
|
17402
|
+
"loc": "30:23-54",
|
|
16372
17403
|
"moduleId": 9815,
|
|
16373
17404
|
"resolvedModuleId": 9815
|
|
16374
17405
|
},
|
|
@@ -16686,7 +17717,7 @@
|
|
|
16686
17717
|
"active": true,
|
|
16687
17718
|
"explanation": "",
|
|
16688
17719
|
"userRequest": "rxjs/Observable",
|
|
16689
|
-
"loc": "
|
|
17720
|
+
"loc": "34:18-44",
|
|
16690
17721
|
"moduleId": 9815,
|
|
16691
17722
|
"resolvedModuleId": 9815
|
|
16692
17723
|
},
|
|
@@ -26256,9 +27287,9 @@
|
|
|
26256
27287
|
"type": "module",
|
|
26257
27288
|
"moduleType": "javascript/auto",
|
|
26258
27289
|
"layer": null,
|
|
26259
|
-
"size":
|
|
27290
|
+
"size": 117732,
|
|
26260
27291
|
"sizes": {
|
|
26261
|
-
"javascript":
|
|
27292
|
+
"javascript": 117732
|
|
26262
27293
|
},
|
|
26263
27294
|
"built": true,
|
|
26264
27295
|
"codeGenerated": true,
|
|
@@ -26269,8 +27300,8 @@
|
|
|
26269
27300
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
26270
27301
|
"index": 0,
|
|
26271
27302
|
"preOrderIndex": 0,
|
|
26272
|
-
"index2":
|
|
26273
|
-
"postOrderIndex":
|
|
27303
|
+
"index2": 246,
|
|
27304
|
+
"postOrderIndex": 246,
|
|
26274
27305
|
"cacheable": true,
|
|
26275
27306
|
"optional": false,
|
|
26276
27307
|
"orphan": false,
|
|
@@ -26297,7 +27328,7 @@
|
|
|
26297
27328
|
"active": true,
|
|
26298
27329
|
"explanation": "",
|
|
26299
27330
|
"userRequest": "./directLine",
|
|
26300
|
-
"loc": "
|
|
27331
|
+
"loc": "42:18-41",
|
|
26301
27332
|
"moduleId": 9815,
|
|
26302
27333
|
"resolvedModuleId": 9815
|
|
26303
27334
|
},
|
|
@@ -26439,6 +27470,20 @@
|
|
|
26439
27470
|
"moduleId": 6564,
|
|
26440
27471
|
"resolvedModuleId": 6564
|
|
26441
27472
|
},
|
|
27473
|
+
{
|
|
27474
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27475
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27476
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27477
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27478
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27479
|
+
"type": "cjs require",
|
|
27480
|
+
"active": true,
|
|
27481
|
+
"explanation": "",
|
|
27482
|
+
"userRequest": "@babel/runtime/helpers/interopRequireDefault",
|
|
27483
|
+
"loc": "3:29-84",
|
|
27484
|
+
"moduleId": 2739,
|
|
27485
|
+
"resolvedModuleId": 2739
|
|
27486
|
+
},
|
|
26442
27487
|
{
|
|
26443
27488
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/interopRequireDefault.js",
|
|
26444
27489
|
"module": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js",
|
|
@@ -26889,10 +27934,24 @@
|
|
|
26889
27934
|
"active": true,
|
|
26890
27935
|
"explanation": "",
|
|
26891
27936
|
"userRequest": "@babel/runtime/helpers/classCallCheck",
|
|
26892
|
-
"loc": "
|
|
27937
|
+
"loc": "24:46-94",
|
|
26893
27938
|
"moduleId": 9815,
|
|
26894
27939
|
"resolvedModuleId": 9815
|
|
26895
27940
|
},
|
|
27941
|
+
{
|
|
27942
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27943
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27944
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27945
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27946
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
27947
|
+
"type": "cjs require",
|
|
27948
|
+
"active": true,
|
|
27949
|
+
"explanation": "",
|
|
27950
|
+
"userRequest": "@babel/runtime/helpers/classCallCheck",
|
|
27951
|
+
"loc": "10:46-94",
|
|
27952
|
+
"moduleId": 2739,
|
|
27953
|
+
"resolvedModuleId": 2739
|
|
27954
|
+
},
|
|
26896
27955
|
{
|
|
26897
27956
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classCallCheck.js",
|
|
26898
27957
|
"module": "./node_modules/@babel/runtime/helpers/classCallCheck.js",
|
|
@@ -27011,10 +28070,24 @@
|
|
|
27011
28070
|
"active": true,
|
|
27012
28071
|
"explanation": "",
|
|
27013
28072
|
"userRequest": "@babel/runtime/helpers/createClass",
|
|
27014
|
-
"loc": "
|
|
28073
|
+
"loc": "26:43-88",
|
|
27015
28074
|
"moduleId": 9815,
|
|
27016
28075
|
"resolvedModuleId": 9815
|
|
27017
28076
|
},
|
|
28077
|
+
{
|
|
28078
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
28079
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
28080
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
28081
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
28082
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
28083
|
+
"type": "cjs require",
|
|
28084
|
+
"active": true,
|
|
28085
|
+
"explanation": "",
|
|
28086
|
+
"userRequest": "@babel/runtime/helpers/createClass",
|
|
28087
|
+
"loc": "12:43-88",
|
|
28088
|
+
"moduleId": 2739,
|
|
28089
|
+
"resolvedModuleId": 2739
|
|
28090
|
+
},
|
|
27018
28091
|
{
|
|
27019
28092
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/createClass.js",
|
|
27020
28093
|
"module": "./node_modules/@babel/runtime/helpers/createClass.js",
|
|
@@ -27133,7 +28206,7 @@
|
|
|
27133
28206
|
"active": true,
|
|
27134
28207
|
"explanation": "",
|
|
27135
28208
|
"userRequest": "@babel/runtime/helpers/defineProperty",
|
|
27136
|
-
"loc": "
|
|
28209
|
+
"loc": "28:46-94",
|
|
27137
28210
|
"moduleId": 9815,
|
|
27138
28211
|
"resolvedModuleId": 9815
|
|
27139
28212
|
},
|
|
@@ -27399,7 +28472,7 @@
|
|
|
27399
28472
|
"active": true,
|
|
27400
28473
|
"explanation": "",
|
|
27401
28474
|
"userRequest": "rxjs/BehaviorSubject",
|
|
27402
|
-
"loc": "
|
|
28475
|
+
"loc": "30:23-54",
|
|
27403
28476
|
"moduleId": 9815,
|
|
27404
28477
|
"resolvedModuleId": 9815
|
|
27405
28478
|
},
|
|
@@ -27506,7 +28579,7 @@
|
|
|
27506
28579
|
"active": true,
|
|
27507
28580
|
"explanation": "",
|
|
27508
28581
|
"userRequest": "rxjs/Observable",
|
|
27509
|
-
"loc": "
|
|
28582
|
+
"loc": "34:18-44",
|
|
27510
28583
|
"moduleId": 9815,
|
|
27511
28584
|
"resolvedModuleId": 9815
|
|
27512
28585
|
},
|
|
@@ -29366,9 +30439,9 @@
|
|
|
29366
30439
|
"type": "module",
|
|
29367
30440
|
"moduleType": "javascript/auto",
|
|
29368
30441
|
"layer": null,
|
|
29369
|
-
"size":
|
|
30442
|
+
"size": 76681,
|
|
29370
30443
|
"sizes": {
|
|
29371
|
-
"javascript":
|
|
30444
|
+
"javascript": 76681
|
|
29372
30445
|
},
|
|
29373
30446
|
"built": true,
|
|
29374
30447
|
"codeGenerated": true,
|
|
@@ -29379,8 +30452,8 @@
|
|
|
29379
30452
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
29380
30453
|
"index": 221,
|
|
29381
30454
|
"preOrderIndex": 221,
|
|
29382
|
-
"index2":
|
|
29383
|
-
"postOrderIndex":
|
|
30455
|
+
"index2": 245,
|
|
30456
|
+
"postOrderIndex": 245,
|
|
29384
30457
|
"cacheable": true,
|
|
29385
30458
|
"optional": false,
|
|
29386
30459
|
"orphan": false,
|
|
@@ -32196,6 +33269,232 @@
|
|
|
32196
33269
|
],
|
|
32197
33270
|
"depth": 2
|
|
32198
33271
|
},
|
|
33272
|
+
{
|
|
33273
|
+
"type": "module",
|
|
33274
|
+
"moduleType": "javascript/auto",
|
|
33275
|
+
"layer": null,
|
|
33276
|
+
"size": 460,
|
|
33277
|
+
"sizes": {
|
|
33278
|
+
"javascript": 460
|
|
33279
|
+
},
|
|
33280
|
+
"built": true,
|
|
33281
|
+
"codeGenerated": true,
|
|
33282
|
+
"buildTimeExecuted": false,
|
|
33283
|
+
"cached": false,
|
|
33284
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33285
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33286
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33287
|
+
"index": 224,
|
|
33288
|
+
"preOrderIndex": 224,
|
|
33289
|
+
"index2": 224,
|
|
33290
|
+
"postOrderIndex": 224,
|
|
33291
|
+
"cacheable": true,
|
|
33292
|
+
"optional": false,
|
|
33293
|
+
"orphan": false,
|
|
33294
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33295
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
33296
|
+
"issuerPath": [
|
|
33297
|
+
{
|
|
33298
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
33299
|
+
"name": "./lib/directLine.js",
|
|
33300
|
+
"id": 88
|
|
33301
|
+
},
|
|
33302
|
+
{
|
|
33303
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33304
|
+
"name": "./lib/directLineStreaming.js",
|
|
33305
|
+
"id": 9815
|
|
33306
|
+
}
|
|
33307
|
+
],
|
|
33308
|
+
"failed": false,
|
|
33309
|
+
"errors": 0,
|
|
33310
|
+
"warnings": 0,
|
|
33311
|
+
"id": 1226,
|
|
33312
|
+
"issuerId": 9815,
|
|
33313
|
+
"chunks": [
|
|
33314
|
+
884
|
|
33315
|
+
],
|
|
33316
|
+
"assets": [],
|
|
33317
|
+
"reasons": [
|
|
33318
|
+
{
|
|
33319
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33320
|
+
"module": "./lib/directLineStreaming.js",
|
|
33321
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
33322
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33323
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
33324
|
+
"type": "cjs require",
|
|
33325
|
+
"active": true,
|
|
33326
|
+
"explanation": "",
|
|
33327
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldGet",
|
|
33328
|
+
"loc": "16:52-106",
|
|
33329
|
+
"moduleId": 9815,
|
|
33330
|
+
"resolvedModuleId": 9815
|
|
33331
|
+
},
|
|
33332
|
+
{
|
|
33333
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33334
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33335
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33336
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33337
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33338
|
+
"type": "cjs require",
|
|
33339
|
+
"active": true,
|
|
33340
|
+
"explanation": "",
|
|
33341
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldGet",
|
|
33342
|
+
"loc": "24:52-106",
|
|
33343
|
+
"moduleId": 2739,
|
|
33344
|
+
"resolvedModuleId": 2739
|
|
33345
|
+
},
|
|
33346
|
+
{
|
|
33347
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33348
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33349
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33350
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33351
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33352
|
+
"type": "cjs self exports reference",
|
|
33353
|
+
"active": true,
|
|
33354
|
+
"explanation": "",
|
|
33355
|
+
"userRequest": null,
|
|
33356
|
+
"loc": "10:0-14",
|
|
33357
|
+
"moduleId": 1226,
|
|
33358
|
+
"resolvedModuleId": 1226
|
|
33359
|
+
},
|
|
33360
|
+
{
|
|
33361
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33362
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33363
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33364
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33365
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
33366
|
+
"type": "cjs self exports reference",
|
|
33367
|
+
"active": true,
|
|
33368
|
+
"explanation": "",
|
|
33369
|
+
"userRequest": null,
|
|
33370
|
+
"loc": "11:28-42",
|
|
33371
|
+
"moduleId": 1226,
|
|
33372
|
+
"resolvedModuleId": 1226
|
|
33373
|
+
}
|
|
33374
|
+
],
|
|
33375
|
+
"usedExports": null,
|
|
33376
|
+
"providedExports": null,
|
|
33377
|
+
"optimizationBailout": [
|
|
33378
|
+
"CommonJS bailout: module.exports is used directly at 10:0-14",
|
|
33379
|
+
"CommonJS bailout: module.exports is used directly at 11:28-42",
|
|
33380
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-70",
|
|
33381
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
33382
|
+
],
|
|
33383
|
+
"depth": 2
|
|
33384
|
+
},
|
|
33385
|
+
{
|
|
33386
|
+
"type": "module",
|
|
33387
|
+
"moduleType": "javascript/auto",
|
|
33388
|
+
"layer": null,
|
|
33389
|
+
"size": 483,
|
|
33390
|
+
"sizes": {
|
|
33391
|
+
"javascript": 483
|
|
33392
|
+
},
|
|
33393
|
+
"built": true,
|
|
33394
|
+
"codeGenerated": true,
|
|
33395
|
+
"buildTimeExecuted": false,
|
|
33396
|
+
"cached": false,
|
|
33397
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33398
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33399
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33400
|
+
"index": 227,
|
|
33401
|
+
"preOrderIndex": 227,
|
|
33402
|
+
"index2": 226,
|
|
33403
|
+
"postOrderIndex": 226,
|
|
33404
|
+
"cacheable": true,
|
|
33405
|
+
"optional": false,
|
|
33406
|
+
"orphan": false,
|
|
33407
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33408
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
33409
|
+
"issuerPath": [
|
|
33410
|
+
{
|
|
33411
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
33412
|
+
"name": "./lib/directLine.js",
|
|
33413
|
+
"id": 88
|
|
33414
|
+
},
|
|
33415
|
+
{
|
|
33416
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33417
|
+
"name": "./lib/directLineStreaming.js",
|
|
33418
|
+
"id": 9815
|
|
33419
|
+
}
|
|
33420
|
+
],
|
|
33421
|
+
"failed": false,
|
|
33422
|
+
"errors": 0,
|
|
33423
|
+
"warnings": 0,
|
|
33424
|
+
"id": 5962,
|
|
33425
|
+
"issuerId": 9815,
|
|
33426
|
+
"chunks": [
|
|
33427
|
+
884
|
|
33428
|
+
],
|
|
33429
|
+
"assets": [],
|
|
33430
|
+
"reasons": [
|
|
33431
|
+
{
|
|
33432
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33433
|
+
"module": "./lib/directLineStreaming.js",
|
|
33434
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
33435
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
33436
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
33437
|
+
"type": "cjs require",
|
|
33438
|
+
"active": true,
|
|
33439
|
+
"explanation": "",
|
|
33440
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldSet",
|
|
33441
|
+
"loc": "18:52-106",
|
|
33442
|
+
"moduleId": 9815,
|
|
33443
|
+
"resolvedModuleId": 9815
|
|
33444
|
+
},
|
|
33445
|
+
{
|
|
33446
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33447
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33448
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33449
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33450
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33451
|
+
"type": "cjs require",
|
|
33452
|
+
"active": true,
|
|
33453
|
+
"explanation": "",
|
|
33454
|
+
"userRequest": "@babel/runtime/helpers/classPrivateFieldSet",
|
|
33455
|
+
"loc": "26:52-106",
|
|
33456
|
+
"moduleId": 2739,
|
|
33457
|
+
"resolvedModuleId": 2739
|
|
33458
|
+
},
|
|
33459
|
+
{
|
|
33460
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33461
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33462
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33463
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33464
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33465
|
+
"type": "cjs self exports reference",
|
|
33466
|
+
"active": true,
|
|
33467
|
+
"explanation": "",
|
|
33468
|
+
"userRequest": null,
|
|
33469
|
+
"loc": "11:0-14",
|
|
33470
|
+
"moduleId": 5962,
|
|
33471
|
+
"resolvedModuleId": 5962
|
|
33472
|
+
},
|
|
33473
|
+
{
|
|
33474
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33475
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33476
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33477
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33478
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
33479
|
+
"type": "cjs self exports reference",
|
|
33480
|
+
"active": true,
|
|
33481
|
+
"explanation": "",
|
|
33482
|
+
"userRequest": null,
|
|
33483
|
+
"loc": "12:28-42",
|
|
33484
|
+
"moduleId": 5962,
|
|
33485
|
+
"resolvedModuleId": 5962
|
|
33486
|
+
}
|
|
33487
|
+
],
|
|
33488
|
+
"usedExports": null,
|
|
33489
|
+
"providedExports": null,
|
|
33490
|
+
"optimizationBailout": [
|
|
33491
|
+
"CommonJS bailout: module.exports is used directly at 11:0-14",
|
|
33492
|
+
"CommonJS bailout: module.exports is used directly at 12:28-42",
|
|
33493
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-70",
|
|
33494
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
33495
|
+
],
|
|
33496
|
+
"depth": 2
|
|
33497
|
+
},
|
|
32199
33498
|
{
|
|
32200
33499
|
"type": "module",
|
|
32201
33500
|
"moduleType": "javascript/auto",
|
|
@@ -32211,10 +33510,10 @@
|
|
|
32211
33510
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
32212
33511
|
"name": "./node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
32213
33512
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/toConsumableArray.js",
|
|
32214
|
-
"index":
|
|
32215
|
-
"preOrderIndex":
|
|
32216
|
-
"index2":
|
|
32217
|
-
"postOrderIndex":
|
|
33513
|
+
"index": 229,
|
|
33514
|
+
"preOrderIndex": 229,
|
|
33515
|
+
"index2": 229,
|
|
33516
|
+
"postOrderIndex": 229,
|
|
32218
33517
|
"cacheable": true,
|
|
32219
33518
|
"optional": false,
|
|
32220
33519
|
"orphan": false,
|
|
@@ -32252,7 +33551,7 @@
|
|
|
32252
33551
|
"active": true,
|
|
32253
33552
|
"explanation": "",
|
|
32254
33553
|
"userRequest": "@babel/runtime/helpers/toConsumableArray",
|
|
32255
|
-
"loc": "
|
|
33554
|
+
"loc": "20:49-100",
|
|
32256
33555
|
"moduleId": 9815,
|
|
32257
33556
|
"resolvedModuleId": 9815
|
|
32258
33557
|
},
|
|
@@ -32310,10 +33609,10 @@
|
|
|
32310
33609
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
32311
33610
|
"name": "./node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
32312
33611
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/asyncToGenerator.js",
|
|
32313
|
-
"index":
|
|
32314
|
-
"preOrderIndex":
|
|
32315
|
-
"index2":
|
|
32316
|
-
"postOrderIndex":
|
|
33612
|
+
"index": 232,
|
|
33613
|
+
"preOrderIndex": 232,
|
|
33614
|
+
"index2": 230,
|
|
33615
|
+
"postOrderIndex": 230,
|
|
32317
33616
|
"cacheable": true,
|
|
32318
33617
|
"optional": false,
|
|
32319
33618
|
"orphan": false,
|
|
@@ -32351,7 +33650,7 @@
|
|
|
32351
33650
|
"active": true,
|
|
32352
33651
|
"explanation": "",
|
|
32353
33652
|
"userRequest": "@babel/runtime/helpers/asyncToGenerator",
|
|
32354
|
-
"loc": "
|
|
33653
|
+
"loc": "22:48-98",
|
|
32355
33654
|
"moduleId": 9815,
|
|
32356
33655
|
"resolvedModuleId": 9815
|
|
32357
33656
|
},
|
|
@@ -32409,10 +33708,10 @@
|
|
|
32409
33708
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
32410
33709
|
"name": "./node_modules/buffer/index.js",
|
|
32411
33710
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
32412
|
-
"index":
|
|
32413
|
-
"preOrderIndex":
|
|
32414
|
-
"index2":
|
|
32415
|
-
"postOrderIndex":
|
|
33711
|
+
"index": 233,
|
|
33712
|
+
"preOrderIndex": 233,
|
|
33713
|
+
"index2": 238,
|
|
33714
|
+
"postOrderIndex": 238,
|
|
32416
33715
|
"cacheable": true,
|
|
32417
33716
|
"optional": false,
|
|
32418
33717
|
"orphan": false,
|
|
@@ -32450,7 +33749,7 @@
|
|
|
32450
33749
|
"active": true,
|
|
32451
33750
|
"explanation": "",
|
|
32452
33751
|
"userRequest": "buffer",
|
|
32453
|
-
"loc": "
|
|
33752
|
+
"loc": "32:14-31",
|
|
32454
33753
|
"moduleId": 9815,
|
|
32455
33754
|
"resolvedModuleId": 9815
|
|
32456
33755
|
},
|
|
@@ -32497,10 +33796,10 @@
|
|
|
32497
33796
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
32498
33797
|
"name": "./node_modules/botframework-streaming/lib/index-browser.js",
|
|
32499
33798
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
32500
|
-
"index":
|
|
32501
|
-
"preOrderIndex":
|
|
32502
|
-
"index2":
|
|
32503
|
-
"postOrderIndex":
|
|
33799
|
+
"index": 241,
|
|
33800
|
+
"preOrderIndex": 241,
|
|
33801
|
+
"index2": 239,
|
|
33802
|
+
"postOrderIndex": 239,
|
|
32504
33803
|
"cacheable": true,
|
|
32505
33804
|
"optional": false,
|
|
32506
33805
|
"orphan": false,
|
|
@@ -32538,10 +33837,24 @@
|
|
|
32538
33837
|
"active": true,
|
|
32539
33838
|
"explanation": "",
|
|
32540
33839
|
"userRequest": "botframework-streaming",
|
|
32541
|
-
"loc": "
|
|
33840
|
+
"loc": "36:35-68",
|
|
32542
33841
|
"moduleId": 9815,
|
|
32543
33842
|
"resolvedModuleId": 9815
|
|
32544
33843
|
},
|
|
33844
|
+
{
|
|
33845
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33846
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33847
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33848
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33849
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
33850
|
+
"type": "cjs require",
|
|
33851
|
+
"active": true,
|
|
33852
|
+
"explanation": "",
|
|
33853
|
+
"userRequest": "botframework-streaming",
|
|
33854
|
+
"loc": "28:29-62",
|
|
33855
|
+
"moduleId": 2739,
|
|
33856
|
+
"resolvedModuleId": 2739
|
|
33857
|
+
},
|
|
32545
33858
|
{
|
|
32546
33859
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/botframework-streaming/lib/index-browser.js",
|
|
32547
33860
|
"module": "./node_modules/botframework-streaming/lib/index-browser.js",
|
|
@@ -32596,10 +33909,10 @@
|
|
|
32596
33909
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/createDeferred.js",
|
|
32597
33910
|
"name": "./lib/createDeferred.js",
|
|
32598
33911
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/createDeferred.js",
|
|
32599
|
-
"index":
|
|
32600
|
-
"preOrderIndex":
|
|
32601
|
-
"index2":
|
|
32602
|
-
"postOrderIndex":
|
|
33912
|
+
"index": 242,
|
|
33913
|
+
"preOrderIndex": 242,
|
|
33914
|
+
"index2": 240,
|
|
33915
|
+
"postOrderIndex": 240,
|
|
32603
33916
|
"cacheable": true,
|
|
32604
33917
|
"optional": false,
|
|
32605
33918
|
"orphan": false,
|
|
@@ -32637,7 +33950,7 @@
|
|
|
32637
33950
|
"active": true,
|
|
32638
33951
|
"explanation": "",
|
|
32639
33952
|
"userRequest": "./createDeferred",
|
|
32640
|
-
"loc": "
|
|
33953
|
+
"loc": "38:45-72",
|
|
32641
33954
|
"moduleId": 9815,
|
|
32642
33955
|
"resolvedModuleId": 9815
|
|
32643
33956
|
}
|
|
@@ -32668,10 +33981,10 @@
|
|
|
32668
33981
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
32669
33982
|
"name": "./node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
32670
33983
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/cross-fetch/dist/browser-ponyfill.js",
|
|
32671
|
-
"index":
|
|
32672
|
-
"preOrderIndex":
|
|
32673
|
-
"index2":
|
|
32674
|
-
"postOrderIndex":
|
|
33984
|
+
"index": 243,
|
|
33985
|
+
"preOrderIndex": 243,
|
|
33986
|
+
"index2": 241,
|
|
33987
|
+
"postOrderIndex": 241,
|
|
32675
33988
|
"cacheable": true,
|
|
32676
33989
|
"optional": false,
|
|
32677
33990
|
"orphan": false,
|
|
@@ -32709,7 +34022,7 @@
|
|
|
32709
34022
|
"active": true,
|
|
32710
34023
|
"explanation": "",
|
|
32711
34024
|
"userRequest": "cross-fetch",
|
|
32712
|
-
"loc": "
|
|
34025
|
+
"loc": "40:41-63",
|
|
32713
34026
|
"moduleId": 9815,
|
|
32714
34027
|
"resolvedModuleId": 9815
|
|
32715
34028
|
},
|
|
@@ -32782,6 +34095,78 @@
|
|
|
32782
34095
|
],
|
|
32783
34096
|
"depth": 2
|
|
32784
34097
|
},
|
|
34098
|
+
{
|
|
34099
|
+
"type": "module",
|
|
34100
|
+
"moduleType": "javascript/auto",
|
|
34101
|
+
"layer": null,
|
|
34102
|
+
"size": 12007,
|
|
34103
|
+
"sizes": {
|
|
34104
|
+
"javascript": 12007
|
|
34105
|
+
},
|
|
34106
|
+
"built": true,
|
|
34107
|
+
"codeGenerated": true,
|
|
34108
|
+
"buildTimeExecuted": false,
|
|
34109
|
+
"cached": false,
|
|
34110
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
34111
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
34112
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
34113
|
+
"index": 244,
|
|
34114
|
+
"preOrderIndex": 244,
|
|
34115
|
+
"index2": 244,
|
|
34116
|
+
"postOrderIndex": 244,
|
|
34117
|
+
"cacheable": true,
|
|
34118
|
+
"optional": false,
|
|
34119
|
+
"orphan": false,
|
|
34120
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
34121
|
+
"issuerName": "./lib/directLineStreaming.js",
|
|
34122
|
+
"issuerPath": [
|
|
34123
|
+
{
|
|
34124
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
34125
|
+
"name": "./lib/directLine.js",
|
|
34126
|
+
"id": 88
|
|
34127
|
+
},
|
|
34128
|
+
{
|
|
34129
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
34130
|
+
"name": "./lib/directLineStreaming.js",
|
|
34131
|
+
"id": 9815
|
|
34132
|
+
}
|
|
34133
|
+
],
|
|
34134
|
+
"failed": false,
|
|
34135
|
+
"errors": 0,
|
|
34136
|
+
"warnings": 0,
|
|
34137
|
+
"id": 2739,
|
|
34138
|
+
"issuerId": 9815,
|
|
34139
|
+
"chunks": [
|
|
34140
|
+
884
|
|
34141
|
+
],
|
|
34142
|
+
"assets": [],
|
|
34143
|
+
"reasons": [
|
|
34144
|
+
{
|
|
34145
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
34146
|
+
"module": "./lib/directLineStreaming.js",
|
|
34147
|
+
"moduleName": "./lib/directLineStreaming.js",
|
|
34148
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
34149
|
+
"resolvedModule": "./lib/directLineStreaming.js",
|
|
34150
|
+
"type": "cjs require",
|
|
34151
|
+
"active": true,
|
|
34152
|
+
"explanation": "",
|
|
34153
|
+
"userRequest": "./streaming/WebSocketClientWithNetworkInformation",
|
|
34154
|
+
"loc": "44:68-128",
|
|
34155
|
+
"moduleId": 9815,
|
|
34156
|
+
"resolvedModuleId": 9815
|
|
34157
|
+
}
|
|
34158
|
+
],
|
|
34159
|
+
"usedExports": true,
|
|
34160
|
+
"providedExports": [
|
|
34161
|
+
"__esModule",
|
|
34162
|
+
"default"
|
|
34163
|
+
],
|
|
34164
|
+
"optimizationBailout": [
|
|
34165
|
+
"Statement (VariableDeclaration) with side effects in source code at 3:0-85",
|
|
34166
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
34167
|
+
],
|
|
34168
|
+
"depth": 2
|
|
34169
|
+
},
|
|
32785
34170
|
{
|
|
32786
34171
|
"type": "module",
|
|
32787
34172
|
"moduleType": "javascript/auto",
|
|
@@ -37266,6 +38651,332 @@
|
|
|
37266
38651
|
],
|
|
37267
38652
|
"depth": 3
|
|
37268
38653
|
},
|
|
38654
|
+
{
|
|
38655
|
+
"type": "module",
|
|
38656
|
+
"moduleType": "javascript/auto",
|
|
38657
|
+
"layer": null,
|
|
38658
|
+
"size": 279,
|
|
38659
|
+
"sizes": {
|
|
38660
|
+
"javascript": 279
|
|
38661
|
+
},
|
|
38662
|
+
"built": true,
|
|
38663
|
+
"codeGenerated": true,
|
|
38664
|
+
"buildTimeExecuted": false,
|
|
38665
|
+
"cached": false,
|
|
38666
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38667
|
+
"name": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38668
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38669
|
+
"index": 225,
|
|
38670
|
+
"preOrderIndex": 225,
|
|
38671
|
+
"index2": 222,
|
|
38672
|
+
"postOrderIndex": 222,
|
|
38673
|
+
"cacheable": true,
|
|
38674
|
+
"optional": false,
|
|
38675
|
+
"orphan": false,
|
|
38676
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38677
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38678
|
+
"issuerPath": [
|
|
38679
|
+
{
|
|
38680
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
38681
|
+
"name": "./lib/directLine.js",
|
|
38682
|
+
"id": 88
|
|
38683
|
+
},
|
|
38684
|
+
{
|
|
38685
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
38686
|
+
"name": "./lib/directLineStreaming.js",
|
|
38687
|
+
"id": 9815
|
|
38688
|
+
},
|
|
38689
|
+
{
|
|
38690
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38691
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38692
|
+
"id": 1226
|
|
38693
|
+
}
|
|
38694
|
+
],
|
|
38695
|
+
"failed": false,
|
|
38696
|
+
"errors": 0,
|
|
38697
|
+
"warnings": 0,
|
|
38698
|
+
"id": 5125,
|
|
38699
|
+
"issuerId": 1226,
|
|
38700
|
+
"chunks": [
|
|
38701
|
+
884
|
|
38702
|
+
],
|
|
38703
|
+
"assets": [],
|
|
38704
|
+
"reasons": [
|
|
38705
|
+
{
|
|
38706
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38707
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38708
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38709
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38710
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38711
|
+
"type": "cjs self exports reference",
|
|
38712
|
+
"active": true,
|
|
38713
|
+
"explanation": "",
|
|
38714
|
+
"userRequest": null,
|
|
38715
|
+
"loc": "9:0-14",
|
|
38716
|
+
"moduleId": 5125,
|
|
38717
|
+
"resolvedModuleId": 5125
|
|
38718
|
+
},
|
|
38719
|
+
{
|
|
38720
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38721
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38722
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38723
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38724
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js",
|
|
38725
|
+
"type": "cjs self exports reference",
|
|
38726
|
+
"active": true,
|
|
38727
|
+
"explanation": "",
|
|
38728
|
+
"userRequest": null,
|
|
38729
|
+
"loc": "10:28-42",
|
|
38730
|
+
"moduleId": 5125,
|
|
38731
|
+
"resolvedModuleId": 5125
|
|
38732
|
+
},
|
|
38733
|
+
{
|
|
38734
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38735
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38736
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38737
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38738
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38739
|
+
"type": "cjs require",
|
|
38740
|
+
"active": true,
|
|
38741
|
+
"explanation": "",
|
|
38742
|
+
"userRequest": "./classApplyDescriptorGet.js",
|
|
38743
|
+
"loc": "1:30-69",
|
|
38744
|
+
"moduleId": 1226,
|
|
38745
|
+
"resolvedModuleId": 1226
|
|
38746
|
+
}
|
|
38747
|
+
],
|
|
38748
|
+
"usedExports": null,
|
|
38749
|
+
"providedExports": null,
|
|
38750
|
+
"optimizationBailout": [
|
|
38751
|
+
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
38752
|
+
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
38753
|
+
"Statement (ExpressionStatement) with side effects in source code at 9:0-42",
|
|
38754
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
38755
|
+
],
|
|
38756
|
+
"depth": 3
|
|
38757
|
+
},
|
|
38758
|
+
{
|
|
38759
|
+
"type": "module",
|
|
38760
|
+
"moduleType": "javascript/auto",
|
|
38761
|
+
"layer": null,
|
|
38762
|
+
"size": 358,
|
|
38763
|
+
"sizes": {
|
|
38764
|
+
"javascript": 358
|
|
38765
|
+
},
|
|
38766
|
+
"built": true,
|
|
38767
|
+
"codeGenerated": true,
|
|
38768
|
+
"buildTimeExecuted": false,
|
|
38769
|
+
"cached": false,
|
|
38770
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38771
|
+
"name": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38772
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38773
|
+
"index": 226,
|
|
38774
|
+
"preOrderIndex": 226,
|
|
38775
|
+
"index2": 223,
|
|
38776
|
+
"postOrderIndex": 223,
|
|
38777
|
+
"cacheable": true,
|
|
38778
|
+
"optional": false,
|
|
38779
|
+
"orphan": false,
|
|
38780
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38781
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38782
|
+
"issuerPath": [
|
|
38783
|
+
{
|
|
38784
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
38785
|
+
"name": "./lib/directLine.js",
|
|
38786
|
+
"id": 88
|
|
38787
|
+
},
|
|
38788
|
+
{
|
|
38789
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
38790
|
+
"name": "./lib/directLineStreaming.js",
|
|
38791
|
+
"id": 9815
|
|
38792
|
+
},
|
|
38793
|
+
{
|
|
38794
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38795
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38796
|
+
"id": 1226
|
|
38797
|
+
}
|
|
38798
|
+
],
|
|
38799
|
+
"failed": false,
|
|
38800
|
+
"errors": 0,
|
|
38801
|
+
"warnings": 0,
|
|
38802
|
+
"id": 3486,
|
|
38803
|
+
"issuerId": 1226,
|
|
38804
|
+
"chunks": [
|
|
38805
|
+
884
|
|
38806
|
+
],
|
|
38807
|
+
"assets": [],
|
|
38808
|
+
"reasons": [
|
|
38809
|
+
{
|
|
38810
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38811
|
+
"module": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38812
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38813
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38814
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38815
|
+
"type": "cjs self exports reference",
|
|
38816
|
+
"active": true,
|
|
38817
|
+
"explanation": "",
|
|
38818
|
+
"userRequest": null,
|
|
38819
|
+
"loc": "9:0-14",
|
|
38820
|
+
"moduleId": 3486,
|
|
38821
|
+
"resolvedModuleId": 3486
|
|
38822
|
+
},
|
|
38823
|
+
{
|
|
38824
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38825
|
+
"module": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38826
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38827
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38828
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js",
|
|
38829
|
+
"type": "cjs self exports reference",
|
|
38830
|
+
"active": true,
|
|
38831
|
+
"explanation": "",
|
|
38832
|
+
"userRequest": null,
|
|
38833
|
+
"loc": "10:28-42",
|
|
38834
|
+
"moduleId": 3486,
|
|
38835
|
+
"resolvedModuleId": 3486
|
|
38836
|
+
},
|
|
38837
|
+
{
|
|
38838
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38839
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38840
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38841
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38842
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldGet.js",
|
|
38843
|
+
"type": "cjs require",
|
|
38844
|
+
"active": true,
|
|
38845
|
+
"explanation": "",
|
|
38846
|
+
"userRequest": "./classExtractFieldDescriptor.js",
|
|
38847
|
+
"loc": "3:34-77",
|
|
38848
|
+
"moduleId": 1226,
|
|
38849
|
+
"resolvedModuleId": 1226
|
|
38850
|
+
},
|
|
38851
|
+
{
|
|
38852
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38853
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38854
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38855
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38856
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38857
|
+
"type": "cjs require",
|
|
38858
|
+
"active": true,
|
|
38859
|
+
"explanation": "",
|
|
38860
|
+
"userRequest": "./classExtractFieldDescriptor.js",
|
|
38861
|
+
"loc": "3:34-77",
|
|
38862
|
+
"moduleId": 5962,
|
|
38863
|
+
"resolvedModuleId": 5962
|
|
38864
|
+
}
|
|
38865
|
+
],
|
|
38866
|
+
"usedExports": null,
|
|
38867
|
+
"providedExports": null,
|
|
38868
|
+
"optimizationBailout": [
|
|
38869
|
+
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
38870
|
+
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
38871
|
+
"Statement (ExpressionStatement) with side effects in source code at 9:0-46",
|
|
38872
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
38873
|
+
],
|
|
38874
|
+
"depth": 3
|
|
38875
|
+
},
|
|
38876
|
+
{
|
|
38877
|
+
"type": "module",
|
|
38878
|
+
"moduleType": "javascript/auto",
|
|
38879
|
+
"layer": null,
|
|
38880
|
+
"size": 409,
|
|
38881
|
+
"sizes": {
|
|
38882
|
+
"javascript": 409
|
|
38883
|
+
},
|
|
38884
|
+
"built": true,
|
|
38885
|
+
"codeGenerated": true,
|
|
38886
|
+
"buildTimeExecuted": false,
|
|
38887
|
+
"cached": false,
|
|
38888
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38889
|
+
"name": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38890
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38891
|
+
"index": 228,
|
|
38892
|
+
"preOrderIndex": 228,
|
|
38893
|
+
"index2": 225,
|
|
38894
|
+
"postOrderIndex": 225,
|
|
38895
|
+
"cacheable": true,
|
|
38896
|
+
"optional": false,
|
|
38897
|
+
"orphan": false,
|
|
38898
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38899
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38900
|
+
"issuerPath": [
|
|
38901
|
+
{
|
|
38902
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
38903
|
+
"name": "./lib/directLine.js",
|
|
38904
|
+
"id": 88
|
|
38905
|
+
},
|
|
38906
|
+
{
|
|
38907
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
38908
|
+
"name": "./lib/directLineStreaming.js",
|
|
38909
|
+
"id": 9815
|
|
38910
|
+
},
|
|
38911
|
+
{
|
|
38912
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38913
|
+
"name": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38914
|
+
"id": 5962
|
|
38915
|
+
}
|
|
38916
|
+
],
|
|
38917
|
+
"failed": false,
|
|
38918
|
+
"errors": 0,
|
|
38919
|
+
"warnings": 0,
|
|
38920
|
+
"id": 8625,
|
|
38921
|
+
"issuerId": 5962,
|
|
38922
|
+
"chunks": [
|
|
38923
|
+
884
|
|
38924
|
+
],
|
|
38925
|
+
"assets": [],
|
|
38926
|
+
"reasons": [
|
|
38927
|
+
{
|
|
38928
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38929
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38930
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38931
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38932
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38933
|
+
"type": "cjs self exports reference",
|
|
38934
|
+
"active": true,
|
|
38935
|
+
"explanation": "",
|
|
38936
|
+
"userRequest": null,
|
|
38937
|
+
"loc": "13:0-14",
|
|
38938
|
+
"moduleId": 8625,
|
|
38939
|
+
"resolvedModuleId": 8625
|
|
38940
|
+
},
|
|
38941
|
+
{
|
|
38942
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38943
|
+
"module": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38944
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38945
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38946
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js",
|
|
38947
|
+
"type": "cjs self exports reference",
|
|
38948
|
+
"active": true,
|
|
38949
|
+
"explanation": "",
|
|
38950
|
+
"userRequest": null,
|
|
38951
|
+
"loc": "14:28-42",
|
|
38952
|
+
"moduleId": 8625,
|
|
38953
|
+
"resolvedModuleId": 8625
|
|
38954
|
+
},
|
|
38955
|
+
{
|
|
38956
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38957
|
+
"module": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38958
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38959
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38960
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/classPrivateFieldSet.js",
|
|
38961
|
+
"type": "cjs require",
|
|
38962
|
+
"active": true,
|
|
38963
|
+
"explanation": "",
|
|
38964
|
+
"userRequest": "./classApplyDescriptorSet.js",
|
|
38965
|
+
"loc": "1:30-69",
|
|
38966
|
+
"moduleId": 5962,
|
|
38967
|
+
"resolvedModuleId": 5962
|
|
38968
|
+
}
|
|
38969
|
+
],
|
|
38970
|
+
"usedExports": null,
|
|
38971
|
+
"providedExports": null,
|
|
38972
|
+
"optimizationBailout": [
|
|
38973
|
+
"CommonJS bailout: module.exports is used directly at 13:0-14",
|
|
38974
|
+
"CommonJS bailout: module.exports is used directly at 14:28-42",
|
|
38975
|
+
"Statement (ExpressionStatement) with side effects in source code at 13:0-42",
|
|
38976
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
38977
|
+
],
|
|
38978
|
+
"depth": 3
|
|
38979
|
+
},
|
|
37269
38980
|
{
|
|
37270
38981
|
"type": "module",
|
|
37271
38982
|
"moduleType": "javascript/auto",
|
|
@@ -37281,10 +38992,10 @@
|
|
|
37281
38992
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
37282
38993
|
"name": "./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
37283
38994
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js",
|
|
37284
|
-
"index":
|
|
37285
|
-
"preOrderIndex":
|
|
37286
|
-
"index2":
|
|
37287
|
-
"postOrderIndex":
|
|
38995
|
+
"index": 230,
|
|
38996
|
+
"preOrderIndex": 230,
|
|
38997
|
+
"index2": 227,
|
|
38998
|
+
"postOrderIndex": 227,
|
|
37288
38999
|
"cacheable": true,
|
|
37289
39000
|
"optional": false,
|
|
37290
39001
|
"orphan": false,
|
|
@@ -37385,10 +39096,10 @@
|
|
|
37385
39096
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
37386
39097
|
"name": "./node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
37387
39098
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/nonIterableSpread.js",
|
|
37388
|
-
"index":
|
|
37389
|
-
"preOrderIndex":
|
|
37390
|
-
"index2":
|
|
37391
|
-
"postOrderIndex":
|
|
39099
|
+
"index": 231,
|
|
39100
|
+
"preOrderIndex": 231,
|
|
39101
|
+
"index2": 228,
|
|
39102
|
+
"postOrderIndex": 228,
|
|
37392
39103
|
"cacheable": true,
|
|
37393
39104
|
"optional": false,
|
|
37394
39105
|
"orphan": false,
|
|
@@ -37489,15 +39200,15 @@
|
|
|
37489
39200
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
37490
39201
|
"name": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
37491
39202
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
37492
|
-
"index":
|
|
37493
|
-
"preOrderIndex":
|
|
37494
|
-
"index2":
|
|
37495
|
-
"postOrderIndex":
|
|
39203
|
+
"index": 234,
|
|
39204
|
+
"preOrderIndex": 234,
|
|
39205
|
+
"index2": 231,
|
|
39206
|
+
"postOrderIndex": 231,
|
|
37496
39207
|
"cacheable": true,
|
|
37497
39208
|
"optional": false,
|
|
37498
39209
|
"orphan": false,
|
|
37499
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37500
|
-
"issuerName": "./
|
|
39210
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39211
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
37501
39212
|
"issuerPath": [
|
|
37502
39213
|
{
|
|
37503
39214
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -37510,21 +39221,35 @@
|
|
|
37510
39221
|
"id": 9815
|
|
37511
39222
|
},
|
|
37512
39223
|
{
|
|
37513
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37514
|
-
"name": "./
|
|
37515
|
-
"id":
|
|
39224
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39225
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39226
|
+
"id": 2739
|
|
37516
39227
|
}
|
|
37517
39228
|
],
|
|
37518
39229
|
"failed": false,
|
|
37519
39230
|
"errors": 0,
|
|
37520
39231
|
"warnings": 0,
|
|
37521
39232
|
"id": 1506,
|
|
37522
|
-
"issuerId":
|
|
39233
|
+
"issuerId": 2739,
|
|
37523
39234
|
"chunks": [
|
|
37524
39235
|
884
|
|
37525
39236
|
],
|
|
37526
39237
|
"assets": [],
|
|
37527
39238
|
"reasons": [
|
|
39239
|
+
{
|
|
39240
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39241
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39242
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39243
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39244
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39245
|
+
"type": "cjs require",
|
|
39246
|
+
"active": true,
|
|
39247
|
+
"explanation": "",
|
|
39248
|
+
"userRequest": "@babel/runtime/helpers/assertThisInitialized",
|
|
39249
|
+
"loc": "14:53-108",
|
|
39250
|
+
"moduleId": 2739,
|
|
39251
|
+
"resolvedModuleId": 2739
|
|
39252
|
+
},
|
|
37528
39253
|
{
|
|
37529
39254
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
37530
39255
|
"module": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js",
|
|
@@ -37607,15 +39332,15 @@
|
|
|
37607
39332
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
37608
39333
|
"name": "./node_modules/@babel/runtime/helpers/inherits.js",
|
|
37609
39334
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
37610
|
-
"index":
|
|
37611
|
-
"preOrderIndex":
|
|
37612
|
-
"index2":
|
|
37613
|
-
"postOrderIndex":
|
|
39335
|
+
"index": 235,
|
|
39336
|
+
"preOrderIndex": 235,
|
|
39337
|
+
"index2": 233,
|
|
39338
|
+
"postOrderIndex": 233,
|
|
37614
39339
|
"cacheable": true,
|
|
37615
39340
|
"optional": false,
|
|
37616
39341
|
"orphan": false,
|
|
37617
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37618
|
-
"issuerName": "./
|
|
39342
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39343
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
37619
39344
|
"issuerPath": [
|
|
37620
39345
|
{
|
|
37621
39346
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -37628,21 +39353,35 @@
|
|
|
37628
39353
|
"id": 9815
|
|
37629
39354
|
},
|
|
37630
39355
|
{
|
|
37631
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37632
|
-
"name": "./
|
|
37633
|
-
"id":
|
|
39356
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39357
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39358
|
+
"id": 2739
|
|
37634
39359
|
}
|
|
37635
39360
|
],
|
|
37636
39361
|
"failed": false,
|
|
37637
39362
|
"errors": 0,
|
|
37638
39363
|
"warnings": 0,
|
|
37639
39364
|
"id": 2205,
|
|
37640
|
-
"issuerId":
|
|
39365
|
+
"issuerId": 2739,
|
|
37641
39366
|
"chunks": [
|
|
37642
39367
|
884
|
|
37643
39368
|
],
|
|
37644
39369
|
"assets": [],
|
|
37645
39370
|
"reasons": [
|
|
39371
|
+
{
|
|
39372
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39373
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39374
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39375
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39376
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39377
|
+
"type": "cjs require",
|
|
39378
|
+
"active": true,
|
|
39379
|
+
"explanation": "",
|
|
39380
|
+
"userRequest": "@babel/runtime/helpers/inherits",
|
|
39381
|
+
"loc": "18:40-82",
|
|
39382
|
+
"moduleId": 2739,
|
|
39383
|
+
"resolvedModuleId": 2739
|
|
39384
|
+
},
|
|
37646
39385
|
{
|
|
37647
39386
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
37648
39387
|
"module": "./node_modules/@babel/runtime/helpers/inherits.js",
|
|
@@ -37711,15 +39450,15 @@
|
|
|
37711
39450
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
37712
39451
|
"name": "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
37713
39452
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
37714
|
-
"index":
|
|
37715
|
-
"preOrderIndex":
|
|
37716
|
-
"index2":
|
|
37717
|
-
"postOrderIndex":
|
|
39453
|
+
"index": 237,
|
|
39454
|
+
"preOrderIndex": 237,
|
|
39455
|
+
"index2": 234,
|
|
39456
|
+
"postOrderIndex": 234,
|
|
37718
39457
|
"cacheable": true,
|
|
37719
39458
|
"optional": false,
|
|
37720
39459
|
"orphan": false,
|
|
37721
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37722
|
-
"issuerName": "./
|
|
39460
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39461
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
37723
39462
|
"issuerPath": [
|
|
37724
39463
|
{
|
|
37725
39464
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -37732,21 +39471,35 @@
|
|
|
37732
39471
|
"id": 9815
|
|
37733
39472
|
},
|
|
37734
39473
|
{
|
|
37735
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
37736
|
-
"name": "./
|
|
37737
|
-
"id":
|
|
39474
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39475
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39476
|
+
"id": 2739
|
|
37738
39477
|
}
|
|
37739
39478
|
],
|
|
37740
39479
|
"failed": false,
|
|
37741
39480
|
"errors": 0,
|
|
37742
39481
|
"warnings": 0,
|
|
37743
39482
|
"id": 8585,
|
|
37744
|
-
"issuerId":
|
|
39483
|
+
"issuerId": 2739,
|
|
37745
39484
|
"chunks": [
|
|
37746
39485
|
884
|
|
37747
39486
|
],
|
|
37748
39487
|
"assets": [],
|
|
37749
39488
|
"reasons": [
|
|
39489
|
+
{
|
|
39490
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39491
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39492
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39493
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39494
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39495
|
+
"type": "cjs require",
|
|
39496
|
+
"active": true,
|
|
39497
|
+
"explanation": "",
|
|
39498
|
+
"userRequest": "@babel/runtime/helpers/possibleConstructorReturn",
|
|
39499
|
+
"loc": "20:57-116",
|
|
39500
|
+
"moduleId": 2739,
|
|
39501
|
+
"resolvedModuleId": 2739
|
|
39502
|
+
},
|
|
37750
39503
|
{
|
|
37751
39504
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
37752
39505
|
"module": "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js",
|
|
@@ -37815,10 +39568,172 @@
|
|
|
37815
39568
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37816
39569
|
"name": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37817
39570
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37818
|
-
"index":
|
|
37819
|
-
"preOrderIndex":
|
|
37820
|
-
"index2":
|
|
37821
|
-
"postOrderIndex":
|
|
39571
|
+
"index": 238,
|
|
39572
|
+
"preOrderIndex": 238,
|
|
39573
|
+
"index2": 235,
|
|
39574
|
+
"postOrderIndex": 235,
|
|
39575
|
+
"cacheable": true,
|
|
39576
|
+
"optional": false,
|
|
39577
|
+
"orphan": false,
|
|
39578
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39579
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39580
|
+
"issuerPath": [
|
|
39581
|
+
{
|
|
39582
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
39583
|
+
"name": "./lib/directLine.js",
|
|
39584
|
+
"id": 88
|
|
39585
|
+
},
|
|
39586
|
+
{
|
|
39587
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
39588
|
+
"name": "./lib/directLineStreaming.js",
|
|
39589
|
+
"id": 9815
|
|
39590
|
+
},
|
|
39591
|
+
{
|
|
39592
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39593
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39594
|
+
"id": 2739
|
|
39595
|
+
}
|
|
39596
|
+
],
|
|
39597
|
+
"failed": false,
|
|
39598
|
+
"errors": 0,
|
|
39599
|
+
"warnings": 0,
|
|
39600
|
+
"id": 9754,
|
|
39601
|
+
"issuerId": 2739,
|
|
39602
|
+
"chunks": [
|
|
39603
|
+
884
|
|
39604
|
+
],
|
|
39605
|
+
"assets": [],
|
|
39606
|
+
"reasons": [
|
|
39607
|
+
{
|
|
39608
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39609
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39610
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39611
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39612
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39613
|
+
"type": "cjs require",
|
|
39614
|
+
"active": true,
|
|
39615
|
+
"explanation": "",
|
|
39616
|
+
"userRequest": "@babel/runtime/helpers/getPrototypeOf",
|
|
39617
|
+
"loc": "22:46-94",
|
|
39618
|
+
"moduleId": 2739,
|
|
39619
|
+
"resolvedModuleId": 2739
|
|
39620
|
+
},
|
|
39621
|
+
{
|
|
39622
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39623
|
+
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39624
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39625
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39626
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39627
|
+
"type": "cjs self exports reference",
|
|
39628
|
+
"active": true,
|
|
39629
|
+
"explanation": "",
|
|
39630
|
+
"userRequest": null,
|
|
39631
|
+
"loc": "2:2-16",
|
|
39632
|
+
"moduleId": 9754,
|
|
39633
|
+
"resolvedModuleId": 9754
|
|
39634
|
+
},
|
|
39635
|
+
{
|
|
39636
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39637
|
+
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39638
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39639
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39640
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39641
|
+
"type": "cjs self exports reference",
|
|
39642
|
+
"active": true,
|
|
39643
|
+
"explanation": "",
|
|
39644
|
+
"userRequest": null,
|
|
39645
|
+
"loc": "5:30-44",
|
|
39646
|
+
"moduleId": 9754,
|
|
39647
|
+
"resolvedModuleId": 9754
|
|
39648
|
+
},
|
|
39649
|
+
{
|
|
39650
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39651
|
+
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39652
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39653
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39654
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39655
|
+
"type": "cjs self exports reference",
|
|
39656
|
+
"active": true,
|
|
39657
|
+
"explanation": "",
|
|
39658
|
+
"userRequest": null,
|
|
39659
|
+
"loc": "9:0-14",
|
|
39660
|
+
"moduleId": 9754,
|
|
39661
|
+
"resolvedModuleId": 9754
|
|
39662
|
+
},
|
|
39663
|
+
{
|
|
39664
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39665
|
+
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39666
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39667
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39668
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
39669
|
+
"type": "cjs self exports reference",
|
|
39670
|
+
"active": true,
|
|
39671
|
+
"explanation": "",
|
|
39672
|
+
"userRequest": null,
|
|
39673
|
+
"loc": "10:28-42",
|
|
39674
|
+
"moduleId": 9754,
|
|
39675
|
+
"resolvedModuleId": 9754
|
|
39676
|
+
},
|
|
39677
|
+
{
|
|
39678
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
39679
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
39680
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
39681
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
39682
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
39683
|
+
"type": "cjs require",
|
|
39684
|
+
"active": true,
|
|
39685
|
+
"explanation": "",
|
|
39686
|
+
"userRequest": "./getPrototypeOf.js",
|
|
39687
|
+
"loc": "1:21-51",
|
|
39688
|
+
"moduleId": 8331,
|
|
39689
|
+
"resolvedModuleId": 8331
|
|
39690
|
+
},
|
|
39691
|
+
{
|
|
39692
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
39693
|
+
"module": "./node_modules/buffer/index.js",
|
|
39694
|
+
"moduleName": "./node_modules/buffer/index.js",
|
|
39695
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
39696
|
+
"resolvedModule": "./node_modules/buffer/index.js",
|
|
39697
|
+
"type": "cjs require",
|
|
39698
|
+
"active": true,
|
|
39699
|
+
"explanation": "",
|
|
39700
|
+
"userRequest": "@babel/runtime/helpers/getPrototypeOf",
|
|
39701
|
+
"loc": "23:46-94",
|
|
39702
|
+
"moduleId": 9033,
|
|
39703
|
+
"resolvedModuleId": 9033
|
|
39704
|
+
}
|
|
39705
|
+
],
|
|
39706
|
+
"usedExports": null,
|
|
39707
|
+
"providedExports": null,
|
|
39708
|
+
"optimizationBailout": [
|
|
39709
|
+
"CommonJS bailout: module.exports is used directly at 2:2-16",
|
|
39710
|
+
"CommonJS bailout: module.exports is used directly at 5:30-44",
|
|
39711
|
+
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
39712
|
+
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
39713
|
+
"Statement (ExpressionStatement) with side effects in source code at 9:0-33",
|
|
39714
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
39715
|
+
],
|
|
39716
|
+
"depth": 3
|
|
39717
|
+
},
|
|
39718
|
+
{
|
|
39719
|
+
"type": "module",
|
|
39720
|
+
"moduleType": "javascript/auto",
|
|
39721
|
+
"layer": null,
|
|
39722
|
+
"size": 3932,
|
|
39723
|
+
"sizes": {
|
|
39724
|
+
"javascript": 3932
|
|
39725
|
+
},
|
|
39726
|
+
"built": true,
|
|
39727
|
+
"codeGenerated": true,
|
|
39728
|
+
"buildTimeExecuted": false,
|
|
39729
|
+
"cached": false,
|
|
39730
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/base64-js/index.js",
|
|
39731
|
+
"name": "./node_modules/base64-js/index.js",
|
|
39732
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/base64-js/index.js",
|
|
39733
|
+
"index": 239,
|
|
39734
|
+
"preOrderIndex": 239,
|
|
39735
|
+
"index2": 236,
|
|
39736
|
+
"postOrderIndex": 236,
|
|
37822
39737
|
"cacheable": true,
|
|
37823
39738
|
"optional": false,
|
|
37824
39739
|
"orphan": false,
|
|
@@ -37844,69 +39759,13 @@
|
|
|
37844
39759
|
"failed": false,
|
|
37845
39760
|
"errors": 0,
|
|
37846
39761
|
"warnings": 0,
|
|
37847
|
-
"id":
|
|
39762
|
+
"id": 9742,
|
|
37848
39763
|
"issuerId": 9033,
|
|
37849
39764
|
"chunks": [
|
|
37850
39765
|
884
|
|
37851
39766
|
],
|
|
37852
39767
|
"assets": [],
|
|
37853
39768
|
"reasons": [
|
|
37854
|
-
{
|
|
37855
|
-
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37856
|
-
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37857
|
-
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37858
|
-
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37859
|
-
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37860
|
-
"type": "cjs self exports reference",
|
|
37861
|
-
"active": true,
|
|
37862
|
-
"explanation": "",
|
|
37863
|
-
"userRequest": null,
|
|
37864
|
-
"loc": "2:2-16",
|
|
37865
|
-
"moduleId": 9754,
|
|
37866
|
-
"resolvedModuleId": 9754
|
|
37867
|
-
},
|
|
37868
|
-
{
|
|
37869
|
-
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37870
|
-
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37871
|
-
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37872
|
-
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37873
|
-
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37874
|
-
"type": "cjs self exports reference",
|
|
37875
|
-
"active": true,
|
|
37876
|
-
"explanation": "",
|
|
37877
|
-
"userRequest": null,
|
|
37878
|
-
"loc": "5:30-44",
|
|
37879
|
-
"moduleId": 9754,
|
|
37880
|
-
"resolvedModuleId": 9754
|
|
37881
|
-
},
|
|
37882
|
-
{
|
|
37883
|
-
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37884
|
-
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37885
|
-
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37886
|
-
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37887
|
-
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37888
|
-
"type": "cjs self exports reference",
|
|
37889
|
-
"active": true,
|
|
37890
|
-
"explanation": "",
|
|
37891
|
-
"userRequest": null,
|
|
37892
|
-
"loc": "9:0-14",
|
|
37893
|
-
"moduleId": 9754,
|
|
37894
|
-
"resolvedModuleId": 9754
|
|
37895
|
-
},
|
|
37896
|
-
{
|
|
37897
|
-
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37898
|
-
"module": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37899
|
-
"moduleName": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37900
|
-
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37901
|
-
"resolvedModule": "./node_modules/@babel/runtime/helpers/getPrototypeOf.js",
|
|
37902
|
-
"type": "cjs self exports reference",
|
|
37903
|
-
"active": true,
|
|
37904
|
-
"explanation": "",
|
|
37905
|
-
"userRequest": null,
|
|
37906
|
-
"loc": "10:28-42",
|
|
37907
|
-
"moduleId": 9754,
|
|
37908
|
-
"resolvedModuleId": 9754
|
|
37909
|
-
},
|
|
37910
39769
|
{
|
|
37911
39770
|
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/buffer/index.js",
|
|
37912
39771
|
"module": "./node_modules/buffer/index.js",
|
|
@@ -37916,20 +39775,20 @@
|
|
|
37916
39775
|
"type": "cjs require",
|
|
37917
39776
|
"active": true,
|
|
37918
39777
|
"explanation": "",
|
|
37919
|
-
"userRequest": "
|
|
37920
|
-
"loc": "
|
|
39778
|
+
"userRequest": "base64-js",
|
|
39779
|
+
"loc": "31:13-33",
|
|
37921
39780
|
"moduleId": 9033,
|
|
37922
39781
|
"resolvedModuleId": 9033
|
|
37923
39782
|
}
|
|
37924
39783
|
],
|
|
37925
|
-
"usedExports":
|
|
37926
|
-
"providedExports":
|
|
39784
|
+
"usedExports": true,
|
|
39785
|
+
"providedExports": [
|
|
39786
|
+
"byteLength",
|
|
39787
|
+
"fromByteArray",
|
|
39788
|
+
"toByteArray"
|
|
39789
|
+
],
|
|
37927
39790
|
"optimizationBailout": [
|
|
37928
|
-
"
|
|
37929
|
-
"CommonJS bailout: module.exports is used directly at 5:30-44",
|
|
37930
|
-
"CommonJS bailout: module.exports is used directly at 9:0-14",
|
|
37931
|
-
"CommonJS bailout: module.exports is used directly at 10:28-42",
|
|
37932
|
-
"Statement (ExpressionStatement) with side effects in source code at 9:0-33",
|
|
39791
|
+
"Statement (ExpressionStatement) with side effects in source code at 3:0-31",
|
|
37933
39792
|
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
37934
39793
|
],
|
|
37935
39794
|
"depth": 3
|
|
@@ -37938,21 +39797,21 @@
|
|
|
37938
39797
|
"type": "module",
|
|
37939
39798
|
"moduleType": "javascript/auto",
|
|
37940
39799
|
"layer": null,
|
|
37941
|
-
"size":
|
|
39800
|
+
"size": 2154,
|
|
37942
39801
|
"sizes": {
|
|
37943
|
-
"javascript":
|
|
39802
|
+
"javascript": 2154
|
|
37944
39803
|
},
|
|
37945
39804
|
"built": true,
|
|
37946
39805
|
"codeGenerated": true,
|
|
37947
39806
|
"buildTimeExecuted": false,
|
|
37948
39807
|
"cached": false,
|
|
37949
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/
|
|
37950
|
-
"name": "./node_modules/
|
|
37951
|
-
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/
|
|
37952
|
-
"index":
|
|
37953
|
-
"preOrderIndex":
|
|
37954
|
-
"index2":
|
|
37955
|
-
"postOrderIndex":
|
|
39808
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/ieee754/index.js",
|
|
39809
|
+
"name": "./node_modules/ieee754/index.js",
|
|
39810
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/ieee754/index.js",
|
|
39811
|
+
"index": 240,
|
|
39812
|
+
"preOrderIndex": 240,
|
|
39813
|
+
"index2": 237,
|
|
39814
|
+
"postOrderIndex": 237,
|
|
37956
39815
|
"cacheable": true,
|
|
37957
39816
|
"optional": false,
|
|
37958
39817
|
"orphan": false,
|
|
@@ -37978,7 +39837,7 @@
|
|
|
37978
39837
|
"failed": false,
|
|
37979
39838
|
"errors": 0,
|
|
37980
39839
|
"warnings": 0,
|
|
37981
|
-
"id":
|
|
39840
|
+
"id": 645,
|
|
37982
39841
|
"issuerId": 9033,
|
|
37983
39842
|
"chunks": [
|
|
37984
39843
|
884
|
|
@@ -37994,20 +39853,19 @@
|
|
|
37994
39853
|
"type": "cjs require",
|
|
37995
39854
|
"active": true,
|
|
37996
39855
|
"explanation": "",
|
|
37997
|
-
"userRequest": "
|
|
37998
|
-
"loc": "
|
|
39856
|
+
"userRequest": "ieee754",
|
|
39857
|
+
"loc": "33:14-32",
|
|
37999
39858
|
"moduleId": 9033,
|
|
38000
39859
|
"resolvedModuleId": 9033
|
|
38001
39860
|
}
|
|
38002
39861
|
],
|
|
38003
39862
|
"usedExports": true,
|
|
38004
39863
|
"providedExports": [
|
|
38005
|
-
"
|
|
38006
|
-
"
|
|
38007
|
-
"toByteArray"
|
|
39864
|
+
"read",
|
|
39865
|
+
"write"
|
|
38008
39866
|
],
|
|
38009
39867
|
"optimizationBailout": [
|
|
38010
|
-
"Statement (ExpressionStatement) with side effects in source code at
|
|
39868
|
+
"Statement (ExpressionStatement) with side effects in source code at 2:0-33:1",
|
|
38011
39869
|
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
38012
39870
|
],
|
|
38013
39871
|
"depth": 3
|
|
@@ -38016,26 +39874,26 @@
|
|
|
38016
39874
|
"type": "module",
|
|
38017
39875
|
"moduleType": "javascript/auto",
|
|
38018
39876
|
"layer": null,
|
|
38019
|
-
"size":
|
|
39877
|
+
"size": 846,
|
|
38020
39878
|
"sizes": {
|
|
38021
|
-
"javascript":
|
|
39879
|
+
"javascript": 846
|
|
38022
39880
|
},
|
|
38023
39881
|
"built": true,
|
|
38024
39882
|
"codeGenerated": true,
|
|
38025
39883
|
"buildTimeExecuted": false,
|
|
38026
39884
|
"cached": false,
|
|
38027
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/
|
|
38028
|
-
"name": "./node_modules/
|
|
38029
|
-
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/
|
|
38030
|
-
"index":
|
|
38031
|
-
"preOrderIndex":
|
|
38032
|
-
"index2":
|
|
38033
|
-
"postOrderIndex":
|
|
39885
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39886
|
+
"name": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39887
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39888
|
+
"index": 245,
|
|
39889
|
+
"preOrderIndex": 245,
|
|
39890
|
+
"index2": 243,
|
|
39891
|
+
"postOrderIndex": 243,
|
|
38034
39892
|
"cacheable": true,
|
|
38035
39893
|
"optional": false,
|
|
38036
39894
|
"orphan": false,
|
|
38037
|
-
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
38038
|
-
"issuerName": "./
|
|
39895
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39896
|
+
"issuerName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
38039
39897
|
"issuerPath": [
|
|
38040
39898
|
{
|
|
38041
39899
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
@@ -38048,43 +39906,130 @@
|
|
|
38048
39906
|
"id": 9815
|
|
38049
39907
|
},
|
|
38050
39908
|
{
|
|
38051
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
38052
|
-
"name": "./
|
|
38053
|
-
"id":
|
|
39909
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39910
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39911
|
+
"id": 2739
|
|
38054
39912
|
}
|
|
38055
39913
|
],
|
|
38056
39914
|
"failed": false,
|
|
38057
39915
|
"errors": 0,
|
|
38058
39916
|
"warnings": 0,
|
|
38059
|
-
"id":
|
|
38060
|
-
"issuerId":
|
|
39917
|
+
"id": 6525,
|
|
39918
|
+
"issuerId": 2739,
|
|
38061
39919
|
"chunks": [
|
|
38062
39920
|
884
|
|
38063
39921
|
],
|
|
38064
39922
|
"assets": [],
|
|
38065
39923
|
"reasons": [
|
|
38066
39924
|
{
|
|
38067
|
-
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
38068
|
-
"module": "./
|
|
38069
|
-
"moduleName": "./
|
|
38070
|
-
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
38071
|
-
"resolvedModule": "./
|
|
39925
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39926
|
+
"module": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39927
|
+
"moduleName": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39928
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
39929
|
+
"resolvedModule": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
38072
39930
|
"type": "cjs require",
|
|
38073
39931
|
"active": true,
|
|
38074
39932
|
"explanation": "",
|
|
38075
|
-
"userRequest": "
|
|
38076
|
-
"loc": "
|
|
38077
|
-
"moduleId":
|
|
38078
|
-
"resolvedModuleId":
|
|
39933
|
+
"userRequest": "@babel/runtime/helpers/get",
|
|
39934
|
+
"loc": "16:35-72",
|
|
39935
|
+
"moduleId": 2739,
|
|
39936
|
+
"resolvedModuleId": 2739
|
|
39937
|
+
},
|
|
39938
|
+
{
|
|
39939
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39940
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39941
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39942
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39943
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39944
|
+
"type": "cjs self exports reference",
|
|
39945
|
+
"active": true,
|
|
39946
|
+
"explanation": "",
|
|
39947
|
+
"userRequest": null,
|
|
39948
|
+
"loc": "5:4-18",
|
|
39949
|
+
"moduleId": 6525,
|
|
39950
|
+
"resolvedModuleId": 6525
|
|
39951
|
+
},
|
|
39952
|
+
{
|
|
39953
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39954
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39955
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39956
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39957
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39958
|
+
"type": "cjs self exports reference",
|
|
39959
|
+
"active": true,
|
|
39960
|
+
"explanation": "",
|
|
39961
|
+
"userRequest": null,
|
|
39962
|
+
"loc": "6:32-46",
|
|
39963
|
+
"moduleId": 6525,
|
|
39964
|
+
"resolvedModuleId": 6525
|
|
39965
|
+
},
|
|
39966
|
+
{
|
|
39967
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39968
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39969
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39970
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39971
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39972
|
+
"type": "cjs self exports reference",
|
|
39973
|
+
"active": true,
|
|
39974
|
+
"explanation": "",
|
|
39975
|
+
"userRequest": null,
|
|
39976
|
+
"loc": "8:4-18",
|
|
39977
|
+
"moduleId": 6525,
|
|
39978
|
+
"resolvedModuleId": 6525
|
|
39979
|
+
},
|
|
39980
|
+
{
|
|
39981
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39982
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39983
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39984
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39985
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39986
|
+
"type": "cjs self exports reference",
|
|
39987
|
+
"active": true,
|
|
39988
|
+
"explanation": "",
|
|
39989
|
+
"userRequest": null,
|
|
39990
|
+
"loc": "20:32-46",
|
|
39991
|
+
"moduleId": 6525,
|
|
39992
|
+
"resolvedModuleId": 6525
|
|
39993
|
+
},
|
|
39994
|
+
{
|
|
39995
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39996
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39997
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
39998
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
39999
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
40000
|
+
"type": "cjs self exports reference",
|
|
40001
|
+
"active": true,
|
|
40002
|
+
"explanation": "",
|
|
40003
|
+
"userRequest": null,
|
|
40004
|
+
"loc": "26:0-14",
|
|
40005
|
+
"moduleId": 6525,
|
|
40006
|
+
"resolvedModuleId": 6525
|
|
40007
|
+
},
|
|
40008
|
+
{
|
|
40009
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
40010
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
40011
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
40012
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
40013
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
40014
|
+
"type": "cjs self exports reference",
|
|
40015
|
+
"active": true,
|
|
40016
|
+
"explanation": "",
|
|
40017
|
+
"userRequest": null,
|
|
40018
|
+
"loc": "27:28-42",
|
|
40019
|
+
"moduleId": 6525,
|
|
40020
|
+
"resolvedModuleId": 6525
|
|
38079
40021
|
}
|
|
38080
40022
|
],
|
|
38081
|
-
"usedExports":
|
|
38082
|
-
"providedExports":
|
|
38083
|
-
"read",
|
|
38084
|
-
"write"
|
|
38085
|
-
],
|
|
40023
|
+
"usedExports": null,
|
|
40024
|
+
"providedExports": null,
|
|
38086
40025
|
"optimizationBailout": [
|
|
38087
|
-
"
|
|
40026
|
+
"CommonJS bailout: module.exports is used directly at 5:4-18",
|
|
40027
|
+
"CommonJS bailout: module.exports is used directly at 6:32-46",
|
|
40028
|
+
"CommonJS bailout: module.exports is used directly at 8:4-18",
|
|
40029
|
+
"CommonJS bailout: module.exports is used directly at 20:32-46",
|
|
40030
|
+
"CommonJS bailout: module.exports is used directly at 26:0-14",
|
|
40031
|
+
"CommonJS bailout: module.exports is used directly at 27:28-42",
|
|
40032
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-50",
|
|
38088
40033
|
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
38089
40034
|
],
|
|
38090
40035
|
"depth": 3
|
|
@@ -46093,10 +48038,10 @@
|
|
|
46093
48038
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
46094
48039
|
"name": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
46095
48040
|
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/setPrototypeOf.js",
|
|
46096
|
-
"index":
|
|
46097
|
-
"preOrderIndex":
|
|
46098
|
-
"index2":
|
|
46099
|
-
"postOrderIndex":
|
|
48041
|
+
"index": 236,
|
|
48042
|
+
"preOrderIndex": 236,
|
|
48043
|
+
"index2": 232,
|
|
48044
|
+
"postOrderIndex": 232,
|
|
46100
48045
|
"cacheable": true,
|
|
46101
48046
|
"optional": false,
|
|
46102
48047
|
"orphan": false,
|
|
@@ -46114,9 +48059,9 @@
|
|
|
46114
48059
|
"id": 9815
|
|
46115
48060
|
},
|
|
46116
48061
|
{
|
|
46117
|
-
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/
|
|
46118
|
-
"name": "./
|
|
46119
|
-
"id":
|
|
48062
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
48063
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
48064
|
+
"id": 2739
|
|
46120
48065
|
},
|
|
46121
48066
|
{
|
|
46122
48067
|
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/inherits.js",
|
|
@@ -46217,6 +48162,115 @@
|
|
|
46217
48162
|
],
|
|
46218
48163
|
"depth": 4
|
|
46219
48164
|
},
|
|
48165
|
+
{
|
|
48166
|
+
"type": "module",
|
|
48167
|
+
"moduleType": "javascript/auto",
|
|
48168
|
+
"layer": null,
|
|
48169
|
+
"size": 370,
|
|
48170
|
+
"sizes": {
|
|
48171
|
+
"javascript": 370
|
|
48172
|
+
},
|
|
48173
|
+
"built": true,
|
|
48174
|
+
"codeGenerated": true,
|
|
48175
|
+
"buildTimeExecuted": false,
|
|
48176
|
+
"cached": false,
|
|
48177
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48178
|
+
"name": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48179
|
+
"nameForCondition": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48180
|
+
"index": 246,
|
|
48181
|
+
"preOrderIndex": 246,
|
|
48182
|
+
"index2": 242,
|
|
48183
|
+
"postOrderIndex": 242,
|
|
48184
|
+
"cacheable": true,
|
|
48185
|
+
"optional": false,
|
|
48186
|
+
"orphan": false,
|
|
48187
|
+
"issuer": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
48188
|
+
"issuerName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
48189
|
+
"issuerPath": [
|
|
48190
|
+
{
|
|
48191
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLine.js",
|
|
48192
|
+
"name": "./lib/directLine.js",
|
|
48193
|
+
"id": 88
|
|
48194
|
+
},
|
|
48195
|
+
{
|
|
48196
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/directLineStreaming.js",
|
|
48197
|
+
"name": "./lib/directLineStreaming.js",
|
|
48198
|
+
"id": 9815
|
|
48199
|
+
},
|
|
48200
|
+
{
|
|
48201
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
48202
|
+
"name": "./lib/streaming/WebSocketClientWithNetworkInformation.js",
|
|
48203
|
+
"id": 2739
|
|
48204
|
+
},
|
|
48205
|
+
{
|
|
48206
|
+
"identifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
48207
|
+
"name": "./node_modules/@babel/runtime/helpers/get.js",
|
|
48208
|
+
"id": 6525
|
|
48209
|
+
}
|
|
48210
|
+
],
|
|
48211
|
+
"failed": false,
|
|
48212
|
+
"errors": 0,
|
|
48213
|
+
"warnings": 0,
|
|
48214
|
+
"id": 8331,
|
|
48215
|
+
"issuerId": 6525,
|
|
48216
|
+
"chunks": [
|
|
48217
|
+
884
|
|
48218
|
+
],
|
|
48219
|
+
"assets": [],
|
|
48220
|
+
"reasons": [
|
|
48221
|
+
{
|
|
48222
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
48223
|
+
"module": "./node_modules/@babel/runtime/helpers/get.js",
|
|
48224
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/get.js",
|
|
48225
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/get.js",
|
|
48226
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/get.js",
|
|
48227
|
+
"type": "cjs require",
|
|
48228
|
+
"active": true,
|
|
48229
|
+
"explanation": "",
|
|
48230
|
+
"userRequest": "./superPropBase.js",
|
|
48231
|
+
"loc": "1:20-49",
|
|
48232
|
+
"moduleId": 6525,
|
|
48233
|
+
"resolvedModuleId": 6525
|
|
48234
|
+
},
|
|
48235
|
+
{
|
|
48236
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48237
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48238
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48239
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48240
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48241
|
+
"type": "cjs self exports reference",
|
|
48242
|
+
"active": true,
|
|
48243
|
+
"explanation": "",
|
|
48244
|
+
"userRequest": null,
|
|
48245
|
+
"loc": "12:0-14",
|
|
48246
|
+
"moduleId": 8331,
|
|
48247
|
+
"resolvedModuleId": 8331
|
|
48248
|
+
},
|
|
48249
|
+
{
|
|
48250
|
+
"moduleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48251
|
+
"module": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48252
|
+
"moduleName": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48253
|
+
"resolvedModuleIdentifier": "/home/runner/work/BotFramework-DirectLineJS/BotFramework-DirectLineJS/node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48254
|
+
"resolvedModule": "./node_modules/@babel/runtime/helpers/superPropBase.js",
|
|
48255
|
+
"type": "cjs self exports reference",
|
|
48256
|
+
"active": true,
|
|
48257
|
+
"explanation": "",
|
|
48258
|
+
"userRequest": null,
|
|
48259
|
+
"loc": "13:28-42",
|
|
48260
|
+
"moduleId": 8331,
|
|
48261
|
+
"resolvedModuleId": 8331
|
|
48262
|
+
}
|
|
48263
|
+
],
|
|
48264
|
+
"usedExports": null,
|
|
48265
|
+
"providedExports": null,
|
|
48266
|
+
"optimizationBailout": [
|
|
48267
|
+
"CommonJS bailout: module.exports is used directly at 12:0-14",
|
|
48268
|
+
"CommonJS bailout: module.exports is used directly at 13:28-42",
|
|
48269
|
+
"Statement (VariableDeclaration) with side effects in source code at 1:0-52",
|
|
48270
|
+
"ModuleConcatenation bailout: Module is not an ECMAScript module"
|
|
48271
|
+
],
|
|
48272
|
+
"depth": 4
|
|
48273
|
+
},
|
|
46220
48274
|
{
|
|
46221
48275
|
"type": "module",
|
|
46222
48276
|
"moduleType": "javascript/auto",
|