@microsoft/applicationinsights-core-js 2.7.2-nightly.2111-08 → 2.7.2-nightly.2111-09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/CONTRIBUTING.md +14 -0
  2. package/Tests/Perf/src/CorePerfCheck.Tests.ts +828 -0
  3. package/Tests/Perf/src/aiperftests.ts +6 -0
  4. package/Tests/Perf/tsconfig.json +17 -0
  5. package/Tests/PerfTests.html +54 -0
  6. package/Tests/Unit/src/AppInsightsCoreSize.Tests.ts +59 -0
  7. package/Tests/Unit/src/ApplicationInsightsCore.Tests.ts +1015 -0
  8. package/Tests/Unit/src/CookieManager.Tests.ts +477 -0
  9. package/Tests/Unit/src/HelperFunc.Tests.ts +59 -0
  10. package/Tests/Unit/src/aiunittests.ts +13 -0
  11. package/Tests/UnitTests.html +48 -0
  12. package/Tests/tsconfig.json +17 -0
  13. package/api-extractor.json +361 -0
  14. package/applicationinsights-core-js.build.error.log +205 -0
  15. package/applicationinsights-core-js.build.log +612 -0
  16. package/browser/applicationinsights-core-js.integrity.json +9 -9
  17. package/browser/applicationinsights-core-js.js +1 -1
  18. package/browser/applicationinsights-core-js.js.map +1 -1
  19. package/browser/applicationinsights-core-js.min.js +1 -1
  20. package/browser/applicationinsights-core-js.min.js.map +1 -1
  21. package/dist/applicationinsights-core-js.api.json +1 -1
  22. package/dist/applicationinsights-core-js.d.ts +1 -1
  23. package/dist/applicationinsights-core-js.js +1 -1
  24. package/dist/applicationinsights-core-js.js.map +1 -1
  25. package/dist/applicationinsights-core-js.min.js +1 -1
  26. package/dist/applicationinsights-core-js.min.js.map +1 -1
  27. package/dist/applicationinsights-core-js.rollup.d.ts +1 -1
  28. package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
  29. package/dist-esm/JavaScriptSDK/BaseCore.js +1 -1
  30. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  31. package/dist-esm/JavaScriptSDK/ChannelController.js +1 -1
  32. package/dist-esm/JavaScriptSDK/Constants.js +1 -1
  33. package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
  34. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  35. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
  36. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  37. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  38. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
  39. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  40. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  41. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  42. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  43. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  44. package/dist-esm/JavaScriptSDK/TelemetryPluginChain.js +1 -1
  45. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  46. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  47. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  48. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  49. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  50. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  51. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  52. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  53. package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  54. package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  55. package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  56. package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  57. package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  58. package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  59. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  60. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  61. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  62. package/dist-esm/applicationinsights-core-js.js +1 -1
  63. package/microsoft-applicationinsights-core-js-2.7.2-nightly.2111-09.tgz +0 -0
  64. package/package.json +1 -1
  65. package/rollup.config.js +138 -0
  66. package/src/applicationinsights-core-js.ts +59 -0
  67. package/temp/applicationinsights-core-js.api.md +934 -0
  68. package/tslint.json +5 -0
  69. package/types/tsdoc-metadata.json +1 -1
