@cyberjs.on/mirror 7.0.0-1 → 7.0.0-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 (72) hide show
  1. package/index.d.mts +3 -0
  2. package/index.mjs +4 -0
  3. package/index.mjs.map +1 -0
  4. package/namespace.d.mts +1 -0
  5. package/namespace.mjs +2 -0
  6. package/namespace.mjs.map +1 -0
  7. package/package.json +13 -10
  8. package/src/index.d.mts +2 -0
  9. package/src/index.mjs +3 -0
  10. package/src/index.mjs.map +1 -0
  11. package/src/lib/index.d.mts +2 -0
  12. package/src/lib/index.mjs +3 -0
  13. package/src/lib/index.mjs.map +1 -0
  14. package/src/lib/{reflection.d.ts → reflection.d.mts} +3 -3
  15. package/src/lib/{reflection.js → reflection.mjs} +1 -1
  16. package/src/lib/reflection.mjs.map +1 -0
  17. package/src/lib/selfFactory.d.mts +2 -0
  18. package/src/lib/{selfFactory.js → selfFactory.mjs} +1 -1
  19. package/src/lib/selfFactory.mjs.map +1 -0
  20. package/src/lib/types/{fieldsNameList.d.ts → fieldsNameList.d.mts} +1 -1
  21. package/src/lib/types/fieldsNameList.mjs +2 -0
  22. package/src/lib/types/fieldsNameList.mjs.map +1 -0
  23. package/src/lib/types/genericSelfFactoryStaticType.mjs +3 -0
  24. package/src/lib/types/genericSelfFactoryStaticType.mjs.map +1 -0
  25. package/src/lib/types/index.d.mts +3 -0
  26. package/src/lib/types/index.mjs +4 -0
  27. package/src/lib/types/index.mjs.map +1 -0
  28. package/src/lib/types/{methodsNameList.d.ts → methodsNameList.d.mts} +1 -1
  29. package/src/lib/types/methodsNameList.mjs +2 -0
  30. package/src/lib/types/methodsNameList.mjs.map +1 -0
  31. package/src/lib/types/propertiesNameList.mjs +2 -0
  32. package/src/lib/types/propertiesNameList.mjs.map +1 -0
  33. package/src/lib/types/selfFactoryConstructorType.mjs +2 -0
  34. package/src/lib/types/selfFactoryConstructorType.mjs.map +1 -0
  35. package/src/lib/types/{selfFactoryStaticType.d.ts → selfFactoryStaticType.d.mts} +2 -2
  36. package/src/lib/types/selfFactoryStaticType.mjs +2 -0
  37. package/src/lib/types/selfFactoryStaticType.mjs.map +1 -0
  38. package/src/tests/{index.js → index.mjs} +2 -2
  39. package/src/tests/index.mjs.map +1 -0
  40. package/tsconfig.tsbuildinfo +1 -1
  41. package/index.d.ts +0 -3
  42. package/index.js +0 -4
  43. package/index.js.map +0 -1
  44. package/src/index.d.ts +0 -1
  45. package/src/index.js +0 -2
  46. package/src/index.js.map +0 -1
  47. package/src/lib/index.d.ts +0 -2
  48. package/src/lib/index.js +0 -3
  49. package/src/lib/index.js.map +0 -1
  50. package/src/lib/reflection.js.map +0 -1
  51. package/src/lib/selfFactory.d.ts +0 -2
  52. package/src/lib/selfFactory.js.map +0 -1
  53. package/src/lib/types/fieldsNameList.js +0 -2
  54. package/src/lib/types/fieldsNameList.js.map +0 -1
  55. package/src/lib/types/genericSelfFactoryStaticType.js +0 -3
  56. package/src/lib/types/genericSelfFactoryStaticType.js.map +0 -1
  57. package/src/lib/types/index.d.ts +0 -3
  58. package/src/lib/types/index.js +0 -4
  59. package/src/lib/types/index.js.map +0 -1
  60. package/src/lib/types/methodsNameList.js +0 -2
  61. package/src/lib/types/methodsNameList.js.map +0 -1
  62. package/src/lib/types/propertiesNameList.js +0 -2
  63. package/src/lib/types/propertiesNameList.js.map +0 -1
  64. package/src/lib/types/selfFactoryConstructorType.js +0 -2
  65. package/src/lib/types/selfFactoryConstructorType.js.map +0 -1
  66. package/src/lib/types/selfFactoryStaticType.js +0 -2
  67. package/src/lib/types/selfFactoryStaticType.js.map +0 -1
  68. package/src/tests/index.js.map +0 -1
  69. /package/src/lib/types/{genericSelfFactoryStaticType.d.ts → genericSelfFactoryStaticType.d.mts} +0 -0
  70. /package/src/lib/types/{propertiesNameList.d.ts → propertiesNameList.d.mts} +0 -0
  71. /package/src/lib/types/{selfFactoryConstructorType.d.ts → selfFactoryConstructorType.d.mts} +0 -0
  72. /package/src/tests/{index.d.ts → index.d.mts} +0 -0
package/index.d.mts ADDED
@@ -0,0 +1,3 @@
1
+ export * from './namespace.mjs';
2
+ export * from './src/index.mjs';
3
+ export * from './src/lib/types/index.mjs';
package/index.mjs ADDED
@@ -0,0 +1,4 @@
1
+ export * from './namespace.mjs';
2
+ export * from './src/index.mjs';
3
+ export * from './src/lib/types/index.mjs';
4
+ //# sourceMappingURL=index.mjs.map
package/index.mjs.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../ts/index.mts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC","sourcesContent":["export * from './namespace.mjs';\nexport * from './src/index.mjs';\nexport * from './src/lib/types/index.mjs';\n"]}
@@ -0,0 +1 @@
1
+ export * as Mirror from './src/index.mjs';
package/namespace.mjs ADDED
@@ -0,0 +1,2 @@
1
+ export * as Mirror from './src/index.mjs';
2
+ //# sourceMappingURL=namespace.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace.mjs","sourceRoot":"","sources":["../ts/namespace.mts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAC","sourcesContent":["export * as Mirror from './src/index.mjs';\n"]}
package/package.json CHANGED
@@ -1,27 +1,30 @@
1
1
  {
2
2
  "name": "@cyberjs.on/mirror",
3
- "version": "7.0.0-1",
4
- "type": "module",
3
+ "version": "7.0.0-3",
5
4
  "description": "A helpful library to work with Reflection.",
6
5
  "repository": {
7
- "url": "https://gitlab.com/cyberjs.on/es/mirror/-/blob/dev"
6
+ "url": "https://gitlab.com/cyberjson/nodejs/es/mirror/-/blob/dev"
8
7
  },
9
- "readme": "https://gitlab.com/cyberjs.on/es/mirror/-/blob/dev/README.md",
8
+ "readme": "https://gitlab.com/cyberjson/nodejs/es/mirror/-/blob/dev/README.md",
10
9
  "license": "MPL-2.0",
11
- "main": "index.js",
12
10
  "dependencies": {
13
- "@cyberjs.on/mathrix": "6.2.0-1"
11
+ "@cyberjs.on/mathrix": "6.2.0-4"
14
12
  },
15
13
  "devDependencies": {
16
- "@cyberjs.on/types": "12.1.0-2",
14
+ "@cyberjs.on/types": "12.1.0-3",
17
15
  "@types/node": "~20.0.0",
18
16
  "typescript": "~5.0.0"
19
17
  },
18
+ "exports": {
19
+ ".": {
20
+ "default": "./index.mjs",
21
+ "types": "./index.d.mts"
22
+ }
23
+ },
20
24
  "scripts": {
21
- "pull-from-remote": "git pull",
22
25
  "build": "tsc -b",
23
26
  "bundle:publish": "npm publish ./es --access public",
24
- "update-build": "npm run pull-from-remote && npm run build",
25
- "tests": "node es/src/tests"
27
+ "update-build": "git pull && npm run build",
28
+ "test": "node es/src/tests/index.mjs"
26
29
  }
27
30
  }
@@ -0,0 +1,2 @@
1
+ export * from "./lib/index.mjs";
2
+ export * from "./lib/types/index.mjs";
package/src/index.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "./lib/index.mjs";
2
+ export * from "./lib/types/index.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../ts/src/index.mts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC","sourcesContent":["export * from \"./lib/index.mjs\";\nexport * from \"./lib/types/index.mjs\";\n"]}
@@ -0,0 +1,2 @@
1
+ export * from './selfFactory.mjs';
2
+ export * from './reflection.mjs';
@@ -0,0 +1,3 @@
1
+ export * from './selfFactory.mjs';
2
+ export * from './reflection.mjs';
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../ts/src/lib/index.mts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC","sourcesContent":["export * from './selfFactory.mjs';\nexport * from './reflection.mjs';\n"]}
@@ -1,7 +1,7 @@
1
1
  import '@cyberjs.on/mathrix/extensions/set';
2
- import { GenericSelfFactoryStaticType, SelfFactoryConstructorType } from './types/index.js';
3
- import { FieldsNameList } from './types/fieldsNameList.js';
4
- import { MethodsNameList } from './types/methodsNameList.js';
2
+ import { GenericSelfFactoryStaticType, SelfFactoryConstructorType } from './types/index.mjs';
3
+ import { FieldsNameList } from './types/fieldsNameList.mjs';
4
+ import { MethodsNameList } from './types/methodsNameList.mjs';
5
5
  export declare class Reflection<T extends GenericSelfFactoryStaticType<SelfFactoryConstructorType>> {
6
6
  #private;
7
7
  private constructorReference;
@@ -54,4 +54,4 @@ export class Reflection {
54
54
  && property !== 'name');
55
55
  }
56
56
  }
