@dipscope/type-manager 7.0.0-beta.0 → 7.0.0

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 (387) hide show
  1. package/CHANGELOG.md +262 -262
  2. package/CONTRIBUTING.md +58 -58
  3. package/LICENSE.md +201 -201
  4. package/README.md +1901 -1901
  5. package/dist/es2015/alias.js +1 -1
  6. package/dist/es2015/any.js +2 -2
  7. package/dist/es2015/custom-context.js +57 -57
  8. package/dist/es2015/custom-key.js +7 -7
  9. package/dist/es2015/custom-option.js +1 -1
  10. package/dist/es2015/custom-value-resolver.js +1 -1
  11. package/dist/es2015/custom-value.js +1 -1
  12. package/dist/es2015/default-value-resolver.js +1 -1
  13. package/dist/es2015/default-value.js +1 -1
  14. package/dist/es2015/discriminant.js +1 -1
  15. package/dist/es2015/discriminator.js +1 -1
  16. package/dist/es2015/factories/index.js +1 -1
  17. package/dist/es2015/factories/type-factory.js +33 -33
  18. package/dist/es2015/factory.js +1 -1
  19. package/dist/es2015/functions/get-own-reflect-metadata.js +7 -7
  20. package/dist/es2015/functions/get-reflect-metadata.js +7 -7
  21. package/dist/es2015/functions/get-words.js +4 -4
  22. package/dist/es2015/functions/index.js +18 -18
  23. package/dist/es2015/functions/is-arrow-function.js +4 -4
  24. package/dist/es2015/functions/is-ctor-function.js +4 -4
  25. package/dist/es2015/functions/is-data-view.js +3 -3
  26. package/dist/es2015/functions/is-float-32-array.js +3 -3
  27. package/dist/es2015/functions/is-float-64-array.js +3 -3
  28. package/dist/es2015/functions/is-int-16-array.js +3 -3
  29. package/dist/es2015/functions/is-int-32-array.js +3 -3
  30. package/dist/es2015/functions/is-int-8-array.js +3 -3
  31. package/dist/es2015/functions/is-uint-16-array.js +3 -3
  32. package/dist/es2015/functions/is-uint-32-array.js +3 -3
  33. package/dist/es2015/functions/is-uint-8-array.js +3 -3
  34. package/dist/es2015/functions/is-uint-8-clamped-array.js +3 -3
  35. package/dist/es2015/functions/json-parse.js +3 -3
  36. package/dist/es2015/functions/json-stringify.js +66 -66
  37. package/dist/es2015/functions/name-of.js +7 -7
  38. package/dist/es2015/generic-argument.js +1 -1
  39. package/dist/es2015/generic-metadata-resolver.js +1 -1
  40. package/dist/es2015/generic-metadata.js +1 -1
  41. package/dist/es2015/generic-structure.js +1 -1
  42. package/dist/es2015/index.js +70 -70
  43. package/dist/es2015/inject-index.js +1 -1
  44. package/dist/es2015/inject-internals.js +1 -1
  45. package/dist/es2015/inject-metadata.js +62 -62
  46. package/dist/es2015/inject-options.js +1 -1
  47. package/dist/es2015/inject-sorter.js +1 -1
  48. package/dist/es2015/inject-sorters/asc-inject-sorter.js +13 -13
  49. package/dist/es2015/inject-sorters/desc-inject-sorter.js +13 -13
  50. package/dist/es2015/inject-sorters/index.js +2 -2
  51. package/dist/es2015/inject.js +23 -23
  52. package/dist/es2015/injector.js +1 -1
  53. package/dist/es2015/injectors/index.js +1 -1
  54. package/dist/es2015/injectors/singleton-injector.js +30 -30
  55. package/dist/es2015/log-level.js +7 -7
  56. package/dist/es2015/log.js +49 -49
  57. package/dist/es2015/metadata.js +80 -80
  58. package/dist/es2015/naming-convention.js +1 -1
  59. package/dist/es2015/naming-conventions/camel-case-naming-convention.js +16 -16
  60. package/dist/es2015/naming-conventions/flat-case-naming-convention.js +12 -12
  61. package/dist/es2015/naming-conventions/flat-upper-case-naming-convention.js +12 -12
  62. package/dist/es2015/naming-conventions/index.js +8 -8
  63. package/dist/es2015/naming-conventions/kebab-case-naming-convention.js +16 -16
  64. package/dist/es2015/naming-conventions/kebab-upper-case-naming-convention.js +16 -16
  65. package/dist/es2015/naming-conventions/pascal-case-naming-convention.js +17 -17
  66. package/dist/es2015/naming-conventions/snake-case-naming-convention.js +16 -16
  67. package/dist/es2015/naming-conventions/snake-upper-case-naming-convention.js +16 -16
  68. package/dist/es2015/property-internals.js +1 -1
  69. package/dist/es2015/property-metadata.js +268 -268
  70. package/dist/es2015/property-name.js +1 -1
  71. package/dist/es2015/property-options.js +1 -1
  72. package/dist/es2015/property-sorter.js +1 -1
  73. package/dist/es2015/property-sorters/asc-property-sorter.js +13 -13
  74. package/dist/es2015/property-sorters/desc-property-sorter.js +13 -13
  75. package/dist/es2015/property-sorters/index.js +2 -2
  76. package/dist/es2015/property.js +38 -38
  77. package/dist/es2015/reference-callback.js +1 -1
  78. package/dist/es2015/reference-handler.js +1 -1
  79. package/dist/es2015/reference-handlers/circular-reference-handler.js +35 -35
  80. package/dist/es2015/reference-handlers/index.js +3 -3
  81. package/dist/es2015/reference-handlers/json-path-reference-handler.js +68 -68
  82. package/dist/es2015/reference-handlers/plain-reference-handler.js +31 -31
  83. package/dist/es2015/reference-key.js +1 -1
  84. package/dist/es2015/reference-value-getter.js +1 -1
  85. package/dist/es2015/reference-value-setter.js +1 -1
  86. package/dist/es2015/reference-value.js +1 -1
  87. package/dist/es2015/serializer-context-options.js +1 -1
  88. package/dist/es2015/serializer-context.js +281 -281
  89. package/dist/es2015/serializer.js +1 -1
  90. package/dist/es2015/serializers/any-serializer.js +21 -21
  91. package/dist/es2015/serializers/array-buffer-serializer.js +40 -40
  92. package/dist/es2015/serializers/array-serializer.js +59 -59
  93. package/dist/es2015/serializers/boolean-serializer.js +54 -54
  94. package/dist/es2015/serializers/data-view-serializer.js +41 -41
  95. package/dist/es2015/serializers/date-serializer.js +33 -33
  96. package/dist/es2015/serializers/float-32-array-serializer.js +34 -34
  97. package/dist/es2015/serializers/float-64-array-serializer.js +34 -34
  98. package/dist/es2015/serializers/index.js +21 -21
  99. package/dist/es2015/serializers/int-16-array-serializer.js +34 -34
  100. package/dist/es2015/serializers/int-32-array-serializer.js +34 -34
  101. package/dist/es2015/serializers/int-8-array-serializer.js +34 -34
  102. package/dist/es2015/serializers/map-serializer.js +95 -95
  103. package/dist/es2015/serializers/number-serializer.js +48 -48
  104. package/dist/es2015/serializers/set-serializer.js +61 -61
  105. package/dist/es2015/serializers/string-serializer.js +54 -54
  106. package/dist/es2015/serializers/type-serializer.js +120 -120
  107. package/dist/es2015/serializers/uint-16-array-serializer.js +34 -34
  108. package/dist/es2015/serializers/uint-32-array-serializer.js +34 -34
  109. package/dist/es2015/serializers/uint-8-array-serializer.js +34 -34
  110. package/dist/es2015/serializers/uint-8-clamped-array-serializer.js +34 -34
  111. package/dist/es2015/serializers/unknown-serializer.js +21 -21
  112. package/dist/es2015/type-abstraction.js +1 -1
  113. package/dist/es2015/type-argument.js +1 -1
  114. package/dist/es2015/type-configuration.js +1 -1
  115. package/dist/es2015/type-context-entry.js +8 -8
  116. package/dist/es2015/type-context.js +30 -30
  117. package/dist/es2015/type-ctor.js +1 -1
  118. package/dist/es2015/type-fn.js +1 -1
  119. package/dist/es2015/type-internals.js +1 -1
  120. package/dist/es2015/type-like.js +1 -1
  121. package/dist/es2015/type-manager-options.js +1 -1
  122. package/dist/es2015/type-manager.js +319 -319
  123. package/dist/es2015/type-metadata-resolver.js +1 -1
  124. package/dist/es2015/type-metadata-symbol.js +1 -1
  125. package/dist/es2015/type-metadata.js +413 -413
  126. package/dist/es2015/type-name.js +1 -1
  127. package/dist/es2015/type-options-base.js +1 -1
  128. package/dist/es2015/type-options.js +1 -1
  129. package/dist/es2015/type-resolver.js +1 -1
  130. package/dist/es2015/type.js +7 -7
  131. package/dist/es2015/unknown.js +2 -2
  132. package/dist/es5/alias.js +1 -1
  133. package/dist/es5/any.js +6 -6
  134. package/dist/es5/custom-context.js +93 -93
  135. package/dist/es5/custom-key.js +9 -9
  136. package/dist/es5/custom-option.js +1 -1
  137. package/dist/es5/custom-value-resolver.js +1 -1
  138. package/dist/es5/custom-value.js +1 -1
  139. package/dist/es5/default-value-resolver.js +1 -1
  140. package/dist/es5/default-value.js +1 -1
  141. package/dist/es5/discriminant.js +1 -1
  142. package/dist/es5/discriminator.js +1 -1
  143. package/dist/es5/factories/index.js +1 -1
  144. package/dist/es5/factories/type-factory.js +59 -59
  145. package/dist/es5/factory.js +1 -1
  146. package/dist/es5/functions/get-own-reflect-metadata.js +7 -7
  147. package/dist/es5/functions/get-reflect-metadata.js +7 -7
  148. package/dist/es5/functions/get-words.js +4 -4
  149. package/dist/es5/functions/index.js +18 -18
  150. package/dist/es5/functions/is-arrow-function.js +4 -4
  151. package/dist/es5/functions/is-ctor-function.js +4 -4
  152. package/dist/es5/functions/is-data-view.js +3 -3
  153. package/dist/es5/functions/is-float-32-array.js +3 -3
  154. package/dist/es5/functions/is-float-64-array.js +3 -3
  155. package/dist/es5/functions/is-int-16-array.js +3 -3
  156. package/dist/es5/functions/is-int-32-array.js +3 -3
  157. package/dist/es5/functions/is-int-8-array.js +3 -3
  158. package/dist/es5/functions/is-uint-16-array.js +3 -3
  159. package/dist/es5/functions/is-uint-32-array.js +3 -3
  160. package/dist/es5/functions/is-uint-8-array.js +3 -3
  161. package/dist/es5/functions/is-uint-8-clamped-array.js +3 -3
  162. package/dist/es5/functions/json-parse.js +3 -3
  163. package/dist/es5/functions/json-stringify.js +66 -66
  164. package/dist/es5/functions/name-of.js +7 -7
  165. package/dist/es5/generic-argument.js +1 -1
  166. package/dist/es5/generic-metadata-resolver.js +1 -1
  167. package/dist/es5/generic-metadata.js +1 -1
  168. package/dist/es5/generic-structure.js +1 -1
  169. package/dist/es5/index.js +70 -70
  170. package/dist/es5/inject-index.js +1 -1
  171. package/dist/es5/inject-internals.js +1 -1
  172. package/dist/es5/inject-metadata.js +83 -83
  173. package/dist/es5/inject-options.js +1 -1
  174. package/dist/es5/inject-sorter.js +1 -1
  175. package/dist/es5/inject-sorters/asc-inject-sorter.js +17 -17
  176. package/dist/es5/inject-sorters/desc-inject-sorter.js +17 -17
  177. package/dist/es5/inject-sorters/index.js +2 -2
  178. package/dist/es5/inject.js +23 -23
  179. package/dist/es5/injector.js +1 -1
  180. package/dist/es5/injectors/index.js +1 -1
  181. package/dist/es5/injectors/singleton-injector.js +44 -44
  182. package/dist/es5/log-level.js +7 -7
  183. package/dist/es5/log.js +64 -64
  184. package/dist/es5/metadata.js +105 -105
  185. package/dist/es5/naming-convention.js +1 -1
  186. package/dist/es5/naming-conventions/camel-case-naming-convention.js +20 -20
  187. package/dist/es5/naming-conventions/flat-case-naming-convention.js +16 -16
  188. package/dist/es5/naming-conventions/flat-upper-case-naming-convention.js +16 -16
  189. package/dist/es5/naming-conventions/index.js +8 -8
  190. package/dist/es5/naming-conventions/kebab-case-naming-convention.js +20 -20
  191. package/dist/es5/naming-conventions/kebab-upper-case-naming-convention.js +20 -20
  192. package/dist/es5/naming-conventions/pascal-case-naming-convention.js +21 -21
  193. package/dist/es5/naming-conventions/snake-case-naming-convention.js +20 -20
  194. package/dist/es5/naming-conventions/snake-upper-case-naming-convention.js +20 -20
  195. package/dist/es5/property-internals.js +1 -1
  196. package/dist/es5/property-metadata.js +377 -377
  197. package/dist/es5/property-name.js +1 -1
  198. package/dist/es5/property-options.js +1 -1
  199. package/dist/es5/property-sorter.js +1 -1
  200. package/dist/es5/property-sorters/asc-property-sorter.js +17 -17
  201. package/dist/es5/property-sorters/desc-property-sorter.js +17 -17
  202. package/dist/es5/property-sorters/index.js +2 -2
  203. package/dist/es5/property.js +38 -38
  204. package/dist/es5/reference-callback.js +1 -1
  205. package/dist/es5/reference-handler.js +1 -1
  206. package/dist/es5/reference-handlers/circular-reference-handler.js +39 -39
  207. package/dist/es5/reference-handlers/index.js +3 -3
  208. package/dist/es5/reference-handlers/json-path-reference-handler.js +92 -92
  209. package/dist/es5/reference-handlers/plain-reference-handler.js +35 -35
  210. package/dist/es5/reference-key.js +1 -1
  211. package/dist/es5/reference-value-getter.js +1 -1
  212. package/dist/es5/reference-value-setter.js +1 -1
  213. package/dist/es5/reference-value.js +1 -1
  214. package/dist/es5/serializer-context-options.js +1 -1
  215. package/dist/es5/serializer-context.js +416 -416
  216. package/dist/es5/serializer.js +1 -1
  217. package/dist/es5/serializers/any-serializer.js +25 -25
  218. package/dist/es5/serializers/array-buffer-serializer.js +44 -44
  219. package/dist/es5/serializers/array-serializer.js +69 -69
  220. package/dist/es5/serializers/boolean-serializer.js +58 -58
  221. package/dist/es5/serializers/data-view-serializer.js +45 -45
  222. package/dist/es5/serializers/date-serializer.js +37 -37
  223. package/dist/es5/serializers/float-32-array-serializer.js +38 -38
  224. package/dist/es5/serializers/float-64-array-serializer.js +38 -38
  225. package/dist/es5/serializers/index.js +21 -21
  226. package/dist/es5/serializers/int-16-array-serializer.js +38 -38
  227. package/dist/es5/serializers/int-32-array-serializer.js +38 -38
  228. package/dist/es5/serializers/int-8-array-serializer.js +38 -38
  229. package/dist/es5/serializers/map-serializer.js +114 -114
  230. package/dist/es5/serializers/number-serializer.js +52 -52
  231. package/dist/es5/serializers/set-serializer.js +77 -77
  232. package/dist/es5/serializers/string-serializer.js +58 -58
  233. package/dist/es5/serializers/type-serializer.js +153 -153
  234. package/dist/es5/serializers/uint-16-array-serializer.js +38 -38
  235. package/dist/es5/serializers/uint-32-array-serializer.js +38 -38
  236. package/dist/es5/serializers/uint-8-array-serializer.js +38 -38
  237. package/dist/es5/serializers/uint-8-clamped-array-serializer.js +38 -38
  238. package/dist/es5/serializers/unknown-serializer.js +25 -25
  239. package/dist/es5/type-abstraction.js +1 -1
  240. package/dist/es5/type-argument.js +1 -1
  241. package/dist/es5/type-configuration.js +1 -1
  242. package/dist/es5/type-context-entry.js +10 -10
  243. package/dist/es5/type-context.js +32 -32
  244. package/dist/es5/type-ctor.js +1 -1
  245. package/dist/es5/type-fn.js +1 -1
  246. package/dist/es5/type-internals.js +1 -1
  247. package/dist/es5/type-like.js +1 -1
  248. package/dist/es5/type-manager-options.js +1 -1
  249. package/dist/es5/type-manager.js +412 -412
  250. package/dist/es5/type-metadata-resolver.js +1 -1
  251. package/dist/es5/type-metadata-symbol.js +1 -1
  252. package/dist/es5/type-metadata.js +563 -563
  253. package/dist/es5/type-name.js +1 -1
  254. package/dist/es5/type-options-base.js +1 -1
  255. package/dist/es5/type-options.js +1 -1
  256. package/dist/es5/type-resolver.js +1 -1
  257. package/dist/es5/type.js +7 -7
  258. package/dist/es5/unknown.js +6 -6
  259. package/dist/types/alias.d.ts +6 -6
  260. package/dist/types/any.d.ts +9 -9
  261. package/dist/types/custom-context.d.ts +88 -88
  262. package/dist/types/custom-key.d.ts +28 -28
  263. package/dist/types/custom-option.d.ts +10 -10
  264. package/dist/types/custom-value-resolver.d.ts +6 -6
  265. package/dist/types/custom-value.d.ts +6 -6
  266. package/dist/types/default-value-resolver.d.ts +7 -7
  267. package/dist/types/default-value.d.ts +7 -7
  268. package/dist/types/discriminant.d.ts +8 -8
  269. package/dist/types/discriminator.d.ts +6 -6
  270. package/dist/types/factories/index.d.ts +1 -1
  271. package/dist/types/factories/type-factory.d.ts +19 -19
  272. package/dist/types/factory.d.ts +18 -18
  273. package/dist/types/functions/get-own-reflect-metadata.d.ts +9 -9
  274. package/dist/types/functions/get-reflect-metadata.d.ts +10 -10
  275. package/dist/types/functions/get-words.d.ts +8 -8
  276. package/dist/types/functions/index.d.ts +18 -18
  277. package/dist/types/functions/is-arrow-function.d.ts +8 -8
  278. package/dist/types/functions/is-ctor-function.d.ts +8 -8
  279. package/dist/types/functions/is-data-view.d.ts +8 -8
  280. package/dist/types/functions/is-float-32-array.d.ts +8 -8
  281. package/dist/types/functions/is-float-64-array.d.ts +8 -8
  282. package/dist/types/functions/is-int-16-array.d.ts +8 -8
  283. package/dist/types/functions/is-int-32-array.d.ts +8 -8
  284. package/dist/types/functions/is-int-8-array.d.ts +8 -8
  285. package/dist/types/functions/is-uint-16-array.d.ts +8 -8
  286. package/dist/types/functions/is-uint-32-array.d.ts +8 -8
  287. package/dist/types/functions/is-uint-8-array.d.ts +8 -8
  288. package/dist/types/functions/is-uint-8-clamped-array.d.ts +8 -8
  289. package/dist/types/functions/json-parse.d.ts +9 -9
  290. package/dist/types/functions/json-stringify.d.ts +10 -10
  291. package/dist/types/functions/name-of.d.ts +8 -8
  292. package/dist/types/generic-argument.d.ts +7 -7
  293. package/dist/types/generic-metadata-resolver.d.ts +7 -7
  294. package/dist/types/generic-metadata.d.ts +7 -7
  295. package/dist/types/generic-structure.d.ts +7 -7
  296. package/dist/types/index.d.ts +70 -70
  297. package/dist/types/inject-index.d.ts +6 -6
  298. package/dist/types/inject-internals.d.ts +14 -14
  299. package/dist/types/inject-metadata.d.ts +117 -117
  300. package/dist/types/inject-options.d.ts +22 -22
  301. package/dist/types/inject-sorter.d.ts +19 -19
  302. package/dist/types/inject-sorters/asc-inject-sorter.d.ts +20 -20
  303. package/dist/types/inject-sorters/desc-inject-sorter.d.ts +20 -20
  304. package/dist/types/inject-sorters/index.d.ts +2 -2
  305. package/dist/types/inject.d.ts +10 -10
  306. package/dist/types/injector.d.ts +16 -16
  307. package/dist/types/injectors/index.d.ts +1 -1
  308. package/dist/types/injectors/singleton-injector.d.ts +31 -31
  309. package/dist/types/log-level.d.ts +11 -11
  310. package/dist/types/log.d.ts +95 -95
  311. package/dist/types/metadata.d.ts +99 -99
  312. package/dist/types/naming-convention.d.ts +15 -15
  313. package/dist/types/naming-conventions/camel-case-naming-convention.d.ts +26 -26
  314. package/dist/types/naming-conventions/flat-case-naming-convention.d.ts +25 -25
  315. package/dist/types/naming-conventions/flat-upper-case-naming-convention.d.ts +25 -25
  316. package/dist/types/naming-conventions/index.d.ts +8 -8
  317. package/dist/types/naming-conventions/kebab-case-naming-convention.d.ts +26 -26
  318. package/dist/types/naming-conventions/kebab-upper-case-naming-convention.d.ts +26 -26
  319. package/dist/types/naming-conventions/pascal-case-naming-convention.d.ts +26 -26
  320. package/dist/types/naming-conventions/snake-case-naming-convention.d.ts +26 -26
  321. package/dist/types/naming-conventions/snake-upper-case-naming-convention.d.ts +26 -26
  322. package/dist/types/property-internals.d.ts +35 -35
  323. package/dist/types/property-metadata.d.ts +359 -359
  324. package/dist/types/property-name.d.ts +6 -6
  325. package/dist/types/property-options.d.ts +116 -116
  326. package/dist/types/property-sorter.d.ts +19 -19
  327. package/dist/types/property-sorters/asc-property-sorter.d.ts +20 -20
  328. package/dist/types/property-sorters/desc-property-sorter.d.ts +20 -20
  329. package/dist/types/property-sorters/index.d.ts +2 -2
  330. package/dist/types/property.d.ts +13 -13
  331. package/dist/types/reference-callback.d.ts +7 -7
  332. package/dist/types/reference-handler.d.ts +31 -31
  333. package/dist/types/reference-handlers/circular-reference-handler.d.ts +32 -32
  334. package/dist/types/reference-handlers/index.d.ts +3 -3
  335. package/dist/types/reference-handlers/json-path-reference-handler.d.ts +55 -55
  336. package/dist/types/reference-handlers/plain-reference-handler.d.ts +33 -33
  337. package/dist/types/reference-key.d.ts +6 -6
  338. package/dist/types/reference-value-getter.d.ts +7 -7
  339. package/dist/types/reference-value-setter.d.ts +7 -7
  340. package/dist/types/reference-value.d.ts +6 -6
  341. package/dist/types/serializer-context-options.d.ts +50 -50
  342. package/dist/types/serializer-context.d.ts +418 -418
  343. package/dist/types/serializer.d.ts +27 -27
  344. package/dist/types/serializers/any-serializer.d.ts +28 -28
  345. package/dist/types/serializers/array-buffer-serializer.d.ts +28 -28
  346. package/dist/types/serializers/array-serializer.d.ts +28 -28
  347. package/dist/types/serializers/boolean-serializer.d.ts +37 -37
  348. package/dist/types/serializers/data-view-serializer.d.ts +28 -28
  349. package/dist/types/serializers/date-serializer.d.ts +28 -28
  350. package/dist/types/serializers/float-32-array-serializer.d.ts +28 -28
  351. package/dist/types/serializers/float-64-array-serializer.d.ts +28 -28
  352. package/dist/types/serializers/index.d.ts +21 -21
  353. package/dist/types/serializers/int-16-array-serializer.d.ts +28 -28
  354. package/dist/types/serializers/int-32-array-serializer.d.ts +28 -28
  355. package/dist/types/serializers/int-8-array-serializer.d.ts +28 -28
  356. package/dist/types/serializers/map-serializer.d.ts +28 -28
  357. package/dist/types/serializers/number-serializer.d.ts +37 -37
  358. package/dist/types/serializers/set-serializer.d.ts +28 -28
  359. package/dist/types/serializers/string-serializer.d.ts +37 -37
  360. package/dist/types/serializers/type-serializer.d.ts +28 -28
  361. package/dist/types/serializers/uint-16-array-serializer.d.ts +28 -28
  362. package/dist/types/serializers/uint-32-array-serializer.d.ts +28 -28
  363. package/dist/types/serializers/uint-8-array-serializer.d.ts +28 -28
  364. package/dist/types/serializers/uint-8-clamped-array-serializer.d.ts +28 -28
  365. package/dist/types/serializers/unknown-serializer.d.ts +28 -28
  366. package/dist/types/type-abstraction.d.ts +6 -6
  367. package/dist/types/type-argument.d.ts +9 -9
  368. package/dist/types/type-configuration.d.ts +16 -16
  369. package/dist/types/type-context-entry.d.ts +36 -36
  370. package/dist/types/type-context.d.ts +70 -70
  371. package/dist/types/type-ctor.d.ts +6 -6
  372. package/dist/types/type-fn.d.ts +8 -8
  373. package/dist/types/type-internals.d.ts +14 -14
  374. package/dist/types/type-like.d.ts +7 -7
  375. package/dist/types/type-manager-options.d.ts +33 -33
  376. package/dist/types/type-manager.d.ts +413 -413
  377. package/dist/types/type-metadata-resolver.d.ts +8 -8
  378. package/dist/types/type-metadata-symbol.d.ts +6 -6
  379. package/dist/types/type-metadata.d.ts +513 -513
  380. package/dist/types/type-name.d.ts +6 -6
  381. package/dist/types/type-options-base.d.ts +106 -106
  382. package/dist/types/type-options.d.ts +72 -72
  383. package/dist/types/type-resolver.d.ts +7 -7
  384. package/dist/types/type.d.ts +9 -9
  385. package/dist/types/unknown.d.ts +9 -9
  386. package/dist/umd/index.js.map +1 -1
  387. package/package.json +63 -63
