@proteinjs/reflection-build 1.4.2 → 1.4.4

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 (284) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/LICENSE → LICENSE} +5 -6
  3. package/dist/test/examples/source-repository/a/generated/index.js +1 -1
  4. package/dist/test/examples/source-repository/a/generated/index.js.map +1 -1
  5. package/dist/test/examples/source-repository/b/generated/index.js +1 -1
  6. package/dist/test/examples/source-repository/b/generated/index.js.map +1 -1
  7. package/package.json +8 -7
  8. package/test/examples/source-repository/a/dist/generated/index.js +1 -1
  9. package/test/examples/source-repository/a/dist/generated/index.js.map +1 -1
  10. package/test/examples/source-repository/a/generated/index.ts +38 -33
  11. package/test/examples/source-repository/a/node_modules/.package-lock.json +16 -73
  12. package/test/examples/source-repository/a/node_modules/@proteinjs/util/CHANGELOG.md +11 -0
  13. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.d.ts +1 -1
  14. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.js +0 -1
  15. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.js.map +1 -1
  16. package/test/examples/source-repository/a/node_modules/@proteinjs/util/package.json +2 -2
  17. package/test/examples/source-repository/a/node_modules/@proteinjs/util/src/isInstanceOf.ts +1 -2
  18. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/CHANGELOG.md +8 -0
  19. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/package.json +3 -3
  20. package/test/examples/source-repository/a/package-lock.json +20 -24
  21. package/test/examples/source-repository/a/package.json +5 -5
  22. package/test/examples/source-repository/b/dist/generated/index.js +1 -1
  23. package/test/examples/source-repository/b/dist/generated/index.js.map +1 -1
  24. package/test/examples/source-repository/b/generated/index.ts +10 -11
  25. package/test/examples/source-repository/b/node_modules/.package-lock.json +12 -69
  26. package/test/examples/source-repository/b/node_modules/@proteinjs/util/CHANGELOG.md +11 -0
  27. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.d.ts +1 -1
  28. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.js +0 -1
  29. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.js.map +1 -1
  30. package/test/examples/source-repository/b/node_modules/@proteinjs/util/package.json +2 -2
  31. package/test/examples/source-repository/b/node_modules/@proteinjs/util/src/isInstanceOf.ts +1 -2
  32. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/CHANGELOG.md +8 -0
  33. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/package.json +3 -3
  34. package/test/examples/source-repository/b/package-lock.json +16 -20
  35. package/test/examples/source-repository/b/package.json +5 -5
  36. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/.eslintrc.js +0 -20
  37. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/.prettierignore +0 -4
  38. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/.prettierrc +0 -8
  39. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/CHANGELOG.md +0 -58
  40. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/index.d.ts +0 -5
  41. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/index.js +0 -18
  42. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/index.js.map +0 -1
  43. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.d.ts +0 -19
  44. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.js +0 -555
  45. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.js.map +0 -1
  46. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/Loadable.d.ts +0 -3
  47. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/Loadable.js +0 -5
  48. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/Loadable.js.map +0 -1
  49. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepository.d.ts +0 -45
  50. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepository.js +0 -176
  51. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepository.js.map +0 -1
  52. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.d.ts +0 -11
  53. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.js +0 -9
  54. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.js.map +0 -1
  55. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.d.ts +0 -13
  56. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.js +0 -19
  57. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.js.map +0 -1
  58. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/types.d.ts +0 -221
  59. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/types.js +0 -234
  60. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/dist/src/types.js.map +0 -1
  61. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/index.ts +0 -5
  62. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/jest.config.js +0 -9
  63. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/package.json +0 -42
  64. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/FlattenedSourceGraph.ts +0 -702
  65. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/Loadable.ts +0 -2
  66. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/SourceRepository.ts +0 -250
  67. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/SourceRepositoryFilter.ts +0 -15
  68. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/sourceGraphTypes.ts +0 -14
  69. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/src/types.ts +0 -236
  70. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/tsconfig.json +0 -19
  71. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/types/@dagrejs/graphlib.d.ts +0 -1
  72. package/test/examples/source-repository/a/node_modules/bindings/LICENSE.md +0 -22
  73. package/test/examples/source-repository/a/node_modules/bindings/README.md +0 -98
  74. package/test/examples/source-repository/a/node_modules/bindings/bindings.js +0 -221
  75. package/test/examples/source-repository/a/node_modules/bindings/package.json +0 -28
  76. package/test/examples/source-repository/a/node_modules/file-uri-to-path/.travis.yml +0 -30
  77. package/test/examples/source-repository/a/node_modules/file-uri-to-path/History.md +0 -21
  78. package/test/examples/source-repository/a/node_modules/file-uri-to-path/LICENSE +0 -20
  79. package/test/examples/source-repository/a/node_modules/file-uri-to-path/README.md +0 -74
  80. package/test/examples/source-repository/a/node_modules/file-uri-to-path/index.d.ts +0 -2
  81. package/test/examples/source-repository/a/node_modules/file-uri-to-path/index.js +0 -66
  82. package/test/examples/source-repository/a/node_modules/file-uri-to-path/package.json +0 -32
  83. package/test/examples/source-repository/a/node_modules/file-uri-to-path/test/test.js +0 -24
  84. package/test/examples/source-repository/a/node_modules/file-uri-to-path/test/tests.json +0 -13
  85. package/test/examples/source-repository/a/node_modules/fsevents/LICENSE +0 -22
  86. package/test/examples/source-repository/a/node_modules/fsevents/README.md +0 -89
  87. package/test/examples/source-repository/a/node_modules/fsevents/fsevents.d.ts +0 -46
  88. package/test/examples/source-repository/a/node_modules/fsevents/fsevents.js +0 -83
  89. package/test/examples/source-repository/a/node_modules/fsevents/fsevents.node +0 -0
  90. package/test/examples/source-repository/a/node_modules/fsevents/package.json +0 -62
  91. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/.travis.yml +0 -103
  92. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/ISSUE_TEMPLATE.md +0 -8
  93. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/Readme.md +0 -78
  94. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/binding.gyp +0 -21
  95. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/.target.mk +0 -53
  96. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Makefile +0 -352
  97. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/.node.d +0 -1
  98. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/obj.target/fse/fsevents.o.d.raw +0 -79
  99. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.node +0 -0
  100. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/binding.Makefile +0 -6
  101. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/fse.target.mk +0 -191
  102. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/gyp-mac-tool +0 -766
  103. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/fsevents.cc +0 -88
  104. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/fsevents.js +0 -106
  105. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/install.js +0 -13
  106. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/package.json +0 -34
  107. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/src/async.cc +0 -43
  108. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/src/constants.cc +0 -110
  109. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/src/methods.cc +0 -44
  110. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/src/storage.cc +0 -27
  111. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/src/thread.cc +0 -71
  112. package/test/examples/source-repository/a/node_modules/nan/CHANGELOG.md +0 -557
  113. package/test/examples/source-repository/a/node_modules/nan/CMakeLists.txt +0 -138
  114. package/test/examples/source-repository/a/node_modules/nan/LICENSE.md +0 -9
  115. package/test/examples/source-repository/a/node_modules/nan/README.md +0 -456
  116. package/test/examples/source-repository/a/node_modules/nan/doc/asyncworker.md +0 -146
  117. package/test/examples/source-repository/a/node_modules/nan/doc/buffers.md +0 -54
  118. package/test/examples/source-repository/a/node_modules/nan/doc/callback.md +0 -76
  119. package/test/examples/source-repository/a/node_modules/nan/doc/converters.md +0 -41
  120. package/test/examples/source-repository/a/node_modules/nan/doc/errors.md +0 -226
  121. package/test/examples/source-repository/a/node_modules/nan/doc/json.md +0 -62
  122. package/test/examples/source-repository/a/node_modules/nan/doc/maybe_types.md +0 -583
  123. package/test/examples/source-repository/a/node_modules/nan/doc/methods.md +0 -672
  124. package/test/examples/source-repository/a/node_modules/nan/doc/new.md +0 -147
  125. package/test/examples/source-repository/a/node_modules/nan/doc/node_misc.md +0 -123
  126. package/test/examples/source-repository/a/node_modules/nan/doc/object_wrappers.md +0 -263
  127. package/test/examples/source-repository/a/node_modules/nan/doc/persistent.md +0 -296
  128. package/test/examples/source-repository/a/node_modules/nan/doc/scopes.md +0 -73
  129. package/test/examples/source-repository/a/node_modules/nan/doc/script.md +0 -58
  130. package/test/examples/source-repository/a/node_modules/nan/doc/string_bytes.md +0 -62
  131. package/test/examples/source-repository/a/node_modules/nan/doc/v8_internals.md +0 -199
  132. package/test/examples/source-repository/a/node_modules/nan/doc/v8_misc.md +0 -85
  133. package/test/examples/source-repository/a/node_modules/nan/include_dirs.js +0 -1
  134. package/test/examples/source-repository/a/node_modules/nan/nan.h +0 -2958
  135. package/test/examples/source-repository/a/node_modules/nan/nan_callbacks.h +0 -92
  136. package/test/examples/source-repository/a/node_modules/nan/nan_callbacks_12_inl.h +0 -520
  137. package/test/examples/source-repository/a/node_modules/nan/nan_callbacks_pre_12_inl.h +0 -520
  138. package/test/examples/source-repository/a/node_modules/nan/nan_converters.h +0 -72
  139. package/test/examples/source-repository/a/node_modules/nan/nan_converters_43_inl.h +0 -68
  140. package/test/examples/source-repository/a/node_modules/nan/nan_converters_pre_43_inl.h +0 -42
  141. package/test/examples/source-repository/a/node_modules/nan/nan_define_own_property_helper.h +0 -29
  142. package/test/examples/source-repository/a/node_modules/nan/nan_implementation_12_inl.h +0 -430
  143. package/test/examples/source-repository/a/node_modules/nan/nan_implementation_pre_12_inl.h +0 -263
  144. package/test/examples/source-repository/a/node_modules/nan/nan_json.h +0 -166
  145. package/test/examples/source-repository/a/node_modules/nan/nan_maybe_43_inl.h +0 -356
  146. package/test/examples/source-repository/a/node_modules/nan/nan_maybe_pre_43_inl.h +0 -268
  147. package/test/examples/source-repository/a/node_modules/nan/nan_new.h +0 -340
  148. package/test/examples/source-repository/a/node_modules/nan/nan_object_wrap.h +0 -156
  149. package/test/examples/source-repository/a/node_modules/nan/nan_persistent_12_inl.h +0 -132
  150. package/test/examples/source-repository/a/node_modules/nan/nan_persistent_pre_12_inl.h +0 -242
  151. package/test/examples/source-repository/a/node_modules/nan/nan_private.h +0 -73
  152. package/test/examples/source-repository/a/node_modules/nan/nan_scriptorigin.h +0 -76
  153. package/test/examples/source-repository/a/node_modules/nan/nan_string_bytes.h +0 -305
  154. package/test/examples/source-repository/a/node_modules/nan/nan_typedarray_contents.h +0 -96
  155. package/test/examples/source-repository/a/node_modules/nan/nan_weak.h +0 -437
  156. package/test/examples/source-repository/a/node_modules/nan/package.json +0 -38
  157. package/test/examples/source-repository/a/node_modules/nan/tools/1to2.js +0 -412
  158. package/test/examples/source-repository/a/node_modules/nan/tools/README.md +0 -14
  159. package/test/examples/source-repository/a/node_modules/nan/tools/package.json +0 -19
  160. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/.eslintrc.js +0 -20
  161. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/.prettierignore +0 -4
  162. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/.prettierrc +0 -8
  163. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/CHANGELOG.md +0 -58
  164. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/index.d.ts +0 -5
  165. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/index.js +0 -18
  166. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/index.js.map +0 -1
  167. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.d.ts +0 -19
  168. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.js +0 -555
  169. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/FlattenedSourceGraph.js.map +0 -1
  170. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/Loadable.d.ts +0 -3
  171. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/Loadable.js +0 -5
  172. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/Loadable.js.map +0 -1
  173. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepository.d.ts +0 -45
  174. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepository.js +0 -176
  175. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepository.js.map +0 -1
  176. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.d.ts +0 -11
  177. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.js +0 -9
  178. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/SourceRepositoryFilter.js.map +0 -1
  179. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.d.ts +0 -13
  180. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.js +0 -19
  181. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/sourceGraphTypes.js.map +0 -1
  182. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/types.d.ts +0 -221
  183. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/types.js +0 -234
  184. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/dist/src/types.js.map +0 -1
  185. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/index.ts +0 -5
  186. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/jest.config.js +0 -9
  187. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/package.json +0 -42
  188. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/FlattenedSourceGraph.ts +0 -702
  189. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/Loadable.ts +0 -2
  190. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/SourceRepository.ts +0 -250
  191. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/SourceRepositoryFilter.ts +0 -15
  192. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/sourceGraphTypes.ts +0 -14
  193. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/src/types.ts +0 -236
  194. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/tsconfig.json +0 -19
  195. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/types/@dagrejs/graphlib.d.ts +0 -1
  196. package/test/examples/source-repository/b/node_modules/bindings/LICENSE.md +0 -22
  197. package/test/examples/source-repository/b/node_modules/bindings/README.md +0 -98
  198. package/test/examples/source-repository/b/node_modules/bindings/bindings.js +0 -221
  199. package/test/examples/source-repository/b/node_modules/bindings/package.json +0 -28
  200. package/test/examples/source-repository/b/node_modules/file-uri-to-path/.travis.yml +0 -30
  201. package/test/examples/source-repository/b/node_modules/file-uri-to-path/History.md +0 -21
  202. package/test/examples/source-repository/b/node_modules/file-uri-to-path/LICENSE +0 -20
  203. package/test/examples/source-repository/b/node_modules/file-uri-to-path/README.md +0 -74
  204. package/test/examples/source-repository/b/node_modules/file-uri-to-path/index.d.ts +0 -2
  205. package/test/examples/source-repository/b/node_modules/file-uri-to-path/index.js +0 -66
  206. package/test/examples/source-repository/b/node_modules/file-uri-to-path/package.json +0 -32
  207. package/test/examples/source-repository/b/node_modules/file-uri-to-path/test/test.js +0 -24
  208. package/test/examples/source-repository/b/node_modules/file-uri-to-path/test/tests.json +0 -13
  209. package/test/examples/source-repository/b/node_modules/fsevents/LICENSE +0 -22
  210. package/test/examples/source-repository/b/node_modules/fsevents/README.md +0 -89
  211. package/test/examples/source-repository/b/node_modules/fsevents/fsevents.d.ts +0 -46
  212. package/test/examples/source-repository/b/node_modules/fsevents/fsevents.js +0 -83
  213. package/test/examples/source-repository/b/node_modules/fsevents/fsevents.node +0 -0
  214. package/test/examples/source-repository/b/node_modules/fsevents/package.json +0 -62
  215. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/.travis.yml +0 -103
  216. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/ISSUE_TEMPLATE.md +0 -8
  217. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/LICENSE +0 -22
  218. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/Readme.md +0 -78
  219. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/binding.gyp +0 -21
  220. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/.target.mk +0 -53
  221. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Makefile +0 -352
  222. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/.node.d +0 -1
  223. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/obj.target/fse/fsevents.o.d.raw +0 -79
  224. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.node +0 -0
  225. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/binding.Makefile +0 -6
  226. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/fse.target.mk +0 -191
  227. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/gyp-mac-tool +0 -766
  228. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/fsevents.cc +0 -88
  229. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/fsevents.js +0 -106
  230. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/install.js +0 -13
  231. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/package.json +0 -34
  232. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/src/async.cc +0 -43
  233. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/src/constants.cc +0 -110
  234. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/src/methods.cc +0 -44
  235. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/src/storage.cc +0 -27
  236. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/src/thread.cc +0 -71
  237. package/test/examples/source-repository/b/node_modules/nan/CHANGELOG.md +0 -557
  238. package/test/examples/source-repository/b/node_modules/nan/CMakeLists.txt +0 -138
  239. package/test/examples/source-repository/b/node_modules/nan/LICENSE.md +0 -9
  240. package/test/examples/source-repository/b/node_modules/nan/README.md +0 -456
  241. package/test/examples/source-repository/b/node_modules/nan/doc/asyncworker.md +0 -146
  242. package/test/examples/source-repository/b/node_modules/nan/doc/buffers.md +0 -54
  243. package/test/examples/source-repository/b/node_modules/nan/doc/callback.md +0 -76
  244. package/test/examples/source-repository/b/node_modules/nan/doc/converters.md +0 -41
  245. package/test/examples/source-repository/b/node_modules/nan/doc/errors.md +0 -226
  246. package/test/examples/source-repository/b/node_modules/nan/doc/json.md +0 -62
  247. package/test/examples/source-repository/b/node_modules/nan/doc/maybe_types.md +0 -583
  248. package/test/examples/source-repository/b/node_modules/nan/doc/methods.md +0 -672
  249. package/test/examples/source-repository/b/node_modules/nan/doc/new.md +0 -147
  250. package/test/examples/source-repository/b/node_modules/nan/doc/node_misc.md +0 -123
  251. package/test/examples/source-repository/b/node_modules/nan/doc/object_wrappers.md +0 -263
  252. package/test/examples/source-repository/b/node_modules/nan/doc/persistent.md +0 -296
  253. package/test/examples/source-repository/b/node_modules/nan/doc/scopes.md +0 -73
  254. package/test/examples/source-repository/b/node_modules/nan/doc/script.md +0 -58
  255. package/test/examples/source-repository/b/node_modules/nan/doc/string_bytes.md +0 -62
  256. package/test/examples/source-repository/b/node_modules/nan/doc/v8_internals.md +0 -199
  257. package/test/examples/source-repository/b/node_modules/nan/doc/v8_misc.md +0 -85
  258. package/test/examples/source-repository/b/node_modules/nan/include_dirs.js +0 -1
  259. package/test/examples/source-repository/b/node_modules/nan/nan.h +0 -2958
  260. package/test/examples/source-repository/b/node_modules/nan/nan_callbacks.h +0 -92
  261. package/test/examples/source-repository/b/node_modules/nan/nan_callbacks_12_inl.h +0 -520
  262. package/test/examples/source-repository/b/node_modules/nan/nan_callbacks_pre_12_inl.h +0 -520
  263. package/test/examples/source-repository/b/node_modules/nan/nan_converters.h +0 -72
  264. package/test/examples/source-repository/b/node_modules/nan/nan_converters_43_inl.h +0 -68
  265. package/test/examples/source-repository/b/node_modules/nan/nan_converters_pre_43_inl.h +0 -42
  266. package/test/examples/source-repository/b/node_modules/nan/nan_define_own_property_helper.h +0 -29
  267. package/test/examples/source-repository/b/node_modules/nan/nan_implementation_12_inl.h +0 -430
  268. package/test/examples/source-repository/b/node_modules/nan/nan_implementation_pre_12_inl.h +0 -263
  269. package/test/examples/source-repository/b/node_modules/nan/nan_json.h +0 -166
  270. package/test/examples/source-repository/b/node_modules/nan/nan_maybe_43_inl.h +0 -356
  271. package/test/examples/source-repository/b/node_modules/nan/nan_maybe_pre_43_inl.h +0 -268
  272. package/test/examples/source-repository/b/node_modules/nan/nan_new.h +0 -340
  273. package/test/examples/source-repository/b/node_modules/nan/nan_object_wrap.h +0 -156
  274. package/test/examples/source-repository/b/node_modules/nan/nan_persistent_12_inl.h +0 -132
  275. package/test/examples/source-repository/b/node_modules/nan/nan_persistent_pre_12_inl.h +0 -242
  276. package/test/examples/source-repository/b/node_modules/nan/nan_private.h +0 -73
  277. package/test/examples/source-repository/b/node_modules/nan/nan_scriptorigin.h +0 -76
  278. package/test/examples/source-repository/b/node_modules/nan/nan_string_bytes.h +0 -305
  279. package/test/examples/source-repository/b/node_modules/nan/nan_typedarray_contents.h +0 -96
  280. package/test/examples/source-repository/b/node_modules/nan/nan_weak.h +0 -437
  281. package/test/examples/source-repository/b/node_modules/nan/package.json +0 -38
  282. package/test/examples/source-repository/b/node_modules/nan/tools/1to2.js +0 -412
  283. package/test/examples/source-repository/b/node_modules/nan/tools/README.md +0 -14
  284. package/test/examples/source-repository/b/node_modules/nan/tools/package.json +0 -19