57
- //# sourceMappingURL=reflection.js.map
57
+ //# sourceMappingURL=reflection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reflection.mjs","sourceRoot":"","sources":["../../../ts/src/lib/reflection.mts"],"names":[],"mappings":"AAAA,OAAO,oCAAoC,CAAC;AAW5C,MAAM,OAAO,UAAU;IAsBP;IAfZ,sBAAsB,CAAW;IAEjC,wBAAwB,CAAc;IAEtC,YAAY,CAAkC;IAE9C,aAAa,CAAmC;IAEhD,kBAAkB,CAAW;IAE7B,mBAAmB,CAAqB;IAExC,kBAAkB,CAA6B;IAE/C,YACY,oBAAuB;QAAvB,yBAAoB,GAApB,oBAAoB,CAAG;QAE/B,IAAI,CAAC,kBAAkB,GAAG,oBAAoB,CAAC,cAAc,EAAE,CAAC;QAEhE,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC,4BAA4B,EAAE,CAAC;QAElE,IAAI,CAAC,wBAAwB,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAErE,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAE1D,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,yBAAyB,EAAE,CAAC;QAE5D,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;QAE9C,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,mBAAmB,EAAE,CAAC;IACpD,CAAC;IAED,IAAI,WAAW;QAEX,OAAO,IAAI,CAAC,aAAa,CAAC;IAC9B,CAAC;IAED,mBAAmB;QAEf,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;aACjE,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAAC,QAAQ,KAAK,aAAa,CACrD,CAAC;IACjB,CAAC;IAED,IAAI,UAAU;QACV,OAAO,IAAI,CAAC,YAAY,CAAC;IAC7B,CAAC;IAED,kBAAkB;QAEd,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC;aAC1C,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAAC,QAAQ,KAAK,aAAa,CACrD,CAAC;IACjB,CAAC;IAED,IAAI,iBAAiB;QACjB,OAAO,IAAI,CAAC,mBAAmB,CAAC;IACpC,CAAC;IAED,yBAAyB;QAErB,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,kBAAkB;aAC/C,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAC1B,OAAQ,IAAI,CAAC,oBAA4B,CAAC,QAAQ,CAAC,KAAK,UAAU,CACzE,CAAC,CAAC;QAEP,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAQ,CAAC;IACrF,CAAC;IAED,IAAI,gBAAgB;QAChB,OAAO,IAAI,CAAC,kBAAyB,CAAC;IAC1C,CAAC;IAED,wBAAwB;QAEpB,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,sBAAsB;aAChD,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAC1B,OAAQ,IAAI,CAAC,oBAA4B,CAAC,QAAQ,CAAC,KAAK,UAAU,CACzE,CAAC,CAAC;QAEP,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAQ,CAAC;IAClF,CAAC;IAED,4BAA4B;QAExB,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,CAAC;aAC5C,MAAM,CAKH,CAAC,QAAyB,EAAE,EAAE,CAC1B,QAAQ,KAAK,QAAQ;eAClB,QAAQ,KAAK,MAAM,CACtB,CAAC;IACjB,CAAC;CAEJ","sourcesContent":["import '@cyberjs.on/mathrix/extensions/set';\n\nimport {\n GenericSelfFactoryStaticType,\n SelfFactoryConstructorType\n // , SelfFactoryStaticType\n} from './types/index.mjs';\nimport { FieldsNameList } from './types/fieldsNameList.mjs';\nimport { MethodsNameList } from './types/methodsNameList.mjs';\n\n\nexport class Reflection<\n // more comprehensive\n T extends GenericSelfFactoryStaticType<SelfFactoryConstructorType>\n // more restricted\n // T extends SelfFactoryStaticType\n> {\n\n #_staticPropertiesName: string[];\n\n #staticPropertiesNameSet: Set<string>;\n\n #_fieldsName: FieldsNameList<InstanceType<T>>;\n\n #_methodsName: MethodsNameList<InstanceType<T>>;\n\n #_staticFieldsName: string[];\n\n #_staticMethodsName: MethodsNameList<T>;\n\n #instanceReference: SelfFactoryConstructorType;\n\n constructor(\n private constructorReference: T\n ) {\n this.#instanceReference = constructorReference.getOwnInstance();\n\n this.#_staticPropertiesName = this.#resolveStaticPropertiesName();\n\n this.#staticPropertiesNameSet = new Set(this.#_staticPropertiesName);\n\n this.#_staticFieldsName = this.#resolveStaticFieldsName();\n\n this.#_staticMethodsName = this.#resolveStaticMethodsName();\n\n this.#_fieldsName = this.#resolveFieldsName();\n\n this.#_methodsName = this.#resolveMethodsName();\n }\n\n get methodsName(): MethodsNameList<InstanceType<T>> {\n\n return this.#_methodsName;\n }\n\n #resolveMethodsName(): MethodsNameList<InstanceType<T>> {\n\n return Reflect.ownKeys(Object.getPrototypeOf(this.#instanceReference))\n .filter(\n (property: string | symbol) => property !== 'constructor'\n ) as any;\n }\n\n get fieldsName(): FieldsNameList<InstanceType<T>> {\n return this.#_fieldsName;\n }\n\n #resolveFieldsName(): FieldsNameList<InstanceType<T>> {\n\n return Reflect.ownKeys(this.#instanceReference)\n .filter(\n (property: string | symbol) => property !== 'constructor'\n ) as any;\n }\n\n get staticMethodsName(): MethodsNameList<T> {\n return this.#_staticMethodsName;\n }\n\n #resolveStaticMethodsName(): MethodsNameList<T> {\n\n const nonFunctions = new Set(this.#_staticFieldsName\n .filter(\n (property: string | symbol) =>\n typeof (this.constructorReference as any)[property] !== 'function'\n ));\n\n return Array.from(this.#staticPropertiesNameSet.difference(nonFunctions)) as any;\n }\n\n get staticFieldsName(): FieldsNameList<T> {\n return this.#_staticFieldsName as any;\n }\n\n #resolveStaticFieldsName(): string[] {\n\n const functions = new Set(this.#_staticPropertiesName\n .filter(\n (property: string | symbol) =>\n typeof (this.constructorReference as any)[property] === 'function'\n ));\n\n return Array.from(this.#staticPropertiesNameSet.difference(functions)) as any;\n }\n\n #resolveStaticPropertiesName(): string[] {\n\n return Reflect.ownKeys(this.constructorReference)\n .filter(\n /**\n *\n * @todo verificar se este método realmente retorna isso\n */\n (property: string | symbol) =>\n property !== 'length'\n && property !== 'name'\n ) as any;\n }\n\n}\n"]}
@@ -0,0 +1,2 @@
1
+ import { SelfFactoryStaticType } from "./types/index.mjs";
2
+ export declare const SelfFactory: SelfFactoryStaticType;
@@ -5,4 +5,4 @@ export const SelfFactory = class {
5
5
  return new this(...args);
6
6
  }
7
7
  };
8
- //# sourceMappingURL=selfFactory.js.map
8
+ //# sourceMappingURL=selfFactory.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selfFactory.mjs","sourceRoot":"","sources":["../../../ts/src/lib/selfFactory.mts"],"names":[],"mappings":"AAMA,MAAM,CAAC,MAAM,WAAW,GAA0B;IAM9C,YAAY,GAAG,IAAS;IAExB,CAAC;IAED,MAAM,CAAC,cAAc,CAUjB,GAAG,IAAS;QAIZ,OAAO,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;IAC7B,CAAC;CAEJ,CAAA","sourcesContent":["import {\n SelfFactoryStaticType\n // , SelfFactoryAbstractConstructor\n} from \"./types/index.mjs\";\n\n\nexport const SelfFactory: SelfFactoryStaticType = class\n // só serve para autocompletamento se houver membros de instância a serem implementados\n // implements\n // SelfFactoryAbstractConstructor\n{\n\n constructor(...args: any) {\n\n }\n\n static getOwnInstance<\n // U extends typeof this\n\n T extends SelfFactoryStaticType,\n U extends InstanceType<T>\n >(\n this: {\n // new(...args: any): InstanceType<U>\n new(...args: any): U\n },\n ...args: any\n // ): InstanceType<U>\n ): U\n {\n return new this(...args);\n }\n\n}\n"]}
@@ -1,3 +1,3 @@
1
1
  import { TupleShift, TuplePush } from '@cyberjs.on/types';
2
- import { PropertiesNameList } from './propertiesNameList';
2
+ import { PropertiesNameList } from './propertiesNameList.mjs';
3
3
  export type FieldsNameList<T extends (Function | Object), P extends any[] = PropertiesNameList<T>, R extends any[] = []> = P['length'] extends 0 ? R : T[P[0]] extends Function ? FieldsNameList<T, TupleShift<P>, R> : FieldsNameList<T, TupleShift<P>, TuplePush<R, P[0]>>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=fieldsNameList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldsNameList.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/fieldsNameList.mts"],"names":[],"mappings":"","sourcesContent":["import {\n TupleShift,\n TuplePush\n} from '@cyberjs.on/types';\n\nimport { PropertiesNameList } from './propertiesNameList.mjs';\n\n\nexport type FieldsNameList<\n T extends (Function | Object),\n P extends any[] = PropertiesNameList<T>,\n R extends any[] = []\n> =\n P['length'] extends 0\n ? R\n : T[P[0]] extends Function\n ? FieldsNameList<T, TupleShift<P>, R>\n : FieldsNameList<T, TupleShift<P>, TuplePush<R, P[0]>>\n\n\n/*\nclass C1 {\n\n p1 = 1;\n\n p2 = 2;\n\n #pp1 = 1;\n\n #pp2 = 2;\n\n static sp1 = 1;\n\n static sp2 = 2;\n\n static #psp1 = 1;\n\n static #psp2 = 2;\n\n m1() {\n\n }\n\n m2() {\n\n }\n\n static sm1() {\n\n }\n\n static sm2() {\n\n }\n\n}\n\n\nlet fieldsName: FieldsNameList<C1>\n\nlet staticfieldsName: FieldsNameList<typeof C1>\n/**/\n"]}
@@ -0,0 +1,3 @@
1
+ ;
2
+ export {};
3
+ //# sourceMappingURL=genericSelfFactoryStaticType.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genericSelfFactoryStaticType.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/genericSelfFactoryStaticType.mts"],"names":[],"mappings":"AAUC,CAAC","sourcesContent":["export interface GenericSelfFactoryStaticType<C> {\n\n new(...args: any): C;\n\n getOwnInstance(\n this: {\n new(...args: any): C;\n }, ...args: any\n ): C;\n\n};\n"]}
@@ -0,0 +1,3 @@
1
+ export * from './genericSelfFactoryStaticType.mjs';
2
+ export * from './selfFactoryConstructorType.mjs';
3
+ export * from './selfFactoryStaticType.mjs';
@@ -0,0 +1,4 @@
1
+ export * from './genericSelfFactoryStaticType.mjs';
2
+ export * from './selfFactoryConstructorType.mjs';
3
+ export * from './selfFactoryStaticType.mjs';
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/index.mts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC","sourcesContent":["export * from './genericSelfFactoryStaticType.mjs';\nexport * from './selfFactoryConstructorType.mjs';\nexport * from './selfFactoryStaticType.mjs';\n"]}
@@ -1,3 +1,3 @@
1
1
  import { TupleShift, TuplePush } from '@cyberjs.on/types';
