ng2-logger 13.1.1 → 13.1.3

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 (90) hide show
  1. package/README.md +206 -206
  2. package/app/index.d.ts +4 -4
  3. package/app/index.js +19 -19
  4. package/app/ng2-logger.component.d.ts +5 -5
  5. package/app/ng2-logger.component.js +33 -33
  6. package/app/ng2-logger.module.d.ts +2 -2
  7. package/app/ng2-logger.module.js +30 -30
  8. package/browser/README.md +24 -24
  9. package/browser/esm2020/lib/backend-logging.mjs +91 -91
  10. package/browser/esm2020/lib/display.mjs +96 -96
  11. package/browser/esm2020/lib/helpers.mjs +1 -1
  12. package/browser/esm2020/lib/index.mjs +5 -5
  13. package/browser/esm2020/lib/level.mjs +30 -30
  14. package/browser/esm2020/lib/log.mjs +163 -163
  15. package/browser/esm2020/lib/logger.mjs +234 -234
  16. package/browser/esm2020/ng2-logger.mjs +4 -4
  17. package/browser/esm2020/public-api.mjs +1 -1
  18. package/browser/fesm2015/ng2-logger.mjs +512 -512
  19. package/browser/fesm2020/ng2-logger.mjs +512 -512
  20. package/browser/lib/backend-logging.d.ts +4 -4
  21. package/browser/lib/display.d.ts +4 -4
  22. package/browser/lib/helpers.d.ts +1 -1
  23. package/browser/lib/index.d.ts +5 -5
  24. package/browser/lib/level.d.ts +21 -21
  25. package/browser/lib/log.d.ts +25 -25
  26. package/browser/lib/logger.d.ts +81 -81
  27. package/browser/ng2-logger.d.ts +5 -5
  28. package/browser/public-api.d.ts +1 -1
  29. package/client/README.md +24 -24
  30. package/client/esm2020/lib/backend-logging.mjs +91 -91
  31. package/client/esm2020/lib/display.mjs +96 -96
  32. package/client/esm2020/lib/helpers.mjs +1 -1
  33. package/client/esm2020/lib/index.mjs +5 -5
  34. package/client/esm2020/lib/level.mjs +30 -30
  35. package/client/esm2020/lib/log.mjs +163 -163
  36. package/client/esm2020/lib/logger.mjs +234 -234
  37. package/client/esm2020/ng2-logger.mjs +4 -4
  38. package/client/esm2020/public-api.mjs +1 -1
  39. package/client/fesm2015/ng2-logger.mjs +512 -512
  40. package/client/fesm2020/ng2-logger.mjs +512 -512
  41. package/client/lib/backend-logging.d.ts +4 -4
  42. package/client/lib/display.d.ts +4 -4
  43. package/client/lib/helpers.d.ts +1 -1
  44. package/client/lib/index.d.ts +5 -5
  45. package/client/lib/level.d.ts +21 -21
  46. package/client/lib/log.d.ts +25 -25
  47. package/client/lib/logger.d.ts +81 -81
  48. package/client/ng2-logger.d.ts +5 -5
  49. package/client/public-api.d.ts +1 -1
  50. package/index.d.ts +1 -1
  51. package/index.js +5 -5
  52. package/lib/backend-logging.d.ts +4 -4
  53. package/lib/backend-logging.js +115 -115
  54. package/lib/display.d.ts +4 -4
  55. package/lib/display.js +104 -104
  56. package/lib/helpers.d.ts +1 -1
  57. package/lib/helpers.js +6 -6
  58. package/lib/index.d.ts +5 -5
  59. package/lib/index.js +9 -9
  60. package/lib/level.d.ts +21 -21
  61. package/lib/level.js +35 -35
  62. package/lib/log.d.ts +25 -25
  63. package/lib/log.js +197 -197
  64. package/lib/logger.d.ts +81 -81
  65. package/lib/logger.js +340 -340
  66. package/package.json +3 -3
  67. package/package.json_devDependencies.json +184 -184
  68. package/package.json_tnp.json5 +47 -47
  69. package/tmp-environment.json +36 -35
  70. package/websql/README.md +24 -24
  71. package/websql/esm2020/lib/backend-logging.mjs +91 -91
  72. package/websql/esm2020/lib/display.mjs +96 -96
  73. package/websql/esm2020/lib/helpers.mjs +1 -1
  74. package/websql/esm2020/lib/index.mjs +5 -5
  75. package/websql/esm2020/lib/level.mjs +30 -30
  76. package/websql/esm2020/lib/log.mjs +163 -163
  77. package/websql/esm2020/lib/logger.mjs +234 -234
  78. package/websql/esm2020/ng2-logger.mjs +4 -4
  79. package/websql/esm2020/public-api.mjs +1 -1
  80. package/websql/fesm2015/ng2-logger.mjs +512 -512
  81. package/websql/fesm2020/ng2-logger.mjs +512 -512
  82. package/websql/lib/backend-logging.d.ts +4 -4
  83. package/websql/lib/display.d.ts +4 -4
  84. package/websql/lib/helpers.d.ts +1 -1
  85. package/websql/lib/index.d.ts +5 -5
  86. package/websql/lib/level.d.ts +21 -21
  87. package/websql/lib/log.d.ts +25 -25
  88. package/websql/lib/logger.d.ts +81 -81
  89. package/websql/ng2-logger.d.ts +5 -5
  90. package/websql/public-api.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- import { Level } from './level';