@@ -1,234 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.InterfaceDeclaration = exports.ClassDeclaration = exports.TypeAliasDeclaration = exports.VariableDeclaration = exports.Parameter = exports.Property = exports.Method = exports.Interface = exports.Class = exports.TypeAlias = exports.Variable = exports.PackageScope = void 0;
17
- var PackageScope = /** @class */ (function () {
18
- function PackageScope(packageName, name, filePath) {
19
- this.packageName = packageName;
20
- this.name = name;
21
- this.filePath = filePath;
22
- this.qualifiedName = packageName + "/" + name;
23
- }
24
- return PackageScope;
25
- }());
26
- exports.PackageScope = PackageScope;
27
- var Variable = /** @class */ (function (_super) {
28
- __extends(Variable, _super);
29
- function Variable(packageName, name, filePath, isExported, isConst, value, typeParameters, directParentTypes, allParentTypes, rootParentTypes) {
30
- if (typeParameters === void 0) { typeParameters = {}; }
31
- if (directParentTypes === void 0) { directParentTypes = {}; }
32
- if (allParentTypes === void 0) { allParentTypes = {}; }
33
- if (rootParentTypes === void 0) { rootParentTypes = {}; }
34
- var _this = _super.call(this, packageName, name, filePath) || this;
35
- _this.isExported = isExported;
36
- _this.isConst = isConst;
37
- _this.value = value;
38
- _this.typeParameters = typeParameters;
39
- _this.directParentTypes = directParentTypes;
40
- _this.allParentTypes = allParentTypes;
41
- _this.rootParentTypes = rootParentTypes;
42
- return _this;
43
- }
44
- return Variable;
45
- }(PackageScope));
46
- exports.Variable = Variable;
47
- var TypeAlias = /** @class */ (function (_super) {
48
- __extends(TypeAlias, _super);
49
- function TypeAlias(packageName, name, filePath, typeParameters, directParents, allParents, rootParents, directChildren, allChildren, baseChildren) {
50
- if (typeParameters === void 0) { typeParameters = {}; }
51
- if (directParents === void 0) { directParents = {}; }
52
- if (allParents === void 0) { allParents = {}; }
53
- if (rootParents === void 0) { rootParents = {}; }
54
- if (directChildren === void 0) { directChildren = {}; }
55
- if (allChildren === void 0) { allChildren = {}; }
56
- if (baseChildren === void 0) { baseChildren = {}; }
57
- var _this = _super.call(this, packageName, name, filePath) || this;
58
- _this.typeParameters = typeParameters;
59
- _this.directParents = directParents;
60
- _this.allParents = allParents;
61
- _this.rootParents = rootParents;
62
- _this.directChildren = directChildren;
63
- _this.allChildren = allChildren;
64
- _this.baseChildren = baseChildren;
65
- return _this;
66
- }
67
- return TypeAlias;
68
- }(PackageScope));
69
- exports.TypeAlias = TypeAlias;
70
- var Class = /** @class */ (function (_super) {
71
- __extends(Class, _super);
72
- function Class(packageName, name, filePath, isAbstract, isStatic, visibility, properties, methods, _constructor, directParents, typeParameters, allParents, rootParents, directChildren, allChildren, baseChildren) {
73
- if (directParents === void 0) { directParents = {}; }
74
- if (typeParameters === void 0) { typeParameters = {}; }
75
- if (allParents === void 0) { allParents = {}; }
76
- if (rootParents === void 0) { rootParents = {}; }
77
- if (directChildren === void 0) { directChildren = {}; }
78
- if (allChildren === void 0) { allChildren = {}; }
79
- if (baseChildren === void 0) { baseChildren = {}; }
80
- var _this = _super.call(this, packageName, name, filePath) || this;
81
- _this.isAbstract = isAbstract;
82
- _this.isStatic = isStatic;
83
- _this.visibility = visibility;
84
- _this.properties = properties;
85
- _this.methods = methods;
86
- _this._constructor = _constructor;
87
- _this.directParents = directParents;
88
- _this.typeParameters = typeParameters;
89
- _this.allParents = allParents;
90
- _this.rootParents = rootParents;
91
- _this.directChildren = directChildren;
92
- _this.allChildren = allChildren;
93
- _this.baseChildren = baseChildren;
94
- return _this;
95
- }
96
- return Class;
97
- }(PackageScope));
98
- exports.Class = Class;
99
- var Interface = /** @class */ (function (_super) {
100
- __extends(Interface, _super);
101
- function Interface(packageName, name, properties, methods, filePath, typeParameters, directParents, allParents, rootParents, directChildren, allChildren, baseChildren) {
102
- if (typeParameters === void 0) { typeParameters = {}; }
103
- if (directParents === void 0) { directParents = {}; }
104
- if (allParents === void 0) { allParents = {}; }
105
- if (rootParents === void 0) { rootParents = {}; }
106
- if (directChildren === void 0) { directChildren = {}; }
107
- if (allChildren === void 0) { allChildren = {}; }
108
- if (baseChildren === void 0) { baseChildren = {}; }
109
- var _this = _super.call(this, packageName, name, filePath) || this;
110
- _this.properties = properties;
111
- _this.methods = methods;
112
- _this.typeParameters = typeParameters;
113
- _this.directParents = directParents;
114
- _this.allParents = allParents;
115
- _this.rootParents = rootParents;
116
- _this.directChildren = directChildren;
117
- _this.allChildren = allChildren;
118
- _this.baseChildren = baseChildren;
119
- return _this;
120
- }
121
- return Interface;
122
- }(PackageScope));
123
- exports.Interface = Interface;
124
- var Method = /** @class */ (function () {
125
- function Method(name, returnType, isAsync, isOptional, isAbstract, isStatic, visibility, parameters
126
- // public readonly variables: VariableDeclaration[]
127
- ) {
128
- this.name = name;
129
- this.returnType = returnType;
130
- this.isAsync = isAsync;
131
- this.isOptional = isOptional;
132
- this.isAbstract = isAbstract;
133
- this.isStatic = isStatic;
134
- this.visibility = visibility;
135
- this.parameters = parameters;
136
- }
137
- return Method;
138
- }());
139
- exports.Method = Method;
140
- var Property = /** @class */ (function () {
141
- function Property(name, type, isOptional, isAbstract, isStatic, visibility) {
142
- this.name = name;
143
- this.type = type;
144
- this.isOptional = isOptional;
145
- this.isAbstract = isAbstract;
146
- this.isStatic = isStatic;
147
- this.visibility = visibility;
148
- }
149
- return Property;
150
- }());
151
- exports.Property = Property;
152
- var Parameter = /** @class */ (function () {
153
- function Parameter(name, type
154
- // public readonly isOptional: boolean
155
- ) {
156
- this.name = name;
157
- this.type = type;
158
- }
159
- return Parameter;
160
- }());
161
- exports.Parameter = Parameter;
162
- /**
163
- * Declarations are intermediary types created by the parser. They do not contain the deeply-nested, relational
164
- * information possible at runtime.
165
- *
166
- * Note: The declaration types specified in typescript-parser are not used because they are not package-scoped.
167
- * The typescript-parser package is a file-level parser, and reflection is a package-level parser.
168
- */
169
- var VariableDeclaration = /** @class */ (function (_super) {
170
- __extends(VariableDeclaration, _super);
171
- function VariableDeclaration(packageName, name, filePath, type, isExported, isConst) {
172
- var _this = _super.call(this, packageName, name, filePath) || this;
173
- _this.type = type;
174
- _this.isExported = isExported;
175
- _this.isConst = isConst;
176
- return _this;
177
- }
178
- VariableDeclaration.deserialize = function (json) {
179
- return new VariableDeclaration(json.packageName, json.name, json.filePath, json.type, json.isExported, json.isConst);
180
- };
181
- return VariableDeclaration;
182
- }(PackageScope));
183
- exports.VariableDeclaration = VariableDeclaration;
184
- var TypeAliasDeclaration = /** @class */ (function (_super) {
185
- __extends(TypeAliasDeclaration, _super);
186
- function TypeAliasDeclaration(packageName, name, typeParameters, directParents, filePath) {
187
- var _this = _super.call(this, packageName, name, filePath) || this;
188
- _this.typeParameters = typeParameters;
189
- _this.directParents = directParents;
190
- return _this;
191
- }
192
- TypeAliasDeclaration.deserialize = function (json) {
193
- return new TypeAliasDeclaration(json.packageName, json.name, json.typeParameters, json.directParents, json.filePath);
194
- };
195
- return TypeAliasDeclaration;
196
- }(PackageScope));
197
- exports.TypeAliasDeclaration = TypeAliasDeclaration;
198
- var ClassDeclaration = /** @class */ (function (_super) {
199
- __extends(ClassDeclaration, _super);
200
- function ClassDeclaration(packageName, name, isAbstract, isStatic, visibility, properties, methods, typeParameters, directParentInterfaces, directParentClasses, filePath) {
201
- var _this = _super.call(this, packageName, name, filePath) || this;
202
- _this.isAbstract = isAbstract;
203
- _this.isStatic = isStatic;
204
- _this.visibility = visibility;
205
- _this.properties = properties;
206
- _this.methods = methods;
207
- _this.typeParameters = typeParameters;
208
- _this.directParentInterfaces = directParentInterfaces;
209
- _this.directParentClasses = directParentClasses;
210
- return _this;
211
- }
212
- ClassDeclaration.deserialize = function (json) {
213
- return new ClassDeclaration(json.packageName, json.name, json.isAbstract, json.isStatic, json.visibility, json.properties, json.methods, json.typeParameters, json.directParentInterfaces, json.directParentClasses, json.filePath);
214
- };
215
- return ClassDeclaration;
216
- }(PackageScope));
217
- exports.ClassDeclaration = ClassDeclaration;
218
- var InterfaceDeclaration = /** @class */ (function (_super) {
219
- __extends(InterfaceDeclaration, _super);
220
- function InterfaceDeclaration(packageName, name, properties, methods, typeParameters, directParents, filePath) {
221
- var _this = _super.call(this, packageName, name, filePath) || this;
222
- _this.properties = properties;
223
- _this.methods = methods;
224
- _this.typeParameters = typeParameters;
225
- _this.directParents = directParents;
226
- return _this;
227
- }
228
- InterfaceDeclaration.deserialize = function (json) {
229
- return new InterfaceDeclaration(json.packageName, json.name, json.properties, json.methods, json.typeParameters, json.directParents, json.filePath);
230
- };
231
- return InterfaceDeclaration;
232
- }(PackageScope));
233
- exports.InterfaceDeclaration = InterfaceDeclaration;
234
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- export * from './src/Loadable';
2
- export * from './src/types';
3
- export * from './src/sourceGraphTypes';
4
- export * from './src/SourceRepository';
5
- export * from './src/SourceRepositoryFilter';
@@ -1,9 +0,0 @@
1
- module.exports = {
2
- roots: ['<rootDir>/test'],
3
- transform: {
4
- '^.+\\.tsx?$': 'ts-jest',
5
- },
6
- testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
7
- moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
8
- testEnvironment: 'node',
9
- };
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@proteinjs/reflection",
3
- "version": "1.1.10",
4
- "description": "Source introspection and loader apis",
5
- "main": "./dist/index.js",
6
- "types": "./dist/index.d.ts",
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/proteinjs/reflection.git"
13
- },
14
- "bugs": {
15
- "url": "https://github.com/proteinjs/reflection/issues"
16
- },
17
- "homepage": "https://github.com/proteinjs/reflection#readme",
18
- "author": "Brent Bahry",
19
- "license": "ISC",
20
- "scripts": {
21
- "clean": "rm -rf dist/ node_modules/",
22
- "build": "tsc",
23
- "watch": "tsc -w -p ."
24
- },
25
- "dependencies": {
26
- "@dagrejs/graphlib": "2.1.4",
27
- "@proteinjs/util": "1.5.0"
28
- },
29
- "devDependencies": {
30
- "@types/graphlib": "2.1.6",
31
- "@types/jest": "^26.0.0",
32
- "@types/node": "14.0.13",
33
- "@typescript-eslint/eslint-plugin": "7.8.0",
34
- "@typescript-eslint/parser": "7.8.0",
35
- "eslint": "8.57.0",
36
- "eslint-config-prettier": "9.1.0",
37
- "eslint-plugin-prettier": "5.1.3",
38
- "jest": "^26.0.1",
39
- "ts-jest": "^26.1.0",
40
- "typescript": "3.9.5"
41
- }
42
- }