2
- import { PropertiesNameList } from './propertiesNameList';
2
+ import { PropertiesNameList } from './propertiesNameList.mjs';
3
3
  export type MethodsNameList<T extends (Function | Object), P extends any[] = PropertiesNameList<T>, R extends any[] = []> = P['length'] extends 0 ? R : T[P[0]] extends Function ? MethodsNameList<T, TupleShift<P>, TuplePush<R, P[0]>> : MethodsNameList<T, TupleShift<P>, R>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=methodsNameList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"methodsNameList.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/methodsNameList.mts"],"names":[],"mappings":"","sourcesContent":["import {\n TupleShift,\n TuplePush\n} from '@cyberjs.on/types';\n\nimport { PropertiesNameList } from './propertiesNameList.mjs';\n\n\nexport type MethodsNameList<\n T extends (Function | Object),\n P extends any[] = PropertiesNameList<T>,\n R extends any[] = []\n> =\n P['length'] extends 0\n ? R\n : T[P[0]] extends Function\n ? MethodsNameList<T, TupleShift<P>, TuplePush<R, P[0]>>\n : MethodsNameList<T, TupleShift<P>, R>\n\n\n/*\nclass C1 {\n\n p1 = 1;\n\n p2 = 2;\n\n #pp1 = 1;\n\n #pp2 = 2;\n\n static sp1 = 1;\n\n static sp2 = 2;\n\n #static psp1 = 1;\n\n #static psp2 = 2;\n\n m1() {\n\n }\n\n m2() {\n\n }\n\n static sm1() {\n\n }\n\n static sm2() {\n\n }\n\n}\n\n\nlet methodsName: MethodsNameList<C1>\n\nlet staticMethodsName: MethodsNameList<typeof C1>\n/**/\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=propertiesNameList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertiesNameList.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/propertiesNameList.mts"],"names":[],"mappings":"","sourcesContent":["import { UnionSet2RandomList } from '@cyberjs.on/types';\n\n\nexport type PropertiesNameList<T extends (Function | Object), K = keyof T> = UnionSet2RandomList<K>;\n\n\n/*\nconst symb1 = Symbol();\nconst symb2 = Symbol();\nclass C1 {\n\n static sp1 = 1;\n\n static sp2 = 2;\n\n p1 = 1;\n\n p2 = 2;\n\n static #psp1 = 1;\n\n static #psp2 = 2;\n\n #pp1 = 1;\n\n #pp2 = 2;\n\n m2() {\n\n }\n\n m1() {\n\n }\n\n static sm2() {\n\n }\n\n static sm1() {\n\n }\n\n static [symb1]() {\n\n }\n\n [symb1]() {\n\n }\n\n}\n\n\nlet staticMembers: PropertiesNameList<typeof C1>;\nstaticMembers[0] //=> prototype\n\nlet instanceMembers: PropertiesNameList<C1>;\ninstanceMembers[0] //=> p1\n/**/\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=selfFactoryConstructorType.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selfFactoryConstructorType.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/selfFactoryConstructorType.mts"],"names":[],"mappings":"","sourcesContent":["/**\n *\n * a princípio, o tipo referencia sempre o lado estático de uma instância, decerto que para\n * referenciar uma constante como um tipo dentro de uma estrutura abstrata, como uma interface ou\n * uma classe abstrata, deve-se usar a declaração \"typeof\". Isso não é necessário quando se usa uma\n * classe comum como tipo, porque, implicitamente, o TS declara uma interface para toda classe\n * declarada. Isto pode ser comprovado ao se usar a declaração \"implements\" referenciando outra\n * classe, que, na verdade, o que estará sendo referenciado é a interface daquela classe.\n * Logo, tipo é uma coisa, instância do tipo, outra.\n */\nexport interface SelfFactoryConstructorType {\n\n // instanceMethod(): void;\n\n}\n"]}