2
- export declare function consoleLog(data: string, level: Level): void;
3
- export declare function displayParams(params: any[], level: Level): void;
4
- export declare function istartedInVscode(): void;
1
+ import { Level } from './level';
2
+ export declare function consoleLog(data: string, level: Level): void;
3
+ export declare function displayParams(params: any[], level: Level): void;
4
+ export declare function istartedInVscode(): void;
@@ -1,4 +1,4 @@
1
- import { Level } from './level';
2
- export declare class Display {
3
- static msg(message: string | any, params: any[], moduleName: string, moduleColor: string, level: Level, moduleWidth: number | undefined, isProductionMode: boolean): void;
4
- }
1
+ import { Level } from './level';
2
+ export declare class Display {
3
+ static msg(message: string | any, params: any[], moduleName: string, moduleColor: string, level: Level, moduleWidth: number | undefined, isProductionMode: boolean): void;
4
+ }
@@ -1 +1 @@
1
- export { Helpers } from 'tnp-config/browser';
1
+ export { Helpers } from 'tnp-config/browser';
@@ -1,5 +1,5 @@
1
- export * from './log';
2
- export * from './level';
3
- export * from './helpers';
4
- export * from './logger';
5
- export * from './display';
1
+ export * from './log';
2
+ export * from './level';
3
+ export * from './helpers';
4
+ export * from './logger';
5
+ export * from './display';
@@ -1,21 +1,21 @@
1
- export declare enum Level {
2
- DATA = 0,
3
- INFO = 1,
4
- WARN = 2,
5
- ERROR = 3,
6
- SUCCESS = 4,
7
- TASK_STARTED = 5,
8
- TASK_DONE = 6,
9
- __NOTHING = 7
10
- }
11
- export declare const LevelKey: {
12
- 0: string;
13
- 1: string;
14
- 2: string;
15
- 3: string;
16
- 4: string;
17
- 5: string;
18
- 6: string;
19
- 7: string;
20
- };
21
- export declare const LevelOrder: string[];
1
+ export declare enum Level {
2
+ DATA = 0,
3
+ INFO = 1,
4
+ WARN = 2,
5
+ ERROR = 3,
6
+ SUCCESS = 4,
7
+ TASK_STARTED = 5,
8
+ TASK_DONE = 6,
9
+ __NOTHING = 7
10
+ }
11
+ export declare const LevelKey: {
12
+ 0: string;
13
+ 1: string;
14
+ 2: string;
15
+ 3: string;
16
+ 4: string;
17
+ 5: string;
18
+ 6: string;
19
+ 7: string;
20
+ };
21
+ export declare const LevelOrder: string[];
@@ -1,25 +1,25 @@
1
- import { Logger } from './logger';
2
- import { Level } from './level';
3
- export declare class Log {
4
- private constructor();
5
- private static get instance();
6
- static Logger: (typeof Logger);
7
- static create(name: string, ...level: Level[]): Logger;
8
- private static readonly consolelogfn;
9
- static disableLogs(level?: Level): void;
10
- static enableLogs(): void;
11
- private _logOnly;
12
- private _logModules;
13
- private isDevelopmentMode;
14
- private modeIsSet;
15
- private fixedWidth;
16
- private instances;
17
- private levels;
18
- private modules;
19
- setProductionMode(): void;
20
- onlyModules(...modules: (string | RegExp)[]): void;
21
- onlyLevel(...level: Level[]): void;
22
- private create;
23
- private isMutedModule;
24
- private muteAllOtherModules;
25
- }
1
+ import { Logger } from './logger';
2
+ import { Level } from './level';
3
+ export declare class Log {
4
+ private constructor();
5
+ private static get instance();
6
+ static Logger: (typeof Logger);
7
+ static create(name: string, ...level: Level[]): Logger;
8
+ private static readonly consolelogfn;
9
+ static disableLogs(level?: Level): void;
10
+ static enableLogs(): void;
11
+ private _logOnly;
12
+ private _logModules;
13
+ private isDevelopmentMode;
14
+ private modeIsSet;
15
+ private fixedWidth;
16
+ private instances;
17
+ private levels;
18
+ private modules;
19
+ setProductionMode(): void;
20
+ onlyModules(...modules: (string | RegExp)[]): void;
21
+ onlyLevel(...level: Level[]): void;
22
+ private create;
23
+ private isMutedModule;
24
+ private muteAllOtherModules;
25
+ }
@@ -1,81 +1,81 @@
1
- import { Level } from './level';
2
- export declare class Logger {
3
- private name;
4
- color: string;
5
- private developmentMode;
6
- private allowed;
7
- private isMuted;
8
- fixedWidth: number | undefined;
9
- private _level;
10
- setLevel(l: Level): this;
11
- get isProductionMode(): boolean;
12
- setProductionMode(productionMode: boolean): this;
13
- mute(): this;
14
- constructor(name: string, color: string, developmentMode: boolean, allowed: Level[], isMuted: boolean, fixedWidth: number | undefined);
15
- onlyWhen(expression: (() => boolean) | boolean): void;
16
- private _data;
17
- private _error;
18
- private _info;
19
- private _success;
20
- private _taskStarted;
21
- private _taskDone;
22
- private _warn;
23
- /** @deprecated Use data(...)
24
- * @see data
25
- */
26
- d: (name: string, ...data: any[]) => this;
27
- /** @deprecated Use error(...)
28
- * @see error
29
- */
30
- er: (name: string, ...data: any[]) => this;
31
- /** @deprecated Use info(...)
32
- * @see info
33
- */
34
- i: (name: string, ...data: any[]) => this;
35
- /** @deprecated Use warn(...)
36
- * @see warn
37
- */
38
- w: (name: string, ...data: any[]) => this;
39
- /**
40
- * Logs message and data with the level=data
41
- * @param message The message
42
- * @param otherParams Additional parameters
43
- */
44
- data: (message: string, ...otherParams: any[]) => this;
45
- /**
46
- * Logs message and data with the level=error
47
- * @param message The message
48
- * @param otherParams Additional parameters
49
- */
50
- error: (message: string, ...otherParams: any[]) => this;
51
- /**
52
- * Logs message and data with the level=info
53
- * @param message The message
54
- * @param otherParams Additional parameters
55
- */
56
- info: (message: string, ...otherParams: any[]) => this;
57
- /**
58
- * Logs message and data with the level=success
59
- * @param message The message
60
- * @param otherParams Additional parameters
61
- */
62
- success: (message: string, ...otherParams: any[]) => this;
63
- /**
64
- * Logs message and data with the level=taskStarted
65
- * @param message The message
66
- * @param otherParams Additional parameters
67
- */
68
- taskStarted: (message: string, ...otherParams: any[]) => this;
69
- /**
70
- * Logs message and data with the level=taskDone
71
- * @param message The message
72
- * @param otherParams Additional parameters
73
- */
74
- taskDone: (message?: string, ...otherParams: any[]) => this;
75
- /**
76
- * Logs message and data with the level=warn
77
- * @param message The message
78
- * @param otherParams Additional parameters
79
- */
80
- warn: (message: string, ...otherParams: any[]) => this;
81
- }
1
+ import { Level } from './level';
2
+ export declare class Logger {
3
+ private name;
4
+ color: string;
5
+ private developmentMode;
6
+ private allowed;
7
+ private isMuted;
8
+ fixedWidth: number | undefined;
9
+ private _level;
10
+ setLevel(l: Level): this;
11
+ get isProductionMode(): boolean;
12
+ setProductionMode(productionMode: boolean): this;
13
+ mute(): this;
14
+ constructor(name: string, color: string, developmentMode: boolean, allowed: Level[], isMuted: boolean, fixedWidth: number | undefined);
15
+ onlyWhen(expression: (() => boolean) | boolean): void;
16
+ private _data;
17
+ private _error;
18
+ private _info;
19
+ private _success;
20
+ private _taskStarted;
21
+ private _taskDone;
22
+ private _warn;
23
+ /** @deprecated Use data(...)
24
+ * @see data
25
+ */
26
+ d: (name: string, ...data: any[]) => this;
27
+ /** @deprecated Use error(...)
28
+ * @see error
29
+ */
30
+ er: (name: string, ...data: any[]) => this;
31
+ /** @deprecated Use info(...)
32
+ * @see info
33
+ */
34
+ i: (name: string, ...data: any[]) => this;
35
+ /** @deprecated Use warn(...)
36
+ * @see warn
37
+ */
38
+ w: (name: string, ...data: any[]) => this;
39
+ /**
40
+ * Logs message and data with the level=data
41
+ * @param message The message
42
+ * @param otherParams Additional parameters
43
+ */
44
+ data: (message: string, ...otherParams: any[]) => this;
45
+ /**
46
+ * Logs message and data with the level=error
47
+ * @param message The message
48
+ * @param otherParams Additional parameters
49
+ */
50
+ error: (message: string, ...otherParams: any[]) => this;
51
+ /**
52
+ * Logs message and data with the level=info
53
+ * @param message The message
54
+ * @param otherParams Additional parameters
55
+ */
56
+ info: (message: string, ...otherParams: any[]) => this;
57
+ /**
58
+ * Logs message and data with the level=success
59
+ * @param message The message
60
+ * @param otherParams Additional parameters
61
+ */
62
+ success: (message: string, ...otherParams: any[]) => this;
63
+ /**
64
+ * Logs message and data with the level=taskStarted
65
+ * @param message The message
66
+ * @param otherParams Additional parameters
67
+ */
68
+ taskStarted: (message: string, ...otherParams: any[]) => this;
69
+ /**
70
+ * Logs message and data with the level=taskDone
71
+ * @param message The message
72
+ * @param otherParams Additional parameters
73
+ */
74
+ taskDone: (message?: string, ...otherParams: any[]) => this;
75
+ /**
76
+ * Logs message and data with the level=warn
77
+ * @param message The message
78
+ * @param otherParams Additional parameters
79
+ */
80
+ warn: (message: string, ...otherParams: any[]) => this;
81
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="ng2-logger" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="ng2-logger" />
5
+ export * from './public-api';
@@ -1 +1 @@
1
- export * from './lib';
1
+ export * from './lib';
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -1,92 +1,92 @@
1
- /* */
2
- /* */
3
- /* */
4
- /* */
5
- /* */
6
- /* */
7
- /* */
8
- export function consoleLog(data, level) {
9
- /* */
10
- /* */
11
- /* */
12
- /* */
13
- /* */
14
- /* */
15
- /* */
16
- /* */
17
- }
18
- export function displayParams(params = [], level) {
19
- /* */
20
- /* */
21
- /* */
22
- /* */
23
- /* */
24
- /* */
25
- /* */
26
- /* */
27
- /* */
28
- /* */
29
- }
30
- function replace(out, match, char, color) {
31
- /* */
32
- /* */
33
- /* */
34
- /* */
35
- /* */
36
- /* */
37
- /* */
38
- /* */
39
- /* */
40
- /* */
41
- }
42
- function handleObjectData(param, level) {
43
- /* */
44
- /* */
45
- /* */
46
- /* */
47
- /* */
48
- /* */
49
- /* */
50
- /* */
51
- /* */
52
- /* */
53
- /* */
54
- /* */
55
- /* */
56
- /* */
57
- /* */
58
- /* */
59
- /* */
60
- /* */
61
- /* */
62
- /* */
63
- /* */
64
- /* */
65
- /* */
66
- /* */
67
- /* */
68
- /* */
69
- }
70
- export function istartedInVscode() {
71
- /* */
72
- /* */
73
- /* */
74
- /* */
75
- /* */
76
- /* */
77
- /* */
78
- /* */
79
- /* */
80
- /* */
81
- /* */
82
- }
83
- function isObjectAfterStringify(s) {
84
- /* */
85
- /* */
86
- /* */
87
- /* */
88
- /* */
89
- /* */
90
- /* */
91
- }
1
+ /* */
2
+ /* */
3
+ /* */
4
+ /* */
5
+ /* */
6
+ /* */
7
+ /* */
8
+ export function consoleLog(data, level) {
9
+ /* */
10
+ /* */
11
+ /* */
12
+ /* */
13
+ /* */
14
+ /* */
15
+ /* */
16
+ /* */
17
+ }
18
+ export function displayParams(params = [], level) {
19
+ /* */
20
+ /* */
21
+ /* */
22
+ /* */
23
+ /* */
24
+ /* */
25
+ /* */
26
+ /* */
27
+ /* */
28
+ /* */
29
+ }
30
+ function replace(out, match, char, color) {
31
+ /* */
32
+ /* */
33
+ /* */
34
+ /* */
35
+ /* */
36
+ /* */
37
+ /* */
38
+ /* */
39
+ /* */
40
+ /* */
41
+ }
42
+ function handleObjectData(param, level) {
43
+ /* */
44
+ /* */
45
+ /* */
46
+ /* */
47
+ /* */
48
+ /* */
49
+ /* */
50
+ /* */
51
+ /* */
52
+ /* */
53
+ /* */
54
+ /* */
55
+ /* */
56
+ /* */
57
+ /* */
58
+ /* */
59
+ /* */
60
+ /* */
61
+ /* */
62
+ /* */
63
+ /* */
64
+ /* */
65
+ /* */
66
+ /* */
67
+ /* */
68
+ /* */
69
+ }
70
+ export function istartedInVscode() {
71
+ /* */
72
+ /* */
73
+ /* */
74
+ /* */
75
+ /* */
76
+ /* */
77
+ /* */
78
+ /* */
79
+ /* */
80
+ /* */
81
+ /* */
82
+ }
83
+ function isObjectAfterStringify(s) {
84
+ /* */
85
+ /* */
86
+ /* */
87
+ /* */
88
+ /* */
89
+ /* */
90
+ /* */
91
+ }
92
92
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZC1sb2dnaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9uZzItbG9nZ2VyL3Byb2plY3RzL25nMi1sb2dnZXIvc3JjL2xpYi9iYWNrZW5kLWxvZ2dpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsS0FBSztBQUNMLEtBQUs7QUFLTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUdMLE1BQU0sVUFBVSxVQUFVLENBQUMsSUFBWSxFQUFFLEtBQVk7SUFDckQsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7QUFFTCxDQUFDO0FBR0QsTUFBTSxVQUFVLGFBQWEsQ0FBQyxTQUFnQixFQUFFLEVBQUUsS0FBWTtJQUM5RCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELFNBQVMsT0FBTyxDQUFDLEdBQVcsRUFBRSxLQUFhLEVBQUUsSUFBWSxFQUFFLEtBQVU7SUFDckUsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztBQUVMLENBQUM7QUFHRCxTQUFTLGdCQUFnQixDQUFDLEtBQWEsRUFBRSxLQUFZO0lBQ3JELEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUdELE1BQU0sVUFBVSxnQkFBZ0I7SUFDaEMsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7QUFFTCxDQUFDO0FBRUQsU0FBUyxzQkFBc0IsQ0FBQyxDQUFTO0lBQ3pDLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7QUFFTCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyogKi9cbi8qICovXG4gIFxuXG5pbXBvcnQgeyBMZXZlbCB9IGZyb20gJy4vbGV2ZWwnO1xuXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cbmV4cG9ydCBmdW5jdGlvbiBjb25zb2xlTG9nKGRhdGE6IHN0cmluZywgbGV2ZWw6IExldmVsKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cblxuZXhwb3J0IGZ1bmN0aW9uIGRpc3BsYXlQYXJhbXMocGFyYW1zOiBhbnlbXSA9IFtdLCBsZXZlbDogTGV2ZWwpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5mdW5jdGlvbiByZXBsYWNlKG91dDogc3RyaW5nLCBtYXRjaDogUmVnRXhwLCBjaGFyOiBSZWdFeHAsIGNvbG9yOiBhbnkpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5cbmZ1bmN0aW9uIGhhbmRsZU9iamVjdERhdGEocGFyYW06IHN0cmluZywgbGV2ZWw6IExldmVsKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cblxuZXhwb3J0IGZ1bmN0aW9uIGlzdGFydGVkSW5Wc2NvZGUoKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmZ1bmN0aW9uIGlzT2JqZWN0QWZ0ZXJTdHJpbmdpZnkoczogc3RyaW5nKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbn1cbiJdfQ==