package/CHANGELOG.md CHANGED
@@ -1,262 +1,262 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [7.0.0] - 2023-??-??
9
-
10
- ### Added
11
-
12
- - Strongly typed custom options.
13
- - Performance improvements when using custom options.
14
-
15
- ### Removed
16
-
17
- - Old custom data option.
18
-
19
- ### Migrating from previous version
20
-
21
- - Replace old custom data configurations with newly introduced strongly typed custom options.
22
-
23
- ## [6.0.0] - 2023-03-22
24
-
25
- ### Added
26
-
27
- - Fluent api for declarative configuration.
28
- - Property metadata sorters.
29
- - Inject metadata sorters.
30
- - Stable json stringify and parse functions.
31
- - Any and unknown type serializers.
32
- - Modules support.
33
- - Performance improvements.
34
-
35
- ### Changed
36
-
37
- - If property type argument is not configured then no error will be thrown and property will be serialized as unknown.
38
- - Weak reference maps changed to regular maps to allow more extension points.
39
- - Reference handler names to be more self descriptive.
40
-
41
- ### Migrating from previous version
42
-
43
- - Replace old declarative configuration calls with newly introduced fluent api.
44
- - You can still use raw declarative api through the options by adapting method calls.
45
-
46
- ## [5.0.0] - 2022-07-31
47
-
48
- ### Added
49
-
50
- - Preserve null option.
51
- - Performance improvements.
52
-
53
- ### Changed
54
-
55
- - Simplify handling of object references inside serializers.
56
- - Separate modules are now merged into one to reduce final application bundle size and simplify usage.
57
-
58
- ### Removed
59
-
60
- - Helper decorators as they silently increase final application bundle size and reduce performance on startup for the end user.
61
-
62
- ### Migrating from previous version
63
-
64
- - Replace all separate module imports to `@dipscope/type-manager`.
65
- - Remove all helper decorators and use configure options with the same names from the main `Type`, `Property` and `Inject` decorators.
66
-
67
- ## [4.1.1] - 2022-05-30
68
-
69
- ### Changed
70
-
71
- - Moved source maps into separate file and reduced production bundle size.
72
-
73
- ## [4.1.0] - 2022-05-18
74
-
75
- ### Added
76
-
77
- - Getters for serialized and deserialized default value in metadata.
78
- - Decorators and options to define serialized and deserialized default value explicitly.
79
-
80
- ## [4.0.4] - 2022-05-15
81
-
82
- ### Changed
83
-
84
- - Set webpack global output object to `this`.
85
-
86
- ## [4.0.3] - 2022-05-07
87
-
88
- ### Added
89
-
90
- - Getters of serialized and deserialized property names for property metadata.
91
-
92
- ### Removed
93
-
94
- - Definition logic of serialized and deserialized property names from type serializer.
95
-
96
- ### Fixed
97
-
98
- - Serialized property name was displayed in log messages.
99
-
100
- ## [4.0.2] - 2022-05-01
101
-
102
- ### Changed
103
-
104
- - Used symbol instead of string based key to store type metadata.
105
- - Avoid complete reset of custom data by providing `null` as argument.
106
- - Code style improvements.
107
-
108
- ## [4.0.1] - 2021-08-01
109
-
110
- ### Changed
111
-
112
- - Custom data options are now behave like built in configure options.
113
- - Path reference handler is now using path traversal instead of direct evaluation for resolving references.
114
-
115
- ## [4.0.0] - 2021-03-24
116
-
117
- ### Added
118
-
119
- - Polymorphic types support.
120
- - Enums support.
121
- - Accessors support.
122
- - Multiple runtime configurations support.
123
-
124
- ### Changed
125
-
126
- - Newly introduced `TypeFn` is now used instead of `TypeCtor` in configure methods due to adding polymorphic types support.
127
- - Static methods of `TypeManager` now return static instance to enable method chaining.
128
-
129
- ### Migrating from previous version
130
-
131
- - Replace `TypeCtor` with `TypeFn` if you are using declarative configuration.
132
-
133
- ## [3.0.0] - 2021-03-06
134
-
135
- ### Added
136
-
137
- - Generics support.
138
- - Circular object reference support.
139
- - Short property declaration syntax.
140
- - Naming convention support.
141
- - Module separation.
142
- - New set of serializers.
143
-
144
- ### Changed
145
-
146
- - Core types, interfaces and classes moved to a core module to keep main namespace clean.
147
- - All decorators are now available from the main namespace.
148
-
149
- ### Fixed
150
-
151
- - Invalid implicit conversion of boolean serializer.
152
- - Properties were not assigned during deserialization if they already have initialized value.
153
-
154
- ### Removed
155
-
156
- - Multiple decorator and related options as they are no longer required.
157
-
158
- ### Migrating from previous version
159
-
160
- - Replace all core type and interface imports from `@dipscope/type-manager` to `@dipscope/type-manager/core`.
161
- - Replace all helper decorator imports from `@dipscope/type-manager/helpers` to `@dipscope/type-manager`.
162
- - Change all places where `Property` decorator is used to declare an array of types to a proper generic variant.
163
- - If you are using `TypeSerializer`, `TypeFactory`, `TypeInjector` helper decorators or interfaces then rename them to `Serializer`, `Factory`, `Injector` accordingly.
164
- - If you are using `typeAlias` or `typeResolver` property options replace them to `typeArgument`.
165
-
166
- ## [2.0.4] - 2021-02-13
167
-
168
- ### Changed
169
-
170
- - Improved type serializer context to avoid instance of call in serializers.
171
-
172
- ## [2.0.3] - 2021-02-13
173
-
174
- ### Fixed
175
-
176
- - Broken helpers module.
177
-
178
- ## [2.0.2] - 2021-02-11
179
-
180
- ### Fixed
181
-
182
- - Broken module resolvers.
183
-
184
- ## [2.0.1] - 2021-02-11
185
-
186
- ### Fixed
187
-
188
- - Broken imports from newly introduced namespaces.
189
-
190
- ## [2.0.0] - 2021-02-10
191
-
192
- ### Added
193
-
194
- - Dependency injection support.
195
- - Immutable types support.
196
- - Type hint support.
197
- - Custom data support.
198
-
199
- ### Changed
200
-
201
- - Type serializer now an inteface.
202
- - Some helper decorators renamed to match option names.
203
- - Helper decorators moved to their own namespace.
204
-
205
- ### Migrating from previous version
206
-
207
- - Replace extension with implementation for custom type serializers.
208
- - If your custom serializers uses implicit conversion make it part of the serialize and deserialize methods. You can check if it should be used based on newly introduced serializer context.
209
- - If you are using `Serializer` helper decorator then rename it to `TypeSerializer`.
210
- - For all helper decorators change imports to `@dipscope/type-manager/helpers`. Now they are located in their own namespace.
211
-
212
- ## [1.3.0] - 2021-01-20
213
-
214
- ### Added
215
-
216
- - Type manager methods to configure each option individually.
217
-
218
- ### Fixed
219
-
220
- - Type options were not applied after changes at runtime.
221
-
222
- ## [1.2.2] - 2020-12-25
223
-
224
- ### Fixed
225
-
226
- - Type error when trying to serialize and deserialize object with null values.
227
- - Explicit deserialization of properties.
228
-
229
- ## [1.2.1] - 2020-12-24
230
-
231
- ### Fixed
232
-
233
- - Broken exports for browser based applications.
234
-
235
- ## [1.2.0] - 2020-12-23
236
-
237
- ### Added
238
-
239
- - Multiple property option to indicate that certain property is an array when using without reflect metadata.
240
-
241
- ### Fixed
242
-
243
- - Type extraction using reflect metadata.
244
-
245
- ## [1.1.0] - 2020-12-22
246
-
247
- ### Added
248
-
249
- - Global type options.
250
- - Default value definition for types and properties.
251
- - Implicit conversion for types and properties.
252
- - Type manager stringify and parse methods for working with JSON.
253
-
254
- ## [1.0.0] - 2020-12-16
255
-
256
- ### Added
257
-
258
- - Type manager for serializing and deserializing objects.
259
- - Decorator annotations for type and property metadata.
260
- - Declarative configuration for type and property metadata.
261
- - Custom serializer support.
262
- - Reflect metadata support.
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [7.0.0] - 2023-07-25
9
+
10
+ ### Added
11
+
12
+ - Strongly typed custom options.
13
+ - Performance improvements when using custom options.
14
+
15
+ ### Removed
16
+
17
+ - Old custom data option.
18
+
19
+ ### Migrating from previous version
20
+
21
+ - Replace old custom data configurations with newly introduced strongly typed custom options.
22
+
23
+ ## [6.0.0] - 2023-03-22
24
+
25
+ ### Added
26
+
27
+ - Fluent api for declarative configuration.
28
+ - Property metadata sorters.
29
+ - Inject metadata sorters.
30
+ - Stable json stringify and parse functions.
31
+ - Any and unknown type serializers.
32
+ - Modules support.
33
+ - Performance improvements.
34
+
35
+ ### Changed
36
+
37
+ - If property type argument is not configured then no error will be thrown and property will be serialized as unknown.
38
+ - Weak reference maps changed to regular maps to allow more extension points.
39
+ - Reference handler names to be more self descriptive.
40
+
41
+ ### Migrating from previous version
42
+
43
+ - Replace old declarative configuration calls with newly introduced fluent api.
44
+ - You can still use raw declarative api through the options by adapting method calls.
45
+
46
+ ## [5.0.0] - 2022-07-31
47
+
48
+ ### Added
49
+
50
+ - Preserve null option.
51
+ - Performance improvements.
52
+
53
+ ### Changed
54
+
55
+ - Simplify handling of object references inside serializers.
56
+ - Separate modules are now merged into one to reduce final application bundle size and simplify usage.
57
+
58
+ ### Removed
59
+
60
+ - Helper decorators as they silently increase final application bundle size and reduce performance on startup for the end user.
61
+
62
+ ### Migrating from previous version
63
+
64
+ - Replace all separate module imports to `@dipscope/type-manager`.
65
+ - Remove all helper decorators and use configure options with the same names from the main `Type`, `Property` and `Inject` decorators.
66
+
67
+ ## [4.1.1] - 2022-05-30
68
+
69
+ ### Changed
70
+
71
+ - Moved source maps into separate file and reduced production bundle size.
72
+
73
+ ## [4.1.0] - 2022-05-18
74
+
75
+ ### Added
76
+
77
+ - Getters for serialized and deserialized default value in metadata.
78
+ - Decorators and options to define serialized and deserialized default value explicitly.
79
+
80
+ ## [4.0.4] - 2022-05-15
81
+
82
+ ### Changed
83
+
84
+ - Set webpack global output object to `this`.
85
+
86
+ ## [4.0.3] - 2022-05-07
87
+
88
+ ### Added
89
+
90
+ - Getters of serialized and deserialized property names for property metadata.
91
+
92
+ ### Removed
93
+
94
+ - Definition logic of serialized and deserialized property names from type serializer.
95
+
96
+ ### Fixed
97
+
98
+ - Serialized property name was displayed in log messages.
99
+
100
+ ## [4.0.2] - 2022-05-01
101
+
102
+ ### Changed
103
+
104
+ - Used symbol instead of string based key to store type metadata.
105
+ - Avoid complete reset of custom data by providing `null` as argument.
106
+ - Code style improvements.
107
+
108
+ ## [4.0.1] - 2021-08-01
109
+
110
+ ### Changed
111
+
112
+ - Custom data options are now behave like built in configure options.
113
+ - Path reference handler is now using path traversal instead of direct evaluation for resolving references.
114
+
115
+ ## [4.0.0] - 2021-03-24
116
+
117
+ ### Added
118
+
119
+ - Polymorphic types support.
120
+ - Enums support.
121
+ - Accessors support.
122
+ - Multiple runtime configurations support.
123
+
124
+ ### Changed
125
+
126
+ - Newly introduced `TypeFn` is now used instead of `TypeCtor` in configure methods due to adding polymorphic types support.
127
+ - Static methods of `TypeManager` now return static instance to enable method chaining.
128
+
129
+ ### Migrating from previous version
130
+
131
+ - Replace `TypeCtor` with `TypeFn` if you are using declarative configuration.
132
+
133
+ ## [3.0.0] - 2021-03-06
134
+
135
+ ### Added
136
+
137
+ - Generics support.
138
+ - Circular object reference support.
139
+ - Short property declaration syntax.
140
+ - Naming convention support.
141
+ - Module separation.
142
+ - New set of serializers.
143
+
144
+ ### Changed
145
+
146
+ - Core types, interfaces and classes moved to a core module to keep main namespace clean.
147
+ - All decorators are now available from the main namespace.
148
+
149
+ ### Fixed
150
+
151
+ - Invalid implicit conversion of boolean serializer.
152
+ - Properties were not assigned during deserialization if they already have initialized value.
153
+
154
+ ### Removed
155
+
156
+ - Multiple decorator and related options as they are no longer required.
157
+
158
+ ### Migrating from previous version
159
+
160
+ - Replace all core type and interface imports from `@dipscope/type-manager` to `@dipscope/type-manager/core`.
161
+ - Replace all helper decorator imports from `@dipscope/type-manager/helpers` to `@dipscope/type-manager`.
162
+ - Change all places where `Property` decorator is used to declare an array of types to a proper generic variant.
163
+ - If you are using `TypeSerializer`, `TypeFactory`, `TypeInjector` helper decorators or interfaces then rename them to `Serializer`, `Factory`, `Injector` accordingly.
164
+ - If you are using `typeAlias` or `typeResolver` property options replace them to `typeArgument`.
165
+
166
+ ## [2.0.4] - 2021-02-13
167
+
168
+ ### Changed
169
+
170
+ - Improved type serializer context to avoid instance of call in serializers.
171
+
172
+ ## [2.0.3] - 2021-02-13
173
+
174
+ ### Fixed
175
+
176
+ - Broken helpers module.
177
+
178
+ ## [2.0.2] - 2021-02-11
179
+
180
+ ### Fixed
181
+
182
+ - Broken module resolvers.
183
+
184
+ ## [2.0.1] - 2021-02-11
185
+
186
+ ### Fixed
187
+
188
+ - Broken imports from newly introduced namespaces.
189
+
190
+ ## [2.0.0] - 2021-02-10
191
+
192
+ ### Added
193
+
194
+ - Dependency injection support.
195
+ - Immutable types support.
196
+ - Type hint support.
197
+ - Custom data support.
198
+
199
+ ### Changed
200
+
201
+ - Type serializer now an inteface.
202
+ - Some helper decorators renamed to match option names.
203
+ - Helper decorators moved to their own namespace.
204
+
205
+ ### Migrating from previous version
206
+
207
+ - Replace extension with implementation for custom type serializers.
208
+ - If your custom serializers uses implicit conversion make it part of the serialize and deserialize methods. You can check if it should be used based on newly introduced serializer context.
209
+ - If you are using `Serializer` helper decorator then rename it to `TypeSerializer`.
210
+ - For all helper decorators change imports to `@dipscope/type-manager/helpers`. Now they are located in their own namespace.
211
+
212
+ ## [1.3.0] - 2021-01-20
213
+
214
+ ### Added
215
+
216
+ - Type manager methods to configure each option individually.
217
+
218
+ ### Fixed
219
+
220
+ - Type options were not applied after changes at runtime.
221
+
222
+ ## [1.2.2] - 2020-12-25
223
+
224
+ ### Fixed
225
+
226
+ - Type error when trying to serialize and deserialize object with null values.
227
+ - Explicit deserialization of properties.
228
+
229
+ ## [1.2.1] - 2020-12-24
230
+
231
+ ### Fixed
232
+
233
+ - Broken exports for browser based applications.
234
+
235
+ ## [1.2.0] - 2020-12-23
236
+
237
+ ### Added
238
+
239
+ - Multiple property option to indicate that certain property is an array when using without reflect metadata.
240
+
241
+ ### Fixed
242
+
243
+ - Type extraction using reflect metadata.
244
+
245
+ ## [1.1.0] - 2020-12-22
246
+
247
+ ### Added
248
+
249
+ - Global type options.
250
+ - Default value definition for types and properties.
251
+ - Implicit conversion for types and properties.
252
+ - Type manager stringify and parse methods for working with JSON.
253
+
254
+ ## [1.0.0] - 2020-12-16
255
+
256
+ ### Added
257
+
258
+ - Type manager for serializing and deserializing objects.
259
+ - Decorator annotations for type and property metadata.
260
+ - Declarative configuration for type and property metadata.
261
+ - Custom serializer support.
262
+ - Reflect metadata support.
package/CONTRIBUTING.md CHANGED
@@ -1,58 +1,58 @@
1
- # Contributing
2
-
3
- ## Introduction
4
-
5
- First off, thank you for considering contributing to `TypeManager.TS`. It's people like you that make `TypeManager.TS` such a great tool.
6
-
7
- Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.
8
-
9
- ## What kinds of contributions we are looking for
10
-
11
- `TypeManager.TS` is an open source project and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into `TypeManager.TS` itself.
12
-
13
- ## Ground Rules
14
-
15
- Please read our [CODE_OF_CONDUCT.md](https://github.com/dipscope/TypeManager.TS/blob/master/CODE_OF_CONDUCT.md) file to facilitate healthy and constructive community behavior.
16
-
17
- * Ensure that code that goes into core meets our code style.
18
- * Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
19
- * Don't add any new classes to the codebase unless absolutely needed.
20
- * Keep feature versions as small as possible, preferably one new feature per version.
21
- * Be welcoming to newcomers and encourage diverse new contributors from all backgrounds.
22
-
23
- ## Your First Contribution
24
-
25
- Unsure where to begin contributing to `TypeManager.TS`? You can start by looking through the beginner and help-wanted issues. Beginner issues - issues which should only require a few lines of code, and a test or two. Help wanted issues - issues which should be a bit more involved than beginner issues.
26
-
27
- ## How to report a bug
28
-
29
- If you find a security vulnerability, do NOT open an issue. Email dipscope@gmail.com instead. In order to determine whether you are dealing with a security issue, ask yourself these two questions:
30
-
31
- * Can I access something that's not mine, or something I shouldn't have access to?
32
- * Can I disable something for other people?
33
-
34
- If the answer to either of those two questions are «yes», then you're probably dealing with a security issue. Note that even if you answer «no» to both questions, you may still be dealing with a security issue, so if you're unsure, just email us at dipscope@gmail.com.
35
-
36
- When filing an issue, make sure to answer these five questions:
37
-
38
- 1. What version of `TypeManager.TS` are you using?
39
- 2. What browser are you using?
40
- 3. What did you do?
41
- 4. What did you expect to see?
42
- 5. What did you see instead?
43
-
44
- ## How to suggest a feature
45
-
46
- If you find yourself wishing for a feature that doesn't exist in `TypeManager.TS`, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that `TypeManager.TS` has today have been added because our users saw the need. Open an issue on our issues list on GitHub which describes the feature you would like to see, why you need it, and how it should work.
47
-
48
- ## Running the tests
49
-
50
- If you are going to contribute make sure that all tests are passed by running `npm run test` command in the root project folder.
51
-
52
- ## Deployment
53
-
54
- This project representing a library and can be built by running `npm run build` command. All compiled production files will be available under `dist` folder.
55
-
56
- ## Notes
57
-
58
- We are continuously working on this file. If you have not found interesting information feel free to open an issue.
1
+ # Contributing
2
+
3
+ ## Introduction
4
+
5
+ First off, thank you for considering contributing to `TypeManager.TS`. It's people like you that make `TypeManager.TS` such a great tool.
6
+
7
+ Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.
8
+
9
+ ## What kinds of contributions we are looking for
10
+
11
+ `TypeManager.TS` is an open source project and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into `TypeManager.TS` itself.
12
+
13
+ ## Ground Rules
14
+
15
+ Please read our [CODE_OF_CONDUCT.md](https://github.com/dipscope/TypeManager.TS/blob/master/CODE_OF_CONDUCT.md) file to facilitate healthy and constructive community behavior.
16
+
17
+ * Ensure that code that goes into core meets our code style.
18
+ * Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
19
+ * Don't add any new classes to the codebase unless absolutely needed.
20
+ * Keep feature versions as small as possible, preferably one new feature per version.
21
+ * Be welcoming to newcomers and encourage diverse new contributors from all backgrounds.
22
+
23
+ ## Your First Contribution
24
+
25
+ Unsure where to begin contributing to `TypeManager.TS`? You can start by looking through the beginner and help-wanted issues. Beginner issues - issues which should only require a few lines of code, and a test or two. Help wanted issues - issues which should be a bit more involved than beginner issues.
26
+
27
+ ## How to report a bug
28
+
29
+ If you find a security vulnerability, do NOT open an issue. Email dipscope@gmail.com instead. In order to determine whether you are dealing with a security issue, ask yourself these two questions:
30
+
31
+ * Can I access something that's not mine, or something I shouldn't have access to?
32
+ * Can I disable something for other people?
33
+
34
+ If the answer to either of those two questions are «yes», then you're probably dealing with a security issue. Note that even if you answer «no» to both questions, you may still be dealing with a security issue, so if you're unsure, just email us at dipscope@gmail.com.
35
+
36
+ When filing an issue, make sure to answer these five questions:
37
+
38
+ 1. What version of `TypeManager.TS` are you using?
39
+ 2. What browser are you using?
40
+ 3. What did you do?
41
+ 4. What did you expect to see?
42
+ 5. What did you see instead?
43
+
44
+ ## How to suggest a feature
45
+
46
+ If you find yourself wishing for a feature that doesn't exist in `TypeManager.TS`, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that `TypeManager.TS` has today have been added because our users saw the need. Open an issue on our issues list on GitHub which describes the feature you would like to see, why you need it, and how it should work.
47
+
48
+ ## Running the tests
49
+
50
+ If you are going to contribute make sure that all tests are passed by running `npm run test` command in the root project folder.
51
+
52
+ ## Deployment
53
+
54
+ This project representing a library and can be built by running `npm run build` command. All compiled production files will be available under `dist` folder.
55
+
56
+ ## Notes
57
+
58
+ We are continuously working on this file. If you have not found interesting information feel free to open an issue.