@@ -1,5 +1,5 @@
1
- import { GenericSelfFactoryStaticType } from "./index.js";
2
- import { SelfFactoryConstructorType } from "./selfFactoryConstructorType.js";
1
+ import { GenericSelfFactoryStaticType } from "./index.mjs";
2
+ import { SelfFactoryConstructorType } from "./selfFactoryConstructorType.mjs";
3
3
  export interface SelfFactoryStaticType extends GenericSelfFactoryStaticType<SelfFactoryConstructorType> {
4
4
  new (...args: any): SelfFactoryConstructorType;
5
5
  getOwnInstance<T extends SelfFactoryStaticType, U extends InstanceType<T>>(this: {
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=selfFactoryStaticType.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selfFactoryStaticType.mjs","sourceRoot":"","sources":["../../../../ts/src/lib/types/selfFactoryStaticType.mts"],"names":[],"mappings":"","sourcesContent":["import { GenericSelfFactoryStaticType } from \"./index.mjs\";\nimport { SelfFactoryConstructorType } from \"./selfFactoryConstructorType.mjs\";\n\n\nexport interface SelfFactoryStaticType\n extends\n GenericSelfFactoryStaticType<SelfFactoryConstructorType>\n{\n\n // here is the secret to reference the static side\n new(...args: any): SelfFactoryConstructorType;\n\n getOwnInstance<\n /**\n *\n * esta interface, como informa informa o próprio nome, referencia o lado estático de quem\n * a declara, logo, neste caso, o this se refere ao lado estático, sendo o próprio\n * próSelfFactoryStaticType.\n */\n // U extends this,\n\n T extends SelfFactoryStaticType,\n U extends InstanceType<T>\n >(\n this: {\n new(...args: any): U\n },\n ...args: any\n ): U;\n\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { Reflection } from '../index.js';
1
+ import { Reflection } from '../index.mjs';
2
2
  const symb1 = Symbol();
3
3
  const symb2 = Symbol();
4
4
  const C1 = class {
@@ -36,4 +36,4 @@ console.log(`atributos de classe:`, reflection.staticFieldsName);
36
36
  console.log(`métodos de classe:`, reflection.staticMethodsName);
37
37
  console.log(`atributos de instância:`, reflection.fieldsName);
38
38
  console.log(`métodos de instância:`, reflection.methodsName);
39
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../ts/src/tests/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,MAAM,KAAK,GAAG,MAAM,EAAE,CAAC;AACvB,MAAM,KAAK,GAAG,MAAM,EAAE,CAAC;AAevB,MAAM,EAAE,GAAQ;IAEZ,EAAE,GAAG,CAAC,CAAC;IAEP,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC;IAEf,IAAI,CAAS;IAEb,MAAM,CAAC,KAAK,GAAG,wCAAwC,IAAI,CAAC,IAAI,EAAE,CAAC;IAEnE,YAAY,GAAG,IAAS;QAGpB,IAAI,CAAC,IAAI,GAAG,iCAAiC,EAAE,CAAC,IAAI,EAAE,CAAC;IAC3D,CAAC;IAYD,MAAM,CAAC,GAAG;QACN,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;IACxB,CAAC;IAED,EAAE;QACE,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;IACvB,CAAC;IAED,IAAI;QACA,OAAO,IAAI,CAAC,IAAI,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,KAAK;QACR,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAED,CAAC,KAAK,CAAC;QACH,OAAO,oBAAoB,CAAC;IAChC,CAAC;IAED,MAAM,CAAC,CAAC,KAAK,CAAC;QACV,OAAO,4BAA4B,CAAC;IACxC,CAAC;IAED,MAAM,CAAC,cAAc,CAIjB,GAAG,IAAS;QAGZ,OAAO,IAAI,IAAI,CAAC;IACpB,CAAC;CAEJ,CAAA;AAID,MAAM,UAAU,GAAG,IAAI,UAAU,CAAC,EAAE,CAAC,CAAC;AAOtC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;AACjE,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;AAChE,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;AAC9D,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC","sourcesContent":["import { Reflection } from '../index.mjs';\nimport { GenericSelfFactoryStaticType } from '../lib/types/genericSelfFactoryStaticType.mjs';\n\n\nconst symb1 = Symbol();\nconst symb2 = Symbol();\n\ninterface IC1 {\n\n p1: number\n\n}\n\ninterface SC1 extends GenericSelfFactoryStaticType<IC1> {\n\n sp1: number;\n\n}\n\n// class C1 extends SelfFactory {\nconst C1: SC1 = class implements IC1 {\n\n p1 = 1;\n\n static sp1 = 1;\n\n #pp1: string;\n\n static #psp1 = `this is a static property defined in ${this.name}`;\n\n constructor(...args: any) {\n // super();\n\n this.#pp1 = `this is a property defined in ${C1.name}`;\n }\n\n /**\n *\n * @todo rever como blocos estáticos funcionam (se funcionam) no TS\n */\n // static {\n // this.sm1 = () => {\n // return this.psm1();\n // }\n // }\n\n static sm1() {\n return this.#psm1();\n }\n\n m1() {\n return this.#pm1();\n }\n\n #pm1() {\n return this.#pp1;\n }\n\n static #psm1() {\n return this.#psp1;\n }\n\n [symb2](): string {\n return 'A symbol of object';\n }\n\n static [symb1](): string {\n return 'A symbol of class (static)';\n }\n\n static getOwnInstance(\n this: {\n new(...args: any): IC1\n },\n ...args: any\n ): IC1\n {\n return new this;\n }\n\n}\n\n\n// C1.getOwnInstance()\nconst reflection = new Reflection(C1);\n\n/**\n *\n * O TS apenas emula propriedades privadas, de forma que, para que de fato não apareçam aqui,\n * devem iniciar com a instrução #\n */\nconsole.log(`atributos de classe:`, reflection.staticFieldsName);\nconsole.log(`métodos de classe:`, reflection.staticMethodsName);\nconsole.log(`atributos de instância:`, reflection.fieldsName);\nconsole.log(`métodos de instância:`, reflection.methodsName);\n"]}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/typescript/lib/lib.es2022.full.d.ts","../ts/src/lib/types/genericselffactorystatictype.ts","../ts/src/lib/types/selffactoryconstructortype.ts","../ts/src/lib/types/selffactorystatictype.ts","../ts/src/lib/types/index.ts","../ts/src/lib/selffactory.ts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/typings.d.ts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/api.d.ts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/index.d.ts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/index.d.ts","../node_modules/@cyberjs.on/mathrix/extensions/set/index.d.ts","../node_modules/@cyberjs.on/types/src/lib/newable.d.ts","../node_modules/@cyberjs.on/types/src/lib/genericinstance.d.ts","../node_modules/@cyberjs.on/types/src/lib/tuples.d.ts","../node_modules/@cyberjs.on/types/src/lib/unionsets.d.ts","../node_modules/@cyberjs.on/types/src/lib/tupleofinstancesside.d.ts","../node_modules/@cyberjs.on/types/src/lib/intersectionsetasnewable.d.ts","../node_modules/@cyberjs.on/types/src/lib/fieldtype.d.ts","../node_modules/@cyberjs.on/types/src/lib/returntypefromanyfunction.d.ts","../node_modules/@cyberjs.on/types/src/lib/methodreturntype.d.ts","../node_modules/@cyberjs.on/types/src/lib/state.d.ts","../node_modules/@cyberjs.on/types/src/lib/index.d.ts","../node_modules/@cyberjs.on/types/src/index.d.ts","../node_modules/@cyberjs.on/types/index.d.ts","../ts/src/lib/types/propertiesnamelist.ts","../ts/src/lib/types/fieldsnamelist.ts","../ts/src/lib/types/methodsnamelist.ts","../ts/src/lib/reflection.ts","../ts/src/lib/index.ts","../ts/src/index.ts","../ts/index.ts","../ts/src/tests/index.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"6a6b471e7e43e15ef6f8fe617a22ce4ecb0e34efa6c3dfcfe7cebd392bcca9d2","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc",{"version":"fcd3ecc9f764f06f4d5c467677f4f117f6abf49dee6716283aa204ff1162498b","affectsGlobalScope":true},{"version":"9a60b92bca4c1257db03b349d58e63e4868cfc0d1c8d0ba60c2dbc63f4e6c9f6","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"5114a95689b63f96b957e00216bc04baf9e1a1782aa4d8ee7e5e9acbf768e301","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true},{"version":"b7feb7967c6c6003e11f49efa8f5de989484e0a6ba2e5a6c41b55f8b8bd85dba","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"b9ea5778ff8b50d7c04c9890170db34c26a5358cccba36844fe319f50a43a61a","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"1df2366de6650547b3dc1d7c4147355c0f6b4729c964e3839636fa418982d131",{"version":"86775970a5d4482bf53c0394b54ddfe5209ea6465efbf7b2ff6a9968072d41b3","signature":"0529b4e2beb08142b10af382c02f7a17d2a41559e4484c19a4dcb6c59b050594"},{"version":"28afeab8757beaae997447ed2e8e8172f462b074ae93923ebbfc223ae722dd7d","signature":"73c455c71a09b3dc566debb6b57c057cf0481b183a1f5fbbc6e5dc5a67fcba7c"},{"version":"2e1ad0bf86bcdb82fb0fbd40002825df7e777320d1a2c3baa6239804191a5d43","signature":"2c20227b3004c5e6daae93ce76ac7dafb58a1d8e9d3d2ac283adab2008dd5eb1"},{"version":"97b6b75cb6164cd4943341502f730e5306f8f3eea1214efbbda11666cce8bff1","signature":"5d8195184b4ff30c4950614f600d1c8ebea54bb1338e7315a7997f9d5d159a0e"},{"version":"d3c0a00e06c6d68c909b4a83dd8c9f73c3a719914c1c70097c843ec9cd87482c","signature":"f6546f7acdc1a610e6aae8aad61613779b5cb998b448e9ff126f0315d53acfbc"},{"version":"6e8d943f81e2aaeab014629238e523d580140baf4baa3be793639c915393d4dc","affectsGlobalScope":true},"76193b1ae3cfb4191cc7182a32571fdfe454234cf20a3c8d8fbb7e3a55e5c330","7bc0f5d9292b649c33bcfee3012df481fa62d7ff1e6f5436112ad599c3346d47","9a6c3e2900643e20e37b47f712af6420048e737db80c1975707cfde23681b2c9","31d05deea3ee1778f4feaed2d07e432a9599ec37d2abeea0e4d1a248199f45c0","a7f030d7e8184c7f436bd2047bdfa9befc2276e480179cdb7072885668d12618","085290bd81b83facd4a2f8895a001ea5145d40312c3578e1da798c6bc0fb631d","abfa5221ec421e3b05c91cc7a576b21eb71f0fb6995ff2acd9cec7339d7eecf3","e3fc84e6d6593209497a2f38ff17a63c4b8ef0893a76e64d42519c6a325ce65e","94f71286354e9c45fdb77e84bf29158ef8f2c0ec45ff38ea3745c342c04c02c8","8863d7f081cd164669f403476c1e28e6fb7dd76bc41c9c5cf41f9912674778e2","8eb9b942ea764bd942187304ae4aaa560f15bc68c247b14385b3c33f74048766","6679f1c82222ad9ec405f00f1e2f3549d441960280720cea61e93498d087fc09","17c3187ae2e2772dbe6974a5c8918df525cf854bfdd6c99af252bc8009101dfc","feed270bd9ae1cb0fa41bf202252b780df5c49dee13f740977b3f309f5caad11","41b7bbde9bfd238102d96bdafe5f2ab5712c9da390fb3818802121e6ce64f15e","b18f6e1e292fcdb0e2e72fa6fee9f3e616484f0bd01b8419c0f526d7919255fb","dc191dc98c992e087105745a1646d87d4a1f620ddb32a74ff871950a8c8faa64",{"version":"2b35fcd38b04826fd0cbbd21978c1fe071fc80ac135ce9892b959c2a9e2fd687","signature":"fa8d33caf1002c692c02680bd87b29513690512d624fe25d81533043f644dcb3"},{"version":"283fa9ac0d3eeb107638f590cde30fe71d8f1ef94b56815b4fdd8a92af5e3fbb","signature":"3d17ddcef6518554217b4bbfafb74cbea773f1ea0bc88cbde8d70e3ca484685e"},{"version":"efb5c9a70c69a2f21bf6d6580c3d26cd16363e4232158927e1a07039ff44253e","signature":"b42c3941b4e86b4d07135c036d9bc349a3322f7fd85526e3d46d286941dde508"},{"version":"81b67f0b25a1933ae21b49e9e7945c49e6e6c62dbc176a16925459833787f4d7","signature":"7891e28547074f373c25954dee818465b78741876a06f1d5a0534b83587f0e98"},{"version":"1ad5adac9267ac5eb9e33061607f899e5263065222e57f68abdc4c5fd7f3ca65","signature":"9d3d649982815c430f299a720d04090cb704ae70b958fe93bc64e5ef313e9040"},{"version":"fcc0eb7fe266bb2327a8496fb9236784fcc53033b8a459ceb54c615fe7f283d0","signature":"b18f6e1e292fcdb0e2e72fa6fee9f3e616484f0bd01b8419c0f526d7919255fb"},{"version":"5e5252160ffebd6885bd4e486190fb8c5b72dd65fb1d85ae34d804d8db1ba86a","signature":"f9df82860c157e9ec3382a65c132fadb17310a655a85b5e5dbe2bc9de395d86f"},{"version":"4fe45eb0a40ca26df4ba9ca24eb199202ea0e6a78aece8cb4d58f7bd61281daa","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"b4473933ebd454f0b38bf002e92738f978f5197ad47627e6b2a6647046997256","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"f749812878fecfa53cfc13b36e5d35086fb6377983a9df44175da83ccc23af1f","affectsGlobalScope":true},"84168c1e1f6e21906eea5167154748c1e9fea5ef6f2e1b2b2d2cb19e89fbd81a",{"version":"8155b7b79b6e7d7c13d3203f40cd8c201bdf2c0c25af536992d8962a28cac561","affectsGlobalScope":true},"5ca34a9a8b59bcc0e58730e702aa0823557122c86d6a6e1b6eeae85babb48513","c1d93a28c5312d757e449ad068c3a43ad0d961ab06e6a3b7aaa7d48c204a1deb",{"version":"77b2a2f1719b4c19b79bf2bf4833f67770e30767e49102a6b75ab3b3cf8b5db7","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","57e75559358fd6f9593b44506d75871004c124a70b6be3e0ce18597b71a08fc2","160f307d5ccc1f934de7fbed97f1d2016402f90f204c484e20bd5c2a19a4172a","9c1363edb96f09d8d2140284a39015dba08d5b01a98334ba9ad8784ab160c835","2a56407acc5881608ef5fa4c0688d446df6adfd010578ce83dd1b747d895b17f","ffa8324a4c0611f9a50262fb36f097eeabe0fa0d71755aa67156da13cde1b932","ad5c7ca4a4dc8e39e0aa221b981f6306ca1c037c99bd4902bf02831ba5d7fae9",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"5362b44ccdfba77ac392febf7f8d755af484222cfdc7a9aa1dee67bf51a352f9","affectsGlobalScope":true},"4866843595b27b290ce6cc8092818ede98631734525453dec48d32d7f6726f18","d036da8d9e6391ad06ff5a71b8018838f0990667a178390eb48462059dba92de","63728b518fee91037e3d44081b0c7f3cc6fafb79a997dca5300a899277384867","8c4a16f8523cd932b16f3b6feb983037d2ca5699946d1f32b3787055fccbfff3","b76baf9af98ef1da1c3a681e66034c9ce21862fa4177235153d9719df72c2b1d","89d639ae440d34751d94c0333d83bc4dcfadc45cd15849f74cc1d9c0f0ce0413",{"version":"125af9d85cb9d5e508353f10a8d52f01652d2d48b2cea54789a33e5b4d289c1c","affectsGlobalScope":true},"92cfb0fd9ea018f140b7a9af0868daa80646e4f2fcbde2d60fb60c0319862ec8","7faa534c9c865c9338a8b46fe3fc3822f6ad58747240b103d0606e63990a4935","0ae6b96cc95c41d86deb7c208256f126bc58bbb6829e1e29b063aa9eed9ea3f7",{"version":"c6e4a85271072ff15b04d09075b357407d4cdead8ca536ec613a2bb02a03285e","affectsGlobalScope":true},{"version":"5761c90b0cabdd6bd1f5fb1c3bf942088fdd39e18ed35dbe39b0c34bc733bf13","affectsGlobalScope":true},"e9f997f4724f4a19ddb396660061b55ae90dd0e4bb7a34788f7c9d1ceaf7dade","f6c9e1baa89f163bc1b29001ed43d3a24734e53a756e0ed89a92e40be17af5e3","4103297e96869b5226a7570a295fbf5f845e9dc4a3b3f8f242993c7f8aad1d42","2b847f2aba41dcd69677684d5d300c08aea4e306c305fd39bf548cef19f03cfe","f3b323d28220d61475dc0229fad6d0bff24381766b40a30fe67743da772c82ad","b966a6e620b297ecd31d0359894a4018255d85da5a277b21867296e97e21fefd","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","cd2b61246eeb62ebc6842fe28f7b3389c081d3b6355091cffe3d12c083bd5705","48e2eb12763f6f72f9daf15967499f69bc4dcda00e1c93696ba25d14af513660",{"version":"57141225815ac2d5caf7e781c6442861854149675096afd9ed5b699aff80a5e7","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","1edbd43bfc703943f0eabfef8aac222fb3e509d9b13c60295cb206b9b75bb6be","12fd795309573a15193cf71d22f7e5debbec599b77ffeb3bb5c0fd1bd15cbe6d","4082bc53696f77cae7f84dd002d4766f3a814b9b2b0d9be4e399ee3f9afc501d",{"version":"e32d7b239d2649efbb57eca949ffc764fb76fd8cce9f57632c0217407a79fa1a","affectsGlobalScope":true},{"version":"5bf73febf7c8cc741ba62e94758eed3208f62473c50702d209bcfece18e12421","affectsGlobalScope":true},"3758d3cb9971c113455a802ad7fa16fa216639add0f2c90767cf177f8d85106d","048a373805662e209f7af8717b45ae77a8052ff2272234d6f8cb84d87831f516","f71e0cc279b5086fa3f46f0bb467d376a18776ec7c99c45b3bd7c670097e1308",{"version":"09e6c9b5d3f323c84bc103e387d1b41e03f5155909615ad877d862ff82758d00","affectsGlobalScope":true},"5af698993d8ba0b74e6d34902091b9cadab8e30d3b009746331721651b5890a4",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"27fea46e25bceaf52375ad48afdf5b9f78af76d551e30cc86077541d1c405e8e"],"root":[[62,66],[85,92]],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"inlineSources":true,"module":99,"outDir":"./","removeComments":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"fileIdsList":[[70,139],[69,139],[67,139],[67,68,139],[139],[83,139],[82,139],[72,139],[72,73,74,75,76,77,80,81,139],[75,76,139],[78,79,139],[74,139],[93,139],[96,139],[97,102,130,139],[98,109,110,117,127,138,139],[98,99,109,117,139],[100,139],[101,102,110,118,139],[102,127,135,139],[103,105,109,117,139],[104,139],[105,106,139],[109,139],[107,109,139],[109,110,111,127,138,139],[109,110,111,124,127,130,139],[139,143],[105,112,117,127,138,139],[109,110,112,113,117,127,135,138,139],[112,114,127,135,138,139],[93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145],[109,115,139],[116,138,139],[105,109,117,127,139],[118,139],[119,139],[96,120,139],[121,137,139,143],[122,139],[123,139],[109,124,125,139],[124,126,139,141],[97,109,127,128,129,130,139],[97,127,129,139],[127,128,139],[130,139],[131,139],[109,133,134,139],[133,134,139],[102,117,127,135,139],[136,139],[117,137,139],[97,112,123,138,139],[102,139],[127,139,140],[139,141],[139,142],[97,102,109,111,120,127,138,139,141,143],[127,139,144],[65,90,139],[89,139],[66,88,139],[65,71,86,87,139],[65,139],[84,85,139],[62,63,64,139],[84,139],[63,65,139],[62,90,139],[65,90],[89],[66,88],[65,71,86,87],[65],[84,85],[62,63,64],[84],[63,65]],"referencedMap":[[71,1],[70,2],[68,3],[69,4],[67,5],[84,6],[83,7],[78,5],[73,8],[82,9],[77,10],[80,11],[72,5],[79,5],[81,5],[76,8],[74,5],[75,12],[93,13],[94,13],[96,14],[97,15],[98,16],[99,17],[100,18],[101,19],[102,20],[103,21],[104,22],[105,23],[106,23],[108,24],[107,25],[109,24],[110,26],[111,27],[95,28],[145,5],[112,29],[113,30],[114,31],[146,32],[115,33],[116,34],[117,35],[118,36],[119,37],[120,38],[121,39],[122,40],[123,41],[124,42],[125,42],[126,43],[127,44],[129,45],[128,46],[130,47],[131,48],[132,5],[133,49],[134,50],[135,51],[136,52],[137,53],[138,54],[139,55],[140,56],[141,57],[142,58],[143,59],[144,60],[59,5],[60,5],[10,5],[11,5],[15,5],[14,5],[2,5],[16,5],[17,5],[18,5],[19,5],[20,5],[21,5],[22,5],[23,5],[3,5],[4,5],[27,5],[24,5],[25,5],[26,5],[28,5],[29,5],[30,5],[5,5],[31,5],[32,5],[33,5],[34,5],[6,5],[38,5],[35,5],[36,5],[37,5],[39,5],[7,5],[40,5],[45,5],[46,5],[41,5],[42,5],[43,5],[44,5],[8,5],[50,5],[47,5],[48,5],[49,5],[51,5],[9,5],[52,5],[61,5],[53,5],[54,5],[57,5],[55,5],[56,5],[1,5],[58,5],[13,5],[12,5],[91,61],[90,62],[89,63],[88,64],[66,65],[86,66],[62,5],[65,67],[87,66],[85,68],[63,5],[64,69],[92,70]],"exportedModulesMap":[[71,1],[70,2],[68,3],[69,4],[67,5],[84,6],[83,7],[78,5],[73,8],[82,9],[77,10],[80,11],[72,5],[79,5],[81,5],[76,8],[74,5],[75,12],[93,13],[94,13],[96,14],[97,15],[98,16],[99,17],[100,18],[101,19],[102,20],[103,21],[104,22],[105,23],[106,23],[108,24],[107,25],[109,24],[110,26],[111,27],[95,28],[145,5],[112,29],[113,30],[114,31],[146,32],[115,33],[116,34],[117,35],[118,36],[119,37],[120,38],[121,39],[122,40],[123,41],[124,42],[125,42],[126,43],[127,44],[129,45],[128,46],[130,47],[131,48],[132,5],[133,49],[134,50],[135,51],[136,52],[137,53],[138,54],[139,55],[140,56],[141,57],[142,58],[143,59],[144,60],[59,5],[60,5],[10,5],[11,5],[15,5],[14,5],[2,5],[16,5],[17,5],[18,5],[19,5],[20,5],[21,5],[22,5],[23,5],[3,5],[4,5],[27,5],[24,5],[25,5],[26,5],[28,5],[29,5],[30,5],[5,5],[31,5],[32,5],[33,5],[34,5],[6,5],[38,5],[35,5],[36,5],[37,5],[39,5],[7,5],[40,5],[45,5],[46,5],[41,5],[42,5],[43,5],[44,5],[8,5],[50,5],[47,5],[48,5],[49,5],[51,5],[9,5],[52,5],[61,5],[53,5],[54,5],[57,5],[55,5],[56,5],[1,5],[58,5],[13,5],[12,5],[91,71],[90,72],[89,73],[88,74],[66,75],[86,76],[65,77],[87,76],[85,78],[64,79]],"semanticDiagnosticsPerFile":[71,70,68,69,67,84,83,78,73,82,77,80,72,79,81,76,74,75,93,94,96,97,98,99,100,101,102,103,104,105,106,108,107,109,110,111,95,145,112,113,114,146,115,116,117,118,119,120,121,122,123,124,125,126,127,129,128,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,59,60,10,11,15,14,2,16,17,18,19,20,21,22,23,3,4,27,24,25,26,28,29,30,5,31,32,33,34,6,38,35,36,37,39,7,40,45,46,41,42,43,44,8,50,47,48,49,51,9,52,61,53,54,57,55,56,1,58,13,12,91,90,89,88,66,86,62,65,87,85,63,64,92],"latestChangedDtsFile":"./src/tests/index.d.ts"},"version":"5.0.4"}
1
+ {"program":{"fileNames":["../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.dom.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.scripthost.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../../../appdata/local/nvs/node/18.18.0/x64/node_modules/typescript/lib/lib.es2022.full.d.ts","../ts/src/lib/types/genericselffactorystatictype.mts","../ts/src/lib/types/selffactoryconstructortype.mts","../ts/src/lib/types/selffactorystatictype.mts","../ts/src/lib/types/index.mts","../ts/src/lib/selffactory.mts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/typings.d.mts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/api.d.mts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/lib/index.d.mts","../node_modules/@cyberjs.on/mathrix/extensions/set/src/index.d.mts","../node_modules/@cyberjs.on/mathrix/extensions/set/index.d.mts","../node_modules/@cyberjs.on/types/src/lib/abstractnewable.d.mts","../node_modules/@cyberjs.on/types/src/lib/tuples.d.mts","../node_modules/@cyberjs.on/types/src/lib/unionsets.d.mts","../node_modules/@cyberjs.on/types/src/lib/newable.d.mts","../node_modules/@cyberjs.on/types/src/lib/tupleofinstancesside.d.mts","../node_modules/@cyberjs.on/types/src/lib/intersectionsetasnewable.d.mts","../node_modules/@cyberjs.on/types/src/lib/state.d.mts","../node_modules/@cyberjs.on/types/src/lib/index.d.mts","../node_modules/@cyberjs.on/types/src/index.d.mts","../node_modules/@cyberjs.on/types/index.d.mts","../ts/src/lib/types/propertiesnamelist.mts","../ts/src/lib/types/fieldsnamelist.mts","../ts/src/lib/types/methodsnamelist.mts","../ts/src/lib/reflection.mts","../ts/src/lib/index.mts","../ts/src/index.mts","../ts/namespace.mts","../ts/index.mts","../ts/src/tests/index.mts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true,"impliedFormat":1},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true,"impliedFormat":1},{"version":"73e370058f82add1fdbc78ef3d1aab110108f2d5d9c857cb55d3361982347ace","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true,"impliedFormat":1},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true,"impliedFormat":1},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true,"impliedFormat":1},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"3cbad9a1ba4453443026ed38e4b8be018abb26565fa7c944376463ad9df07c41","impliedFormat":1},{"version":"da1c4b97f7fbf38e3448034063bdaa1f9499caeb3f1df90ab82f4803d0c86b12","signature":"0529b4e2beb08142b10af382c02f7a17d2a41559e4484c19a4dcb6c59b050594","impliedFormat":99},{"version":"964f02acf79e2aee3e319d835be55f30299826f5b8a05358c923937d5ba3ad2b","signature":"73c455c71a09b3dc566debb6b57c057cf0481b183a1f5fbbc6e5dc5a67fcba7c","impliedFormat":99},{"version":"0711b6bc618dd072f0ac3736bfecc135698519f971b37740b6a9090522875b73","signature":"0cac952082fab46abf3c1c0988857a06cf00bf5616f7afffd7bb313ee890ab18","impliedFormat":99},{"version":"17a0fb48f4807ac16e5baf8b42ad9b08640edb313bbfe3682242158e33b4b8b5","impliedFormat":99},{"version":"7b4913dbc54a0cab1cba6b23584288fe3d64b3c940eba6d82787c633c7050383","signature":"a0eb24449218b5b2933c209cee26e8feb071b3814c444eecf1762d58a89a1e28","impliedFormat":99},{"version":"6e8d943f81e2aaeab014629238e523d580140baf4baa3be793639c915393d4dc","affectsGlobalScope":true,"impliedFormat":99},{"version":"b6139f39ae7cb9def40bf2cedd4fe07cae6324a9245c40ba4a460fca10df2e1a","impliedFormat":99},{"version":"d7ea53d0fd5cbc03820cdabdf5f88de046e8f37bf00c56ae5483fa5b2ac0ad33","impliedFormat":99},{"version":"1e4c108870fb05f9d5edb9b35fe3b3aa1863590d1a4d6b6c856ff886fe79a6f6","impliedFormat":99},{"version":"991e1c92dec0804eddb5a72c5e1817ac40a49a80dd331aaa402b4062cd6f149e","impliedFormat":99},{"version":"20dbbba0c64020ec8f03a7df348a1521f17b36d72247659e095a76dc036849be","impliedFormat":99},{"version":"abfa5221ec421e3b05c91cc7a576b21eb71f0fb6995ff2acd9cec7339d7eecf3","impliedFormat":99},{"version":"147a463c0fc4eb432d5582cb2d0d6a6c1dc3e7d0def10f0459c5a12a94566ff3","impliedFormat":99},{"version":"ab12c49e92462c46a46a5324549257f1aca86ab17370deec805c79bb02a89e03","impliedFormat":99},{"version":"e321ad8f4b015b5d9a63b86e504532f6e564967fcc2197cdd9513f48a9ffd334","impliedFormat":99},{"version":"cb74902297fc2619f2f90bc4c3d207d07e1ec339906062d18100d8dbd25f136c","impliedFormat":99},{"version":"feed270bd9ae1cb0fa41bf202252b780df5c49dee13f740977b3f309f5caad11","impliedFormat":99},{"version":"9097d942ab7af0aef37b68857a16f3992f13da9ae1186a942adb0f39aabb4fcb","impliedFormat":99},{"version":"a56fea764bdc28ec26905310daa3afcbcf287814d424bba291f67ad21f68ae81","impliedFormat":99},{"version":"f9d3b407db8ec098b442ddd1ad8d65a3d6174ff63bb482752d382baf44b342fa","impliedFormat":99},{"version":"9a96efbaf40ba67562122bfc3476ed5cf1fff0a471ba38a8f5c8bd6319159abf","signature":"fa8d33caf1002c692c02680bd87b29513690512d624fe25d81533043f644dcb3","impliedFormat":99},{"version":"3f35c9f808d078d599764b53b589aab71ea105bd2b766021ae1ad2091bfee8e1","signature":"2b3e7576c5cab829a184235f83def9315a729cf9346afaa26bca0babaeeff894","impliedFormat":99},{"version":"bb148301975738324b7145efcd04a013e9088f9bbb8bb82f7c2030df18f6e222","signature":"d4d8fb24e4a79d39cd0043b862181911c1dc7e58994041485c34808ec78181ac","impliedFormat":99},{"version":"3e16f1143da55a13e9ba513b2b64a65298f3ab2576bf73e85bfe7771fead9c38","signature":"c83c0fad36a552856c801a1137c23ad334ac198c559369e97f788a84f7591961","impliedFormat":99},{"version":"3d1fc9909d5e629f3ef58cab022216631aabb2a42b5dc55f7f074f0b3c53d221","impliedFormat":99},{"version":"be68d9ca77d32c36102704e750c1e2a90a4a5215dea624b8885103d3e8bfdbab","impliedFormat":99},{"version":"9abecc68e861fea0eff9a0ea4427365882b88a9e929d097c5f3d2203e0b4aefa","impliedFormat":99},{"version":"34cd981f7053edf395bf565417609e14856b9078fa53342c9fcc2f044b7ee1e3","impliedFormat":99},{"version":"bf09b98eec6b5f0f28120089c98eded350243e6bafdd117a8dcd01efb782840b","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":99},{"version":"b4473933ebd454f0b38bf002e92738f978f5197ad47627e6b2a6647046997256","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"f749812878fecfa53cfc13b36e5d35086fb6377983a9df44175da83ccc23af1f","affectsGlobalScope":true,"impliedFormat":1},{"version":"84168c1e1f6e21906eea5167154748c1e9fea5ef6f2e1b2b2d2cb19e89fbd81a","impliedFormat":1},{"version":"8155b7b79b6e7d7c13d3203f40cd8c201bdf2c0c25af536992d8962a28cac561","affectsGlobalScope":true,"impliedFormat":1},{"version":"5ca34a9a8b59bcc0e58730e702aa0823557122c86d6a6e1b6eeae85babb48513","impliedFormat":1},{"version":"c1d93a28c5312d757e449ad068c3a43ad0d961ab06e6a3b7aaa7d48c204a1deb","impliedFormat":1},{"version":"77b2a2f1719b4c19b79bf2bf4833f67770e30767e49102a6b75ab3b3cf8b5db7","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"57e75559358fd6f9593b44506d75871004c124a70b6be3e0ce18597b71a08fc2","impliedFormat":1},{"version":"160f307d5ccc1f934de7fbed97f1d2016402f90f204c484e20bd5c2a19a4172a","impliedFormat":1},{"version":"9c1363edb96f09d8d2140284a39015dba08d5b01a98334ba9ad8784ab160c835","impliedFormat":1},{"version":"2a56407acc5881608ef5fa4c0688d446df6adfd010578ce83dd1b747d895b17f","impliedFormat":1},{"version":"ffa8324a4c0611f9a50262fb36f097eeabe0fa0d71755aa67156da13cde1b932","impliedFormat":1},{"version":"ad5c7ca4a4dc8e39e0aa221b981f6306ca1c037c99bd4902bf02831ba5d7fae9","impliedFormat":1},{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true,"impliedFormat":1},{"version":"5362b44ccdfba77ac392febf7f8d755af484222cfdc7a9aa1dee67bf51a352f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"4866843595b27b290ce6cc8092818ede98631734525453dec48d32d7f6726f18","impliedFormat":1},{"version":"d036da8d9e6391ad06ff5a71b8018838f0990667a178390eb48462059dba92de","impliedFormat":1},{"version":"63728b518fee91037e3d44081b0c7f3cc6fafb79a997dca5300a899277384867","impliedFormat":1},{"version":"8c4a16f8523cd932b16f3b6feb983037d2ca5699946d1f32b3787055fccbfff3","impliedFormat":1},{"version":"b76baf9af98ef1da1c3a681e66034c9ce21862fa4177235153d9719df72c2b1d","impliedFormat":1},{"version":"89d639ae440d34751d94c0333d83bc4dcfadc45cd15849f74cc1d9c0f0ce0413","impliedFormat":1},{"version":"125af9d85cb9d5e508353f10a8d52f01652d2d48b2cea54789a33e5b4d289c1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"92cfb0fd9ea018f140b7a9af0868daa80646e4f2fcbde2d60fb60c0319862ec8","impliedFormat":1},{"version":"7faa534c9c865c9338a8b46fe3fc3822f6ad58747240b103d0606e63990a4935","impliedFormat":1},{"version":"0ae6b96cc95c41d86deb7c208256f126bc58bbb6829e1e29b063aa9eed9ea3f7","impliedFormat":1},{"version":"c6e4a85271072ff15b04d09075b357407d4cdead8ca536ec613a2bb02a03285e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5761c90b0cabdd6bd1f5fb1c3bf942088fdd39e18ed35dbe39b0c34bc733bf13","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9f997f4724f4a19ddb396660061b55ae90dd0e4bb7a34788f7c9d1ceaf7dade","impliedFormat":1},{"version":"f6c9e1baa89f163bc1b29001ed43d3a24734e53a756e0ed89a92e40be17af5e3","impliedFormat":1},{"version":"4103297e96869b5226a7570a295fbf5f845e9dc4a3b3f8f242993c7f8aad1d42","impliedFormat":1},{"version":"2b847f2aba41dcd69677684d5d300c08aea4e306c305fd39bf548cef19f03cfe","impliedFormat":1},{"version":"f3b323d28220d61475dc0229fad6d0bff24381766b40a30fe67743da772c82ad","impliedFormat":1},{"version":"b966a6e620b297ecd31d0359894a4018255d85da5a277b21867296e97e21fefd","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","impliedFormat":1},{"version":"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","impliedFormat":1},{"version":"cd2b61246eeb62ebc6842fe28f7b3389c081d3b6355091cffe3d12c083bd5705","impliedFormat":1},{"version":"48e2eb12763f6f72f9daf15967499f69bc4dcda00e1c93696ba25d14af513660","impliedFormat":1},{"version":"57141225815ac2d5caf7e781c6442861854149675096afd9ed5b699aff80a5e7","affectsGlobalScope":true,"impliedFormat":1},{"version":"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","impliedFormat":1},{"version":"1edbd43bfc703943f0eabfef8aac222fb3e509d9b13c60295cb206b9b75bb6be","impliedFormat":1},{"version":"12fd795309573a15193cf71d22f7e5debbec599b77ffeb3bb5c0fd1bd15cbe6d","impliedFormat":1},{"version":"4082bc53696f77cae7f84dd002d4766f3a814b9b2b0d9be4e399ee3f9afc501d","impliedFormat":1},{"version":"e32d7b239d2649efbb57eca949ffc764fb76fd8cce9f57632c0217407a79fa1a","affectsGlobalScope":true,"impliedFormat":1},{"version":"5bf73febf7c8cc741ba62e94758eed3208f62473c50702d209bcfece18e12421","affectsGlobalScope":true,"impliedFormat":1},{"version":"3758d3cb9971c113455a802ad7fa16fa216639add0f2c90767cf177f8d85106d","impliedFormat":1},{"version":"048a373805662e209f7af8717b45ae77a8052ff2272234d6f8cb84d87831f516","impliedFormat":1},{"version":"f71e0cc279b5086fa3f46f0bb467d376a18776ec7c99c45b3bd7c670097e1308","impliedFormat":1},{"version":"09e6c9b5d3f323c84bc103e387d1b41e03f5155909615ad877d862ff82758d00","affectsGlobalScope":true,"impliedFormat":1},{"version":"5af698993d8ba0b74e6d34902091b9cadab8e30d3b009746331721651b5890a4","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fea46e25bceaf52375ad48afdf5b9f78af76d551e30cc86077541d1c405e8e","impliedFormat":1}],"root":[[65,69],[85,93]],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"inlineSources":true,"module":199,"outDir":"./","removeComments":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"fileIdsList":[[140],[73,140],[72,140],[70,140],[70,71,140],[83,140],[82,140],[75,76,77,78,79,80,81,140],[77,79,82,140],[78,140],[76,140],[94,140],[97,140],[98,103,131,140],[99,110,111,118,128,139,140],[99,100,110,118,140],[101,140],[102,103,111,119,140],[103,128,136,140],[104,106,110,118,140],[105,140],[106,107,140],[110,140],[108,110,140],[110,111,112,128,139,140],[110,111,112,125,128,131,140],[140,144],[106,113,118,128,139,140],[110,111,113,114,118,128,136,139,140],[113,115,128,136,139,140],[94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146],[110,116,140],[117,139,140],[106,110,118,128,140],[119,140],[120,140],[97,121,140],[122,138,140,144],[123,140],[124,140],[110,125,126,140],[125,127,140,142],[98,110,128,129,130,131,140],[98,128,130,140],[128,129,140],[131,140],[132,140],[110,134,135,140],[134,135,140],[103,118,128,136,140],[137,140],[118,138,140],[98,113,124,139,140],[103,140],[128,140,141],[140,142],[140,143],[98,103,110,112,121,128,139,140,142,144],[128,140,145],[68,90,91,140],[90,140],[68,89,140],[69,88,140],[68,74,86,87,140],[68,140],[84,85,140],[65,66,67,140],[84,140],[66,68,140],[65,90,140],[68,74,86,87],[68],[84,85],[84],[66,68]],"referencedMap":[[62,1],[63,1],[12,1],[10,1],[11,1],[16,1],[15,1],[2,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[24,1],[3,1],[25,1],[4,1],[26,1],[30,1],[27,1],[28,1],[29,1],[31,1],[32,1],[33,1],[5,1],[34,1],[35,1],[36,1],[37,1],[6,1],[41,1],[38,1],[39,1],[40,1],[42,1],[7,1],[43,1],[48,1],[49,1],[44,1],[45,1],[46,1],[47,1],[8,1],[53,1],[50,1],[51,1],[52,1],[54,1],[9,1],[55,1],[64,1],[56,1],[57,1],[60,1],[58,1],[59,1],[1,1],[61,1],[14,1],[13,1],[74,2],[73,3],[71,4],[72,5],[70,1],[84,6],[83,7],[75,1],[82,8],[80,9],[78,1],[81,1],[79,10],[76,1],[77,11],[94,12],[95,12],[97,13],[98,14],[99,15],[100,16],[101,17],[102,18],[103,19],[104,20],[105,21],[106,22],[107,22],[109,23],[108,24],[110,23],[111,25],[112,26],[96,27],[146,1],[113,28],[114,29],[115,30],[147,31],[116,32],[117,33],[118,34],[119,35],[120,36],[121,37],[122,38],[123,39],[124,40],[125,41],[126,41],[127,42],[128,43],[130,44],[129,45],[131,46],[132,47],[133,1],[134,48],[135,49],[136,50],[137,51],[138,52],[139,53],[140,54],[141,55],[142,56],[143,57],[144,58],[145,59],[92,60],[91,61],[90,62],[89,63],[88,64],[69,65],[86,66],[65,1],[68,67],[87,66],[85,68],[66,1],[67,69],[93,70]],"exportedModulesMap":[[62,1],[63,1],[12,1],[10,1],[11,1],[16,1],[15,1],[2,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[24,1],[3,1],[25,1],[4,1],[26,1],[30,1],[27,1],[28,1],[29,1],[31,1],[32,1],[33,1],[5,1],[34,1],[35,1],[36,1],[37,1],[6,1],[41,1],[38,1],[39,1],[40,1],[42,1],[7,1],[43,1],[48,1],[49,1],[44,1],[45,1],[46,1],[47,1],[8,1],[53,1],[50,1],[51,1],[52,1],[54,1],[9,1],[55,1],[64,1],[56,1],[57,1],[60,1],[58,1],[59,1],[1,1],[61,1],[14,1],[13,1],[74,2],[73,3],[71,4],[72,5],[70,1],[84,6],[83,7],[75,1],[82,8],[80,9],[78,1],[81,1],[79,10],[76,1],[77,11],[94,12],[95,12],[97,13],[98,14],[99,15],[100,16],[101,17],[102,18],[103,19],[104,20],[105,21],[106,22],[107,22],[109,23],[108,24],[110,23],[111,25],[112,26],[96,27],[146,1],[113,28],[114,29],[115,30],[147,31],[116,32],[117,33],[118,34],[119,35],[120,36],[121,37],[122,38],[123,39],[124,40],[125,41],[126,41],[127,42],[128,43],[130,44],[129,45],[131,46],[132,47],[133,1],[134,48],[135,49],[136,50],[137,51],[138,52],[139,53],[140,54],[141,55],[142,56],[143,57],[144,58],[145,59],[92,60],[91,61],[90,62],[89,63],[88,71],[69,72],[86,73],[68,67],[87,73],[85,74],[67,75]],"semanticDiagnosticsPerFile":[62,63,12,10,11,16,15,2,17,18,19,20,21,22,23,24,3,25,4,26,30,27,28,29,31,32,33,5,34,35,36,37,6,41,38,39,40,42,7,43,48,49,44,45,46,47,8,53,50,51,52,54,9,55,64,56,57,60,58,59,1,61,14,13,74,73,71,72,70,84,83,75,82,80,78,81,79,76,77,94,95,97,98,99,100,101,102,103,104,105,106,107,109,108,110,111,112,96,146,113,114,115,147,116,117,118,119,120,121,122,123,124,125,126,127,128,130,129,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,92,91,90,89,88,69,86,65,68,87,85,66,67,93],"latestChangedDtsFile":"./src/tests/index.d.mts"},"version":"5.4.5"}
package/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from './src/index.js';
2
- export * from './src/lib/types/index.js';
3
- export * as Mirror from './src/index.js';
package/index.js DELETED
@@ -1,4 +0,0 @@
1
- export * from './src/index.js';
2
- export * from './src/lib/types/index.js';
3
- export * as Mirror from './src/index.js';
4
- //# sourceMappingURL=index.js.map
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../ts/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AAEzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC","sourcesContent":["export * from './src/index.js';\r\nexport * from './src/lib/types/index.js';\r\n\r\nexport * as Mirror from './src/index.js';\r\n"]}
package/src/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./lib/index.js";
package/src/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from "./lib/index.js";
2
- //# sourceMappingURL=index.js.map
package/src/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ts/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC","sourcesContent":["export * from \"./lib/index.js\";\r\n"]}
@@ -1,2 +0,0 @@
1
- export * from './selfFactory.js';
2
- export * from './reflection.js';
package/src/lib/index.js DELETED
@@ -1,3 +0,0 @@
1
- export * from './selfFactory.js';
2
- export * from './reflection.js';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../ts/src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC","sourcesContent":["export * from './selfFactory.js';\r\nexport * from './reflection.js';\r\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"reflection.js","sourceRoot":"","sources":["../../../ts/src/lib/reflection.ts"],"names":[],"mappings":"AAAA,OAAO,oCAAoC,CAAC;AAW5C,MAAM,OAAO,UAAU;IAsBP;IAfZ,sBAAsB,CAAW;IAEjC,wBAAwB,CAAc;IAEtC,YAAY,CAAkC;IAE9C,aAAa,CAAmC;IAEhD,kBAAkB,CAAW;IAE7B,mBAAmB,CAAqB;IAExC,kBAAkB,CAA6B;IAE/C,YACY,oBAAuB;QAAvB,yBAAoB,GAApB,oBAAoB,CAAG;QAE/B,IAAI,CAAC,kBAAkB,GAAG,oBAAoB,CAAC,cAAc,EAAE,CAAC;QAEhE,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC,4BAA4B,EAAE,CAAC;QAElE,IAAI,CAAC,wBAAwB,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QAErE,IAAI,CAAC,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAE1D,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,yBAAyB,EAAE,CAAC;QAE5D,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;QAE9C,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,mBAAmB,EAAE,CAAC;IACpD,CAAC;IAED,IAAI,WAAW;QAEX,OAAO,IAAI,CAAC,aAAa,CAAC;IAC9B,CAAC;IAED,mBAAmB;QAEf,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;aACjE,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAAC,QAAQ,KAAK,aAAa,CACrD,CAAC;IACjB,CAAC;IAED,IAAI,UAAU;QACV,OAAO,IAAI,CAAC,YAAY,CAAC;IAC7B,CAAC;IAED,kBAAkB;QAEd,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC;aAC1C,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAAC,QAAQ,KAAK,aAAa,CACrD,CAAC;IACjB,CAAC;IAED,IAAI,iBAAiB;QACjB,OAAO,IAAI,CAAC,mBAAmB,CAAC;IACpC,CAAC;IAED,yBAAyB;QAErB,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,kBAAkB;aAC/C,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAC1B,OAAQ,IAAI,CAAC,oBAA4B,CAAC,QAAQ,CAAC,KAAK,UAAU,CACzE,CAAC,CAAC;QAEP,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAQ,CAAC;IACrF,CAAC;IAED,IAAI,gBAAgB;QAChB,OAAO,IAAI,CAAC,kBAAyB,CAAC;IAC1C,CAAC;IAED,wBAAwB;QAEpB,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,sBAAsB;aAChD,MAAM,CACH,CAAC,QAAyB,EAAE,EAAE,CAC1B,OAAQ,IAAI,CAAC,oBAA4B,CAAC,QAAQ,CAAC,KAAK,UAAU,CACzE,CAAC,CAAC;QAEP,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAQ,CAAC;IAClF,CAAC;IAED,4BAA4B;QAExB,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,CAAC;aAC5C,MAAM,CAKH,CAAC,QAAyB,EAAE,EAAE,CAC1B,QAAQ,KAAK,QAAQ;eAClB,QAAQ,KAAK,MAAM,CACtB,CAAC;IACjB,CAAC;CAEJ","sourcesContent":["import '@cyberjs.on/mathrix/extensions/set';\r\n\r\nimport {\r\n GenericSelfFactoryStaticType,\r\n SelfFactoryConstructorType\r\n // , SelfFactoryStaticType\r\n} from './types/index.js';\r\nimport { FieldsNameList } from './types/fieldsNameList.js';\r\nimport { MethodsNameList } from './types/methodsNameList.js';\r\n\r\n\r\nexport class Reflection<\r\n // more comprehensive\r\n T extends GenericSelfFactoryStaticType<SelfFactoryConstructorType>\r\n // more restricted\r\n // T extends SelfFactoryStaticType\r\n> {\r\n\r\n #_staticPropertiesName: string[];\r\n\r\n #staticPropertiesNameSet: Set<string>;\r\n\r\n #_fieldsName: FieldsNameList<InstanceType<T>>;\r\n\r\n #_methodsName: MethodsNameList<InstanceType<T>>;\r\n\r\n #_staticFieldsName: string[];\r\n\r\n #_staticMethodsName: MethodsNameList<T>;\r\n\r\n #instanceReference: SelfFactoryConstructorType;\r\n\r\n constructor(\r\n private constructorReference: T\r\n ) {\r\n this.#instanceReference = constructorReference.getOwnInstance();\r\n\r\n this.#_staticPropertiesName = this.#resolveStaticPropertiesName();\r\n\r\n this.#staticPropertiesNameSet = new Set(this.#_staticPropertiesName);\r\n\r\n this.#_staticFieldsName = this.#resolveStaticFieldsName();\r\n\r\n this.#_staticMethodsName = this.#resolveStaticMethodsName();\r\n\r\n this.#_fieldsName = this.#resolveFieldsName();\r\n\r\n this.#_methodsName = this.#resolveMethodsName();\r\n }\r\n\r\n get methodsName(): MethodsNameList<InstanceType<T>> {\r\n\r\n return this.#_methodsName;\r\n }\r\n\r\n #resolveMethodsName(): MethodsNameList<InstanceType<T>> {\r\n\r\n return Reflect.ownKeys(Object.getPrototypeOf(this.#instanceReference))\r\n .filter(\r\n (property: string | symbol) => property !== 'constructor'\r\n ) as any;\r\n }\r\n\r\n get fieldsName(): FieldsNameList<InstanceType<T>> {\r\n return this.#_fieldsName;\r\n }\r\n\r\n #resolveFieldsName(): FieldsNameList<InstanceType<T>> {\r\n\r\n return Reflect.ownKeys(this.#instanceReference)\r\n .filter(\r\n (property: string | symbol) => property !== 'constructor'\r\n ) as any;\r\n }\r\n\r\n get staticMethodsName(): MethodsNameList<T> {\r\n return this.#_staticMethodsName;\r\n }\r\n\r\n #resolveStaticMethodsName(): MethodsNameList<T> {\r\n\r\n const nonFunctions = new Set(this.#_staticFieldsName\r\n .filter(\r\n (property: string | symbol) =>\r\n typeof (this.constructorReference as any)[property] !== 'function'\r\n ));\r\n\r\n return Array.from(this.#staticPropertiesNameSet.difference(nonFunctions)) as any;\r\n }\r\n\r\n get staticFieldsName(): FieldsNameList<T> {\r\n return this.#_staticFieldsName as any;\r\n }\r\n\r\n #resolveStaticFieldsName(): string[] {\r\n\r\n const functions = new Set(this.#_staticPropertiesName\r\n .filter(\r\n (property: string | symbol) =>\r\n typeof (this.constructorReference as any)[property] === 'function'\r\n ));\r\n\r\n return Array.from(this.#staticPropertiesNameSet.difference(functions)) as any;\r\n }\r\n\r\n #resolveStaticPropertiesName(): string[] {\r\n\r\n return Reflect.ownKeys(this.constructorReference)\r\n .filter(\r\n /**\r\n *\r\n * @todo verificar se este método realmente retorna isso\r\n */\r\n (property: string | symbol) =>\r\n property !== 'length'\r\n && property !== 'name'\r\n ) as any;\r\n }\r\n\r\n}\r\n"]}
@@ -1,2 +0,0 @@
1
- import { SelfFactoryStaticType } from "./types/index.js";
2
- export declare const SelfFactory: SelfFactoryStaticType;
@@ -1 +0,0 @@
1
- {"version":3,"file":"selfFactory.js","sourceRoot":"","sources":["../../../ts/src/lib/selfFactory.ts"],"names":[],"mappings":"AAMA,MAAM,CAAC,MAAM,WAAW,GAA0B;IAM9C,YAAY,GAAG,IAAS;IAExB,CAAC;IAED,MAAM,CAAC,cAAc,CAUjB,GAAG,IAAS;QAIZ,OAAO,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;IAC7B,CAAC;CAEJ,CAAA","sourcesContent":["import {\r\n SelfFactoryStaticType\r\n // , SelfFactoryAbstractConstructor\r\n} from \"./types/index.js\";\r\n\r\n\r\nexport const SelfFactory: SelfFactoryStaticType = class\r\n // só serve para autocompletamento se houver membros de instância a serem implementados\r\n // implements\r\n // SelfFactoryAbstractConstructor\r\n{\r\n\r\n constructor(...args: any) {\r\n\r\n }\r\n\r\n static getOwnInstance<\r\n // U extends typeof this\r\n\r\n T extends SelfFactoryStaticType,\r\n U extends InstanceType<T>\r\n >(\r\n this: {\r\n // new(...args: any): InstanceType<U>\r\n new(...args: any): U\r\n },\r\n ...args: any\r\n // ): InstanceType<U>\r\n ): U\r\n {\r\n return new this(...args);\r\n }\r\n\r\n}\r\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=fieldsNameList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fieldsNameList.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/fieldsNameList.ts"],"names":[],"mappings":"","sourcesContent":["import {\r\n TupleShift,\r\n TuplePush\r\n} from '@cyberjs.on/types';\r\n\r\nimport { PropertiesNameList } from './propertiesNameList';\r\n\r\n\r\nexport type FieldsNameList<\r\n T extends (Function | Object),\r\n P extends any[] = PropertiesNameList<T>,\r\n R extends any[] = []\r\n> =\r\n P['length'] extends 0\r\n ? R\r\n : T[P[0]] extends Function\r\n ? FieldsNameList<T, TupleShift<P>, R>\r\n : FieldsNameList<T, TupleShift<P>, TuplePush<R, P[0]>>\r\n\r\n\r\n/*\r\nclass C1 {\r\n\r\n p1 = 1;\r\n\r\n p2 = 2;\r\n\r\n #pp1 = 1;\r\n\r\n #pp2 = 2;\r\n\r\n static sp1 = 1;\r\n\r\n static sp2 = 2;\r\n\r\n static #psp1 = 1;\r\n\r\n static #psp2 = 2;\r\n\r\n m1() {\r\n\r\n }\r\n\r\n m2() {\r\n\r\n }\r\n\r\n static sm1() {\r\n\r\n }\r\n\r\n static sm2() {\r\n\r\n }\r\n\r\n}\r\n\r\n\r\nlet fieldsName: FieldsNameList<C1>\r\n\r\nlet staticfieldsName: FieldsNameList<typeof C1>\r\n/**/\r\n"]}
@@ -1,3 +0,0 @@
1
- ;
2
- export {};
3
- //# sourceMappingURL=genericSelfFactoryStaticType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"genericSelfFactoryStaticType.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/genericSelfFactoryStaticType.ts"],"names":[],"mappings":"AAUC,CAAC","sourcesContent":["export interface GenericSelfFactoryStaticType<C> {\r\n\r\n new(...args: any): C;\r\n\r\n getOwnInstance(\r\n this: {\r\n new(...args: any): C;\r\n }, ...args: any\r\n ): C;\r\n\r\n};\r\n"]}
@@ -1,3 +0,0 @@
1
- export * from './genericSelfFactoryStaticType.js';
2
- export * from './selfFactoryConstructorType.js';
3
- export * from './selfFactoryStaticType.js';
@@ -1,4 +0,0 @@
1
- export * from './genericSelfFactoryStaticType.js';
2
- export * from './selfFactoryConstructorType.js';
3
- export * from './selfFactoryStaticType.js';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC","sourcesContent":["export * from './genericSelfFactoryStaticType.js';\r\nexport * from './selfFactoryConstructorType.js';\r\nexport * from './selfFactoryStaticType.js';\r\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=methodsNameList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"methodsNameList.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/methodsNameList.ts"],"names":[],"mappings":"","sourcesContent":["import {\r\n TupleShift,\r\n TuplePush\r\n} from '@cyberjs.on/types';\r\n\r\nimport { PropertiesNameList } from './propertiesNameList';\r\n\r\n\r\nexport type MethodsNameList<\r\n T extends (Function | Object),\r\n P extends any[] = PropertiesNameList<T>,\r\n R extends any[] = []\r\n> =\r\n P['length'] extends 0\r\n ? R\r\n : T[P[0]] extends Function\r\n ? MethodsNameList<T, TupleShift<P>, TuplePush<R, P[0]>>\r\n : MethodsNameList<T, TupleShift<P>, R>\r\n\r\n\r\n/*\r\nclass C1 {\r\n\r\n p1 = 1;\r\n\r\n p2 = 2;\r\n\r\n #pp1 = 1;\r\n\r\n #pp2 = 2;\r\n\r\n static sp1 = 1;\r\n\r\n static sp2 = 2;\r\n\r\n #static psp1 = 1;\r\n\r\n #static psp2 = 2;\r\n\r\n m1() {\r\n\r\n }\r\n\r\n m2() {\r\n\r\n }\r\n\r\n static sm1() {\r\n\r\n }\r\n\r\n static sm2() {\r\n\r\n }\r\n\r\n}\r\n\r\n\r\nlet methodsName: MethodsNameList<C1>\r\n\r\nlet staticMethodsName: MethodsNameList<typeof C1>\r\n/**/\r\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=propertiesNameList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"propertiesNameList.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/propertiesNameList.ts"],"names":[],"mappings":"","sourcesContent":["import { UnionSet2RandomList } from '@cyberjs.on/types';\r\n\r\n\r\nexport type PropertiesNameList<T extends (Function | Object), K = keyof T> = UnionSet2RandomList<K>;\r\n\r\n\r\n/*\r\nconst symb1 = Symbol();\r\nconst symb2 = Symbol();\r\nclass C1 {\r\n\r\n static sp1 = 1;\r\n\r\n static sp2 = 2;\r\n\r\n p1 = 1;\r\n\r\n p2 = 2;\r\n\r\n static #psp1 = 1;\r\n\r\n static #psp2 = 2;\r\n\r\n #pp1 = 1;\r\n\r\n #pp2 = 2;\r\n\r\n m2() {\r\n\r\n }\r\n\r\n m1() {\r\n\r\n }\r\n\r\n static sm2() {\r\n\r\n }\r\n\r\n static sm1() {\r\n\r\n }\r\n\r\n static [symb1]() {\r\n\r\n }\r\n\r\n [symb1]() {\r\n\r\n }\r\n\r\n}\r\n\r\n\r\nlet staticMembers: PropertiesNameList<typeof C1>;\r\nstaticMembers[0] //=> prototype\r\n\r\nlet instanceMembers: PropertiesNameList<C1>;\r\ninstanceMembers[0] //=> p1\r\n/**/\r\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=selfFactoryConstructorType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selfFactoryConstructorType.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/selfFactoryConstructorType.ts"],"names":[],"mappings":"","sourcesContent":["/**\r\n *\r\n * a princípio, o tipo referencia sempre o lado estático de uma instância, decerto que para\r\n * referenciar uma constante como um tipo dentro de uma estrutura abstrata, como uma interface ou\r\n * uma classe abstrata, deve-se usar a declaração \"typeof\". Isso não é necessário quando se usa uma\r\n * classe comum como tipo, porque, implicitamente, o TS declara uma interface para toda classe\r\n * declarada. Isto pode ser comprovado ao se usar a declaração \"implements\" referenciando outra\r\n * classe, que, na verdade, o que estará sendo referenciado é a interface daquela classe.\r\n * Logo, tipo é uma coisa, instância do tipo, outra.\r\n */\r\nexport interface SelfFactoryConstructorType {\r\n\r\n // instanceMethod(): void;\r\n\r\n}\r\n"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=selfFactoryStaticType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selfFactoryStaticType.js","sourceRoot":"","sources":["../../../../ts/src/lib/types/selfFactoryStaticType.ts"],"names":[],"mappings":"","sourcesContent":["import { GenericSelfFactoryStaticType } from \"./index.js\";\r\nimport { SelfFactoryConstructorType } from \"./selfFactoryConstructorType.js\";\r\n\r\n\r\nexport interface SelfFactoryStaticType\r\n extends\r\n GenericSelfFactoryStaticType<SelfFactoryConstructorType>\r\n{\r\n\r\n // here is the secret to reference the static side\r\n new(...args: any): SelfFactoryConstructorType;\r\n\r\n getOwnInstance<\r\n /**\r\n *\r\n * esta interface, como informa informa o próprio nome, referencia o lado estático de quem\r\n * a declara, logo, neste caso, o this se refere ao lado estático, sendo o próprio\r\n * próSelfFactoryStaticType.\r\n */\r\n // U extends this,\r\n\r\n T extends SelfFactoryStaticType,\r\n U extends InstanceType<T>\r\n >(\r\n this: {\r\n new(...args: any): U\r\n },\r\n ...args: any\r\n ): U;\r\n\r\n}\r\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../ts/src/tests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAIzC,MAAM,KAAK,GAAG,MAAM,EAAE,CAAC;AACvB,MAAM,KAAK,GAAG,MAAM,EAAE,CAAC;AAevB,MAAM,EAAE,GAAQ;IAEZ,EAAE,GAAG,CAAC,CAAC;IAEP,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC;IAEf,IAAI,CAAS;IAEb,MAAM,CAAC,KAAK,GAAG,wCAAwC,IAAI,CAAC,IAAI,EAAE,CAAC;IAEnE,YAAY,GAAG,IAAS;QAGpB,IAAI,CAAC,IAAI,GAAG,iCAAiC,EAAE,CAAC,IAAI,EAAE,CAAC;IAC3D,CAAC;IAYD,MAAM,CAAC,GAAG;QACN,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;IACxB,CAAC;IAED,EAAE;QACE,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;IACvB,CAAC;IAED,IAAI;QACA,OAAO,IAAI,CAAC,IAAI,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,KAAK;QACR,OAAO,IAAI,CAAC,KAAK,CAAC;IACtB,CAAC;IAED,CAAC,KAAK,CAAC;QACH,OAAO,oBAAoB,CAAC;IAChC,CAAC;IAED,MAAM,CAAC,CAAC,KAAK,CAAC;QACV,OAAO,4BAA4B,CAAC;IACxC,CAAC;IAED,MAAM,CAAC,cAAc,CAIjB,GAAG,IAAS;QAGZ,OAAO,IAAI,IAAI,CAAC;IACpB,CAAC;CAEJ,CAAA;AAID,MAAM,UAAU,GAAG,IAAI,UAAU,CAAC,EAAE,CAAC,CAAC;AAOtC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;AACjE,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;AAChE,OAAO,CAAC,GAAG,CAAC,yBAAyB,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;AAC9D,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC","sourcesContent":["import { Reflection } from '../index.js';\r\nimport { GenericSelfFactoryStaticType } from '../lib/types/genericSelfFactoryStaticType.js';\r\n\r\n\r\nconst symb1 = Symbol();\r\nconst symb2 = Symbol();\r\n\r\ninterface IC1 {\r\n\r\n p1: number\r\n\r\n}\r\n\r\ninterface SC1 extends GenericSelfFactoryStaticType<IC1> {\r\n\r\n sp1: number;\r\n\r\n}\r\n\r\n// class C1 extends SelfFactory {\r\nconst C1: SC1 = class implements IC1 {\r\n\r\n p1 = 1;\r\n\r\n static sp1 = 1;\r\n\r\n #pp1: string;\r\n\r\n static #psp1 = `this is a static property defined in ${this.name}`;\r\n\r\n constructor(...args: any) {\r\n // super();\r\n\r\n this.#pp1 = `this is a property defined in ${C1.name}`;\r\n }\r\n\r\n /**\r\n *\r\n * @todo rever como blocos estáticos funcionam (se funcionam) no TS\r\n */\r\n // static {\r\n // this.sm1 = () => {\r\n // return this.psm1();\r\n // }\r\n // }\r\n\r\n static sm1() {\r\n return this.#psm1();\r\n }\r\n\r\n m1() {\r\n return this.#pm1();\r\n }\r\n\r\n #pm1() {\r\n return this.#pp1;\r\n }\r\n\r\n static #psm1() {\r\n return this.#psp1;\r\n }\r\n\r\n [symb2](): string {\r\n return 'A symbol of object';\r\n }\r\n\r\n static [symb1](): string {\r\n return 'A symbol of class (static)';\r\n }\r\n\r\n static getOwnInstance(\r\n this: {\r\n new(...args: any): IC1\r\n },\r\n ...args: any\r\n ): IC1\r\n {\r\n return new this;\r\n }\r\n\r\n}\r\n\r\n\r\n// C1.getOwnInstance()\r\nconst reflection = new Reflection(C1);\r\n\r\n/**\r\n *\r\n * O TS apenas emula propriedades privadas, de forma que, para que de fato não apareçam aqui,\r\n * devem iniciar com a instrução #\r\n */\r\nconsole.log(`atributos de classe:`, reflection.staticFieldsName);\r\nconsole.log(`métodos de classe:`, reflection.staticMethodsName);\r\nconsole.log(`atributos de instância:`, reflection.fieldsName);\r\nconsole.log(`métodos de instância:`, reflection.methodsName);\r\n"]}
File without changes