@@ -0,0 +1,361 @@
1
+ /**
2
+ * Config file for API Extractor. For more info, please visit: https://api-extractor.com
3
+ */
4
+ {
5
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
6
+
7
+ /**
8
+ * Optionally specifies another JSON config file that this file extends from. This provides a way for
9
+ * standard settings to be shared across multiple projects.
10
+ *
11
+ * If the path starts with "./" or "../", the path is resolved relative to the folder of the file that contains
12
+ * the "extends" field. Otherwise, the first path segment is interpreted as an NPM package name, and will be
13
+ * resolved using NodeJS require().
14
+ *
15
+ * SUPPORTED TOKENS: none
16
+ * DEFAULT VALUE: ""
17
+ */
18
+ // "extends": "./shared/api-extractor-base.json"
19
+ // "extends": "my-package/include/api-extractor-base.json"
20
+
21
+ /**
22
+ * Determines the "<projectFolder>" token that can be used with other config file settings. The project folder
23
+ * typically contains the tsconfig.json and package.json config files, but the path is user-defined.
24
+ *
25
+ * The path is resolved relative to the folder of the config file that contains the setting.
26
+ *
27
+ * The default value for "projectFolder" is the token "<lookup>", which means the folder is determined by traversing
28
+ * parent folders, starting from the folder containing api-extractor.json, and stopping at the first folder
29
+ * that contains a tsconfig.json file. If a tsconfig.json file cannot be found in this way, then an error
30
+ * will be reported.
31
+ *
32
+ * SUPPORTED TOKENS: <lookup>
33
+ * DEFAULT VALUE: "<lookup>"
34
+ */
35
+ "projectFolder": ".",
36
+
37
+ /**
38
+ * (REQUIRED) Specifies the .d.ts file to be used as the starting point for analysis. API Extractor
39
+ * analyzes the symbols exported by this module.
40
+ *
41
+ * The file extension must be ".d.ts" and not ".ts".
42
+ *
43
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
44
+ * prepend a folder token such as "<projectFolder>".
45
+ *
46
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
47
+ */
48
+ "mainEntryPointFilePath": "<projectFolder>/types/applicationinsights-core-js.d.ts",
49
+
50
+ /**
51
+ * A list of NPM package names whose exports should be treated as part of this package.
52
+ *
53
+ * For example, suppose that Webpack is used to generate a distributed bundle for the project "library1",
54
+ * and another NPM package "library2" is embedded in this bundle. Some types from library2 may become part
55
+ * of the exported API for library1, but by default API Extractor would generate a .d.ts rollup that explicitly
56
+ * imports library2. To avoid this, we can specify:
57
+ *
58
+ * "bundledPackages": [ "library2" ],
59
+ *
60
+ * This would direct API Extractor to embed those types directly in the .d.ts rollup, as if they had been
61
+ * local files for library1.
62
+ */
63
+ "bundledPackages": [
64
+ ],
65
+
66
+ /**
67
+ * Determines how the TypeScript compiler engine will be invoked by API Extractor.
68
+ */
69
+ "compiler": {
70
+ /**
71
+ * Specifies the path to the tsconfig.json file to be used by API Extractor when analyzing the project.
72
+ *
73
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
74
+ * prepend a folder token such as "<projectFolder>".
75
+ *
76
+ * Note: This setting will be ignored if "overrideTsconfig" is used.
77
+ *
78
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
79
+ * DEFAULT VALUE: "<projectFolder>/tsconfig.json"
80
+ */
81
+ // "tsconfigFilePath": "<projectFolder>/tsconfig.json",
82
+
83
+ /**
84
+ * Provides a compiler configuration that will be used instead of reading the tsconfig.json file from disk.
85
+ * The object must conform to the TypeScript tsconfig schema:
86
+ *
87
+ * http://json.schemastore.org/tsconfig
88
+ *
89
+ * If omitted, then the tsconfig.json file will be read from the "projectFolder".
90
+ *
91
+ * DEFAULT VALUE: no overrideTsconfig section
92
+ */
93
+ // "overrideTsconfig": {
94
+ // . . .
95
+ // }
96
+
97
+ /**
98
+ * This option causes the compiler to be invoked with the --skipLibCheck option. This option is not recommended
99
+ * and may cause API Extractor to produce incomplete or incorrect declarations, but it may be required when
100
+ * dependencies contain declarations that are incompatible with the TypeScript engine that API Extractor uses
101
+ * for its analysis. Where possible, the underlying issue should be fixed rather than relying on skipLibCheck.
102
+ *
103
+ * DEFAULT VALUE: false
104
+ */
105
+ // "skipLibCheck": true,
106
+ },
107
+
108
+ /**
109
+ * Configures how the API report file (*.api.md) will be generated.
110
+ */
111
+ "apiReport": {
112
+ /**
113
+ * (REQUIRED) Whether to generate an API report.
114
+ */
115
+ "enabled": true,
116
+
117
+ /**
118
+ * The filename for the API report files. It will be combined with "reportFolder" or "reportTempFolder" to produce
119
+ * a full file path.
120
+ *
121
+ * The file extension should be ".api.md", and the string should not contain a path separator such as "\" or "/".
122
+ *
123
+ * SUPPORTED TOKENS: <packageName>, <unscopedPackageName>
124
+ * DEFAULT VALUE: "<unscopedPackageName>.api.md"
125
+ */
126
+ "reportFileName": "<unscopedPackageName>.api.md",
127
+
128
+ /**
129
+ * Specifies the folder where the API report file is written. The file name portion is determined by
130
+ * the "reportFileName" setting.
131
+ *
132
+ * The API report file is normally tracked by Git. Changes to it can be used to trigger a branch policy,
133
+ * e.g. for an API review.
134
+ *
135
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
136
+ * prepend a folder token such as "<projectFolder>".
137
+ *
138
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
139
+ * DEFAULT VALUE: "<projectFolder>/etc/"
140
+ */
141
+ "reportFolder": "<projectFolder>/dist/",
142
+
143
+ /**
144
+ * Specifies the folder where the temporary report file is written. The file name portion is determined by
145
+ * the "reportFileName" setting.
146
+ *
147
+ * After the temporary file is written to disk, it is compared with the file in the "reportFolder".
148
+ * If they are different, a production build will fail.
149
+ *
150
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
151
+ * prepend a folder token such as "<projectFolder>".
152
+ *
153
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
154
+ * DEFAULT VALUE: "<projectFolder>/temp/"
155
+ */
156
+ // "reportTempFolder": "<projectFolder>/temp/"
157
+ },
158
+
159
+ /**
160
+ * Configures how the doc model file (*.api.json) will be generated.
161
+ */
162
+ "docModel": {
163
+ /**
164
+ * (REQUIRED) Whether to generate a doc model file.
165
+ */
166
+ "enabled": true,
167
+
168
+ /**
169
+ * The output path for the doc model file. The file extension should be ".api.json".
170
+ *
171
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
172
+ * prepend a folder token such as "<projectFolder>".
173
+ *
174
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
175
+ * DEFAULT VALUE: "<projectFolder>/temp/<unscopedPackageName>.api.json"
176
+ */
177
+ "apiJsonFilePath": "<projectFolder>/dist/<unscopedPackageName>.api.json"
178
+ },
179
+
180
+ /**
181
+ * Configures how the .d.ts rollup file will be generated.
182
+ */
183
+ "dtsRollup": {
184
+ /**
185
+ * (REQUIRED) Whether to generate the .d.ts rollup file.
186
+ */
187
+ "enabled": true,
188
+
189
+ /**
190
+ * Specifies the output path for a .d.ts rollup file to be generated without any trimming.
191
+ * This file will include all declarations that are exported by the main entry point.
192
+ *
193
+ * If the path is an empty string, then this file will not be written.
194
+ *
195
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
196
+ * prepend a folder token such as "<projectFolder>".
197
+ *
198
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
199
+ * DEFAULT VALUE: "<projectFolder>/dist/<unscopedPackageName>.d.ts"
200
+ */
201
+ "untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts",
202
+
203
+ /**
204
+ * Specifies the output path for a .d.ts rollup file to be generated with trimming for a "beta" release.
205
+ * This file will include only declarations that are marked as "@public" or "@beta".
206
+ *
207
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
208
+ * prepend a folder token such as "<projectFolder>".
209
+ *
210
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
211
+ * DEFAULT VALUE: ""
212
+ */
213
+ // "betaTrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>-beta.d.ts",
214
+
215
+
216
+ /**
217
+ * Specifies the output path for a .d.ts rollup file to be generated with trimming for a "public" release.
218
+ * This file will include only declarations that are marked as "@public".
219
+ *
220
+ * If the path is an empty string, then this file will not be written.
221
+ *
222
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
223
+ * prepend a folder token such as "<projectFolder>".
224
+ *
225
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
226
+ * DEFAULT VALUE: ""
227
+ */
228
+ // "publicTrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>-public.d.ts",
229
+
230
+ /**
231
+ * When a declaration is trimmed, by default it will be replaced by a code comment such as
232
+ * "Excluded from this release type: exampleMember". Set "omitTrimmingComments" to true to remove the
233
+ * declaration completely.
234
+ *
235
+ * DEFAULT VALUE: false
236
+ */
237
+ // "omitTrimmingComments": true
238
+ },
239
+
240
+ /**
241
+ * Configures how the tsdoc-metadata.json file will be generated.
242
+ */
243
+ "tsdocMetadata": {
244
+ /**
245
+ * Whether to generate the tsdoc-metadata.json file.
246
+ *
247
+ * DEFAULT VALUE: true
248
+ */
249
+ // "enabled": true,
250
+
251
+ /**
252
+ * Specifies where the TSDoc metadata file should be written.
253
+ *
254
+ * The path is resolved relative to the folder of the config file that contains the setting; to change this,
255
+ * prepend a folder token such as "<projectFolder>".
256
+ *
257
+ * The default value is "<lookup>", which causes the path to be automatically inferred from the "tsdocMetadata",
258
+ * "typings" or "main" fields of the project's package.json. If none of these fields are set, the lookup
259
+ * falls back to "tsdoc-metadata.json" in the package folder.
260
+ *
261
+ * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
262
+ * DEFAULT VALUE: "<lookup>"
263
+ */
264
+ // "tsdocMetadataFilePath": "<projectFolder>/dist/tsdoc-metadata.json"
265
+ },
266
+
267
+ /**
268
+ * Configures how API Extractor reports error and warning messages produced during analysis.
269
+ *
270
+ * There are three sources of messages: compiler messages, API Extractor messages, and TSDoc messages.
271
+ */
272
+ "messages": {
273
+ /**
274
+ * Configures handling of diagnostic messages reported by the TypeScript compiler engine while analyzing
275
+ * the input .d.ts files.
276
+ *
277
+ * TypeScript message identifiers start with "TS" followed by an integer. For example: "TS2551"
278
+ *
279
+ * DEFAULT VALUE: A single "default" entry with logLevel=warning.
280
+ */
281
+ "compilerMessageReporting": {
282
+ /**
283
+ * Configures the default routing for messages that don't match an explicit rule in this table.
284
+ */
285
+ "default": {
286
+ /**
287
+ * Specifies whether the message should be written to the the tool's output log. Note that
288
+ * the "addToApiReportFile" property may supersede this option.
289
+ *
290
+ * Possible values: "error", "warning", "none"
291
+ *
292
+ * Errors cause the build to fail and return a nonzero exit code. Warnings cause a production build fail
293
+ * and return a nonzero exit code. For a non-production build (e.g. when "api-extractor run" includes
294
+ * the "--local" option), the warning is displayed but the build will not fail.
295
+ *
296
+ * DEFAULT VALUE: "warning"
297
+ */
298
+ "logLevel": "warning",
299
+
300
+ /**
301
+ * When addToApiReportFile is true: If API Extractor is configured to write an API report file (.api.md),
302
+ * then the message will be written inside that file; otherwise, the message is instead logged according to
303
+ * the "logLevel" option.
304
+ *
305
+ * DEFAULT VALUE: false
306
+ */
307
+ // "addToApiReportFile": false
308
+ },
309
+
310
+ // "TS2551": {
311
+ // "logLevel": "warning",
312
+ // "addToApiReportFile": true
313
+ // },
314
+ //
315
+ // . . .
316
+ },
317
+
318
+ /**
319
+ * Configures handling of messages reported by API Extractor during its analysis.
320
+ *
321
+ * API Extractor message identifiers start with "ae-". For example: "ae-extra-release-tag"
322
+ *
323
+ * DEFAULT VALUE: See api-extractor-defaults.json for the complete table of extractorMessageReporting mappings
324
+ */
325
+ "extractorMessageReporting": {
326
+ "default": {
327
+ "logLevel": "warning",
328
+ // "addToApiReportFile": false
329
+ },
330
+
331
+ "ae-missing-release-tag": {
332
+ "logLevel": "none"
333
+ },
334
+ //
335
+ // . . .
336
+ },
337
+
338
+ /**
339
+ * Configures handling of messages reported by the TSDoc parser when analyzing code comments.
340
+ *
341
+ * TSDoc message identifiers start with "tsdoc-". For example: "tsdoc-link-tag-unescaped-text"
342
+ *
343
+ * DEFAULT VALUE: A single "default" entry with logLevel=warning.
344
+ */
345
+ "tsdocMessageReporting": {
346
+ "default": {
347
+ "logLevel": "warning",
348
+ // "addToApiReportFile": false
349
+ }
350
+
351
+ // "tsdoc-link-tag-unescaped-text": {
352
+ // "logLevel": "warning",
353
+ // "addToApiReportFile": true
354
+ // },
355
+ //
356
+ // . . .
357
+ }
358
+ }
359
+
360
+ }
361
+
@@ -0,0 +1,205 @@
1
+ (node:1152) ExperimentalWarning: The fs.promises API is experimental
2
+
3
+ dist-esm/applicationinsights-core-js.js → dist/applicationinsights-core-js.min.js...
4
+ created dist/applicationinsights-core-js.min.js in 3.4s
5
+
6
+ dist-esm/applicationinsights-core-js.js → dist/applicationinsights-core-js.js...
7
+ created dist/applicationinsights-core-js.js in 724ms
8
+
9
+ dist-esm/applicationinsights-core-js.js → browser/applicationinsights-core-js.min.js...
10
+ created browser/applicationinsights-core-js.min.js in 2.8s
11
+
12
+ dist-esm/applicationinsights-core-js.js → browser/applicationinsights-core-js.js...
13
+ created browser/applicationinsights-core-js.js in 589ms
14
+ Warning: The API report file was missing, so a new file was created. Please add this file to Git:
15
+ D:\a\1\s\shared\AppInsightsCore\dist\applicationinsights-core-js.api.md
16
+ Warning: types/JavaScriptSDK.Interfaces/IAppInsightsCore.d.ts:38:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
17
+ Warning: types/JavaScriptSDK.Interfaces/IAppInsightsCore.d.ts:43:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
18
+ Warning: types/JavaScriptSDK.Interfaces/IChannelControls.d.ts:20:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
19
+ Warning: types/JavaScriptSDK.Interfaces/IChannelControls.d.ts:21:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
20
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:37:37 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
21
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:38:37 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
22
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:47:34 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
23
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:48:34 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
24
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:75:22 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
25
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:75:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
26
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:75:8 - (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration
27
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:76:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
28
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:90:113 - (tsdoc-code-fence-opening-indent) The opening backtick for a code fence must appear at the start of the line
29
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:90:129 - (tsdoc-code-fence-opening-indent) The opening backtick for a code fence must appear at the start of the line
30
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:91:108 - (tsdoc-code-fence-opening-indent) The opening backtick for a code fence must appear at the start of the line
31
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:91:123 - (tsdoc-code-fence-opening-indent) The opening backtick for a code fence must appear at the start of the line
32
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:105:8 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
33
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:107:21 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
34
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:107:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
35
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:107:8 - (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration
36
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:108:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
37
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:113:8 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
38
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:115:21 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
39
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:115:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
40
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:115:8 - (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration
41
+ Warning: types/JavaScriptSDK.Interfaces/IConfiguration.d.ts:116:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
42
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:30:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
43
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:31:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
44
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:36:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
45
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:43:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
46
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:52:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
47
+ Warning: types/JavaScriptSDK.Interfaces/IDiagnosticLogger.d.ts:53:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
48
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:5:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
49
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:10:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
50
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:15:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
51
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:16:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
52
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:22:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
53
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:23:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
54
+ Warning: types/JavaScriptSDK.Interfaces/INotificationListener.d.ts:29:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
55
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:11:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
56
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:16:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
57
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:21:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
58
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:26:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
59
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:27:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
60
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:33:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
61
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:34:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
62
+ Warning: types/JavaScriptSDK.Interfaces/INotificationManager.d.ts:40:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
63
+ Warning: types/JavaScriptSDK.Interfaces/IPerfManager.d.ts:12:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
64
+ Warning: types/JavaScriptSDK.Interfaces/IPerfManager.d.ts:24:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
65
+ Warning: types/JavaScriptSDK.Interfaces/IPerfManager.d.ts:31:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
66
+ Warning: types/JavaScriptSDK.Interfaces/IProcessTelemetryContext.d.ts:31:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
67
+ Warning: types/JavaScriptSDK.Interfaces/IProcessTelemetryContext.d.ts:32:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
68
+ Warning: types/JavaScriptSDK.Interfaces/IProcessTelemetryContext.d.ts:33:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
69
+ Warning: types/JavaScriptSDK/AppInsightsCore.d.ts:17:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
70
+ Warning: types/JavaScriptSDK/AppInsightsCore.d.ts:22:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
71
+ Warning: types/JavaScriptSDK/CookieMgr.d.ts:18:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
72
+ Warning: types/JavaScriptSDK/CookieMgr.d.ts:19:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
73
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:7:21 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
74
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:8:20 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
75
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:9:20 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
76
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:9:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
77
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:9:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
78
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:14:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
79
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:15:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
80
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:87:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
81
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:88:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
82
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:88:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
83
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:88:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
84
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:93:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
85
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:94:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
86
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:94:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
87
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:94:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
88
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:111:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
89
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:112:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
90
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:112:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
91
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:112:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
92
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:117:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
93
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:118:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
94
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:118:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
95
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:118:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
96
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:123:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
97
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:124:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
98
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:124:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
99
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:124:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
100
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:136:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
101
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:137:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
102
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:145:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
103
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:146:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
104
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:154:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
105
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:155:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
106
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:163:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
107
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:164:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
108
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:175:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
109
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:182:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
110
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:189:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
111
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:190:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
112
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:191:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
113
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:192:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
114
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:198:25 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
115
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:199:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
116
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:200:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
117
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:200:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
118
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:200:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
119
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:232:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
120
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:267:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
121
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:268:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
122
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:269:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
123
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:276:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
124
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:277:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
125
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:278:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
126
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:284:25 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
127
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:285:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
128
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:286:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
129
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:286:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
130
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:286:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
131
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:292:25 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
132
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:293:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
133
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:294:24 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
134
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:294:16 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
135
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:294:8 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
136
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:305:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
137
+ Warning: types/JavaScriptSDK/CoreUtils.d.ts:306:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
138
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:26:11 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
139
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:32:11 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
140
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:41:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
141
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:42:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
142
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:47:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
143
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:52:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
144
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:61:24 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
145
+ Warning: types/JavaScriptSDK/DiagnosticLogger.d.ts:62:23 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
146
+ Warning: types/JavaScriptSDK/EnvUtils.d.ts:3:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
147
+ Warning: types/JavaScriptSDK/EnvUtils.d.ts:8:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
148
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:12:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
149
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:13:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
150
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:14:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
151
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:15:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
152
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:21:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
153
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:22:30 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
154
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:23:22 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
155
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:24:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
156
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:32:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
157
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:38:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
158
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:39:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
159
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:76:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
160
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:77:20 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
161
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:77:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
162
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:77:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
163
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:82:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
164
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:83:20 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
165
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:83:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
166
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:83:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
167
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:88:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
168
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:89:20 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
169
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:89:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
170
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:89:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
171
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:95:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
172
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:96:20 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
173
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:96:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
174
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:96:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
175
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:108:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
176
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:109:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
177
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:117:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
178
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:118:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
179
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:126:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
180
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:127:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
181
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:135:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
182
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:136:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
183
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:147:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
184
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:154:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
185
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:155:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
186
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:156:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
187
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:157:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
188
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:202:79 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
189
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:203:61 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
190
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:207:4 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
191
+ Warning: types/JavaScriptSDK/HelperFuncs.d.ts:213:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
192
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:14:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
193
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:19:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
194
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:24:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
195
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:29:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
196
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:30:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
197
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:36:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
198
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:37:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
199
+ Warning: types/JavaScriptSDK/NotificationManager.d.ts:43:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
200
+ Warning: types/JavaScriptSDK/PerfManager.d.ts:53:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
201
+ Warning: types/JavaScriptSDK/PerfManager.d.ts:60:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
202
+ Warning: types/JavaScriptSDK/RandomHelper.d.ts:4:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
203
+ Warning: types/JavaScriptSDK/TelemetryHelpers.d.ts:6:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
204
+ Warning: types/JavaScriptSDK/TelemetryHelpers.d.ts:7:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
205
+ Warning: types/JavaScriptSDK/TelemetryHelpers.d.ts:8:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen