@coana-tech/cli 14.12.76 → 14.12.77

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 (149) hide show
  1. package/cli.mjs +1 -1
  2. package/package.json +1 -1
  3. package/reachability-analyzers-cli.mjs +1 -1
  4. package/repos/coana-tech/alucard/alucard.jar +0 -0
  5. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/cli.mjs +24669 -0
  6. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/LICENSE.md +9 -0
  7. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/README.md +95 -0
  8. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/common.gypi +21 -0
  9. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/except.gypi +25 -0
  10. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/index.js +14 -0
  11. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/napi-inl.deprecated.h +186 -0
  12. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/napi-inl.h +6941 -0
  13. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/napi.h +3295 -0
  14. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/node_addon_api.gyp +42 -0
  15. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/node_api.gyp +9 -0
  16. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/noexcept.gypi +26 -0
  17. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/nothing.c +0 -0
  18. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/package-support.json +21 -0
  19. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/package.json +480 -0
  20. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/tools/README.md +73 -0
  21. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/tools/check-napi.js +99 -0
  22. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/tools/clang-format.js +71 -0
  23. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-addon-api/tools/conversion.js +301 -0
  24. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/LICENSE +21 -0
  25. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/README.md +58 -0
  26. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/SECURITY.md +5 -0
  27. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/bin.js +84 -0
  28. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/build-test.js +19 -0
  29. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/index.js +6 -0
  30. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/node-gyp-build.js +207 -0
  31. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/optional.js +7 -0
  32. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/node-gyp-build/package.json +43 -0
  33. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/LICENSE +21 -0
  34. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/README.md +128 -0
  35. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/binding.gyp +80 -0
  36. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/index.js +919 -0
  37. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/node_modules/.bin/node-gyp-build +16 -0
  38. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/node_modules/.bin/node-gyp-build-optional +16 -0
  39. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/node_modules/.bin/node-gyp-build-test +16 -0
  40. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/package.json +76 -0
  41. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/darwin-arm64/tree-sitter.node +0 -0
  42. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/darwin-x64/tree-sitter.node +0 -0
  43. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/linux-arm64/tree-sitter.node +0 -0
  44. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/linux-x64/tree-sitter.node +0 -0
  45. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/win32-arm64/tree-sitter.node +0 -0
  46. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/prebuilds/win32-x64/tree-sitter.node +0 -0
  47. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/addon_data.h +47 -0
  48. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/binding.cc +35 -0
  49. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/conversions.cc +140 -0
  50. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/conversions.h +22 -0
  51. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/language.cc +106 -0
  52. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/language.h +17 -0
  53. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/logger.cc +70 -0
  54. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/logger.h +19 -0
  55. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/lookaheaditerator.cc +122 -0
  56. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/lookaheaditerator.h +33 -0
  57. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/node.cc +1088 -0
  58. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/node.h +30 -0
  59. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/parser.cc +306 -0
  60. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/parser.h +35 -0
  61. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/query.cc +397 -0
  62. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/query.h +40 -0
  63. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/tree.cc +316 -0
  64. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/tree.h +45 -0
  65. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/tree_cursor.cc +213 -0
  66. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/src/tree_cursor.h +52 -0
  67. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/tree-sitter.d.ts +1042 -0
  68. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/include/tree_sitter/api.h +1318 -0
  69. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/alloc.c +48 -0
  70. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/alloc.h +41 -0
  71. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/array.h +291 -0
  72. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/atomic.h +68 -0
  73. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/clock.h +146 -0
  74. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/error_costs.h +11 -0
  75. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/get_changed_ranges.c +501 -0
  76. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/get_changed_ranges.h +36 -0
  77. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/host.h +21 -0
  78. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/language.c +223 -0
  79. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/language.h +297 -0
  80. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/length.h +52 -0
  81. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/lexer.c +435 -0
  82. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/lexer.h +49 -0
  83. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/lib.c +12 -0
  84. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/node.c +920 -0
  85. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/parser.c +2165 -0
  86. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/parser.h +266 -0
  87. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/point.h +62 -0
  88. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/portable/endian.h +206 -0
  89. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/query.c +4187 -0
  90. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/reduce_action.h +34 -0
  91. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/reusable_node.h +95 -0
  92. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/stack.c +899 -0
  93. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/stack.h +130 -0
  94. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/subtree.c +1066 -0
  95. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/subtree.h +399 -0
  96. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/tree.c +170 -0
  97. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/tree.h +31 -0
  98. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/tree_cursor.c +712 -0
  99. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/tree_cursor.h +48 -0
  100. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/ts_assert.h +11 -0
  101. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/ICU_SHA +1 -0
  102. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/LICENSE +414 -0
  103. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/README.md +29 -0
  104. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/ptypes.h +1 -0
  105. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/umachine.h +448 -0
  106. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/urename.h +1 -0
  107. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/utf.h +1 -0
  108. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/utf16.h +733 -0
  109. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode/utf8.h +881 -0
  110. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/unicode.h +83 -0
  111. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/wasm/stdlib-symbols.txt +24 -0
  112. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/wasm/stdlib.c +109 -0
  113. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/wasm/wasm-stdlib.h +1302 -0
  114. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/wasm_store.c +1859 -0
  115. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter/vendor/tree-sitter/lib/src/wasm_store.h +31 -0
  116. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/LICENSE +22 -0
  117. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/README.md +21 -0
  118. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/binding.gyp +30 -0
  119. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/bindings/node/binding.cc +20 -0
  120. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/bindings/node/binding_test.js +9 -0
  121. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/bindings/node/index.d.ts +28 -0
  122. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/bindings/node/index.js +11 -0
  123. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/grammar.js +1281 -0
  124. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/node_modules/.bin/node-gyp-build +16 -0
  125. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/node_modules/.bin/node-gyp-build-optional +16 -0
  126. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/node_modules/.bin/node-gyp-build-test +16 -0
  127. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/package.json +77 -0
  128. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/darwin-arm64/tree-sitter-ruby.node +0 -0
  129. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/darwin-x64/tree-sitter-ruby.node +0 -0
  130. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/linux-arm64/tree-sitter-ruby.node +0 -0
  131. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/linux-x64/tree-sitter-ruby.node +0 -0
  132. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/win32-arm64/tree-sitter-ruby.node +0 -0
  133. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/prebuilds/win32-x64/tree-sitter-ruby.node +0 -0
  134. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/queries/highlights.scm +154 -0
  135. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/queries/locals.scm +27 -0
  136. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/queries/tags.scm +64 -0
  137. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/grammar.json +8364 -0
  138. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/node-types.json +4108 -0
  139. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/parser.c +471247 -0
  140. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/scanner.c +1107 -0
  141. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/tree_sitter/alloc.h +54 -0
  142. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/tree_sitter/array.h +290 -0
  143. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/src/tree_sitter/parser.h +266 -0
  144. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/tree-sitter-ruby.wasm +0 -0
  145. package/repos/coana-tech/callgraph-reachability-analyzers/packages/cli/dist/bundle/node_modules/tree-sitter-ruby/tree-sitter.json +46 -0
  146. package/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
  147. package/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
  148. package/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
  149. package/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
@@ -0,0 +1,448 @@
1
+ // © 2016 and later: Unicode, Inc. and others.
2
+ // License & terms of use: http://www.unicode.org/copyright.html
3
+ /*
4
+ ******************************************************************************
5
+ *
6
+ * Copyright (C) 1999-2015, International Business Machines
7
+ * Corporation and others. All Rights Reserved.
8
+ *
9
+ ******************************************************************************
10
+ * file name: umachine.h
11
+ * encoding: UTF-8
12
+ * tab size: 8 (not used)
13
+ * indentation:4
14
+ *
15
+ * created on: 1999sep13
16
+ * created by: Markus W. Scherer
17
+ *
18
+ * This file defines basic types and constants for ICU to be
19
+ * platform-independent. umachine.h and utf.h are included into
20
+ * utypes.h to provide all the general definitions for ICU.
21
+ * All of these definitions used to be in utypes.h before
22
+ * the UTF-handling macros made this unmaintainable.
23
+ */
24
+
25
+ #ifndef __UMACHINE_H__
26
+ #define __UMACHINE_H__
27
+
28
+
29
+ /**
30
+ * \file
31
+ * \brief Basic types and constants for UTF
32
+ *
33
+ * <h2> Basic types and constants for UTF </h2>
34
+ * This file defines basic types and constants for utf.h to be
35
+ * platform-independent. umachine.h and utf.h are included into
36
+ * utypes.h to provide all the general definitions for ICU.
37
+ * All of these definitions used to be in utypes.h before
38
+ * the UTF-handling macros made this unmaintainable.
39
+ *
40
+ */
41
+ /*==========================================================================*/
42
+ /* Include platform-dependent definitions */
43
+ /* which are contained in the platform-specific file platform.h */
44
+ /*==========================================================================*/
45
+
46
+ #include "unicode/ptypes.h" /* platform.h is included in ptypes.h */
47
+
48
+ /*
49
+ * ANSI C headers:
50
+ * stddef.h defines wchar_t
51
+ */
52
+ #include <stddef.h>
53
+
54
+ /*==========================================================================*/
55
+ /* For C wrappers, we use the symbol U_STABLE. */
56
+ /* This works properly if the includer is C or C++. */
57
+ /* Functions are declared U_STABLE return-type U_EXPORT2 function-name()... */
58
+ /*==========================================================================*/
59
+
60
+ /**
61
+ * \def U_CFUNC
62
+ * This is used in a declaration of a library private ICU C function.
63
+ * @stable ICU 2.4
64
+ */
65
+
66
+ /**
67
+ * \def U_CDECL_BEGIN
68
+ * This is used to begin a declaration of a library private ICU C API.
69
+ * @stable ICU 2.4
70
+ */
71
+
72
+ /**
73
+ * \def U_CDECL_END
74
+ * This is used to end a declaration of a library private ICU C API
75
+ * @stable ICU 2.4
76
+ */
77
+
78
+ #ifdef __cplusplus
79
+ # define U_CFUNC extern "C"
80
+ # define U_CDECL_BEGIN extern "C" {
81
+ # define U_CDECL_END }
82
+ #else
83
+ # define U_CFUNC extern
84
+ # define U_CDECL_BEGIN
85
+ # define U_CDECL_END
86
+ #endif
87
+
88
+ #ifndef U_ATTRIBUTE_DEPRECATED
89
+ /**
90
+ * \def U_ATTRIBUTE_DEPRECATED
91
+ * This is used for GCC specific attributes
92
+ * @internal
93
+ */
94
+ #if U_GCC_MAJOR_MINOR >= 302
95
+ # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))
96
+ /**
97
+ * \def U_ATTRIBUTE_DEPRECATED
98
+ * This is used for Visual C++ specific attributes
99
+ * @internal
100
+ */
101
+ #elif defined(_MSC_VER) && (_MSC_VER >= 1400)
102
+ # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
103
+ #else
104
+ # define U_ATTRIBUTE_DEPRECATED
105
+ #endif
106
+ #endif
107
+
108
+ /** This is used to declare a function as a public ICU C API @stable ICU 2.0*/
109
+ #define U_CAPI U_CFUNC U_EXPORT
110
+ /** This is used to declare a function as a stable public ICU C API*/
111
+ #define U_STABLE U_CAPI
112
+ /** This is used to declare a function as a draft public ICU C API */
113
+ #define U_DRAFT U_CAPI
114
+ /** This is used to declare a function as a deprecated public ICU C API */
115
+ #define U_DEPRECATED U_CAPI U_ATTRIBUTE_DEPRECATED
116
+ /** This is used to declare a function as an obsolete public ICU C API */
117
+ #define U_OBSOLETE U_CAPI
118
+ /** This is used to declare a function as an internal ICU C API */
119
+ #define U_INTERNAL U_CAPI
120
+
121
+ /**
122
+ * \def U_OVERRIDE
123
+ * Defined to the C++11 "override" keyword if available.
124
+ * Denotes a class or member which is an override of the base class.
125
+ * May result in an error if it applied to something not an override.
126
+ * @internal
127
+ */
128
+ #ifndef U_OVERRIDE
129
+ #define U_OVERRIDE override
130
+ #endif
131
+
132
+ /**
133
+ * \def U_FINAL
134
+ * Defined to the C++11 "final" keyword if available.
135
+ * Denotes a class or member which may not be overridden in subclasses.
136
+ * May result in an error if subclasses attempt to override.
137
+ * @internal
138
+ */
139
+ #if !defined(U_FINAL) || defined(U_IN_DOXYGEN)
140
+ #define U_FINAL final
141
+ #endif
142
+
143
+ // Before ICU 65, function-like, multi-statement ICU macros were just defined as
144
+ // series of statements wrapped in { } blocks and the caller could choose to
145
+ // either treat them as if they were actual functions and end the invocation
146
+ // with a trailing ; creating an empty statement after the block or else omit
147
+ // this trailing ; using the knowledge that the macro would expand to { }.
148
+ //
149
+ // But doing so doesn't work well with macros that look like functions and
150
+ // compiler warnings about empty statements (ICU-20601) and ICU 65 therefore
151
+ // switches to the standard solution of wrapping such macros in do { } while.
152
+ //
153
+ // This will however break existing code that depends on being able to invoke
154
+ // these macros without a trailing ; so to be able to remain compatible with
155
+ // such code the wrapper is itself defined as macros so that it's possible to
156
+ // build ICU 65 and later with the old macro behaviour, like this:
157
+ //
158
+ // CPPFLAGS='-DUPRV_BLOCK_MACRO_BEGIN="" -DUPRV_BLOCK_MACRO_END=""'
159
+ // runConfigureICU ...
160
+
161
+ /**
162
+ * \def UPRV_BLOCK_MACRO_BEGIN
163
+ * Defined as the "do" keyword by default.
164
+ * @internal
165
+ */
166
+ #ifndef UPRV_BLOCK_MACRO_BEGIN
167
+ #define UPRV_BLOCK_MACRO_BEGIN do
168
+ #endif
169
+
170
+ /**
171
+ * \def UPRV_BLOCK_MACRO_END
172
+ * Defined as "while (FALSE)" by default.
173
+ * @internal
174
+ */
175
+ #ifndef UPRV_BLOCK_MACRO_END
176
+ #define UPRV_BLOCK_MACRO_END while (FALSE)
177
+ #endif
178
+
179
+ /*==========================================================================*/
180
+ /* limits for int32_t etc., like in POSIX inttypes.h */
181
+ /*==========================================================================*/
182
+
183
+ #ifndef INT8_MIN
184
+ /** The smallest value an 8 bit signed integer can hold @stable ICU 2.0 */
185
+ # define INT8_MIN ((int8_t)(-128))
186
+ #endif
187
+ #ifndef INT16_MIN
188
+ /** The smallest value a 16 bit signed integer can hold @stable ICU 2.0 */
189
+ # define INT16_MIN ((int16_t)(-32767-1))
190
+ #endif
191
+ #ifndef INT32_MIN
192
+ /** The smallest value a 32 bit signed integer can hold @stable ICU 2.0 */
193
+ # define INT32_MIN ((int32_t)(-2147483647-1))
194
+ #endif
195
+
196
+ #ifndef INT8_MAX
197
+ /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
198
+ # define INT8_MAX ((int8_t)(127))
199
+ #endif
200
+ #ifndef INT16_MAX
201
+ /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
202
+ # define INT16_MAX ((int16_t)(32767))
203
+ #endif
204
+ #ifndef INT32_MAX
205
+ /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
206
+ # define INT32_MAX ((int32_t)(2147483647))
207
+ #endif
208
+
209
+ #ifndef UINT8_MAX
210
+ /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
211
+ # define UINT8_MAX ((uint8_t)(255U))
212
+ #endif
213
+ #ifndef UINT16_MAX
214
+ /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
215
+ # define UINT16_MAX ((uint16_t)(65535U))
216
+ #endif
217
+ #ifndef UINT32_MAX
218
+ /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
219
+ # define UINT32_MAX ((uint32_t)(4294967295U))
220
+ #endif
221
+
222
+ #if defined(U_INT64_T_UNAVAILABLE)
223
+ # error int64_t is required for decimal format and rule-based number format.
224
+ #else
225
+ # ifndef INT64_C
226
+ /**
227
+ * Provides a platform independent way to specify a signed 64-bit integer constant.
228
+ * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
229
+ * @stable ICU 2.8
230
+ */
231
+ # define INT64_C(c) c ## LL
232
+ # endif
233
+ # ifndef UINT64_C
234
+ /**
235
+ * Provides a platform independent way to specify an unsigned 64-bit integer constant.
236
+ * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
237
+ * @stable ICU 2.8
238
+ */
239
+ # define UINT64_C(c) c ## ULL
240
+ # endif
241
+ # ifndef U_INT64_MIN
242
+ /** The smallest value a 64 bit signed integer can hold @stable ICU 2.8 */
243
+ # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
244
+ # endif
245
+ # ifndef U_INT64_MAX
246
+ /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
247
+ # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
248
+ # endif
249
+ # ifndef U_UINT64_MAX
250
+ /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
251
+ # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
252
+ # endif
253
+ #endif
254
+
255
+ /*==========================================================================*/
256
+ /* Boolean data type */
257
+ /*==========================================================================*/
258
+
259
+ /** The ICU boolean type @stable ICU 2.0 */
260
+ typedef int8_t UBool;
261
+
262
+ #ifndef TRUE
263
+ /** The TRUE value of a UBool @stable ICU 2.0 */
264
+ # define TRUE 1
265
+ #endif
266
+ #ifndef FALSE
267
+ /** The FALSE value of a UBool @stable ICU 2.0 */
268
+ # define FALSE 0
269
+ #endif
270
+
271
+
272
+ /*==========================================================================*/
273
+ /* Unicode data types */
274
+ /*==========================================================================*/
275
+
276
+ /* wchar_t-related definitions -------------------------------------------- */
277
+
278
+ /*
279
+ * \def U_WCHAR_IS_UTF16
280
+ * Defined if wchar_t uses UTF-16.
281
+ *
282
+ * @stable ICU 2.0
283
+ */
284
+ /*
285
+ * \def U_WCHAR_IS_UTF32
286
+ * Defined if wchar_t uses UTF-32.
287
+ *
288
+ * @stable ICU 2.0
289
+ */
290
+ #if !defined(U_WCHAR_IS_UTF16) && !defined(U_WCHAR_IS_UTF32)
291
+ # ifdef __STDC_ISO_10646__
292
+ # if (U_SIZEOF_WCHAR_T==2)
293
+ # define U_WCHAR_IS_UTF16
294
+ # elif (U_SIZEOF_WCHAR_T==4)
295
+ # define U_WCHAR_IS_UTF32
296
+ # endif
297
+ # elif defined __UCS2__
298
+ # if (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400) && (U_SIZEOF_WCHAR_T==2)
299
+ # define U_WCHAR_IS_UTF16
300
+ # endif
301
+ # elif defined(__UCS4__) || (U_PLATFORM == U_PF_OS400 && defined(__UTF32__))
302
+ # if (U_SIZEOF_WCHAR_T==4)
303
+ # define U_WCHAR_IS_UTF32
304
+ # endif
305
+ # elif U_PLATFORM_IS_DARWIN_BASED || (U_SIZEOF_WCHAR_T==4 && U_PLATFORM_IS_LINUX_BASED)
306
+ # define U_WCHAR_IS_UTF32
307
+ # elif U_PLATFORM_HAS_WIN32_API
308
+ # define U_WCHAR_IS_UTF16
309
+ # endif
310
+ #endif
311
+
312
+ /* UChar and UChar32 definitions -------------------------------------------- */
313
+
314
+ /** Number of bytes in a UChar. @stable ICU 2.0 */
315
+ #define U_SIZEOF_UCHAR 2
316
+
317
+ /**
318
+ * \def U_CHAR16_IS_TYPEDEF
319
+ * If 1, then char16_t is a typedef and not a real type (yet)
320
+ * @internal
321
+ */
322
+ #if (U_PLATFORM == U_PF_AIX) && defined(__cplusplus) &&(U_CPLUSPLUS_VERSION < 11)
323
+ // for AIX, uchar.h needs to be included
324
+ # include <uchar.h>
325
+ # define U_CHAR16_IS_TYPEDEF 1
326
+ #elif defined(_MSC_VER) && (_MSC_VER < 1900)
327
+ // Versions of Visual Studio/MSVC below 2015 do not support char16_t as a real type,
328
+ // and instead use a typedef. https://msdn.microsoft.com/library/bb531344.aspx
329
+ # define U_CHAR16_IS_TYPEDEF 1
330
+ #else
331
+ # define U_CHAR16_IS_TYPEDEF 0
332
+ #endif
333
+
334
+
335
+ /**
336
+ * \var UChar
337
+ *
338
+ * The base type for UTF-16 code units and pointers.
339
+ * Unsigned 16-bit integer.
340
+ * Starting with ICU 59, C++ API uses char16_t directly, while C API continues to use UChar.
341
+ *
342
+ * UChar is configurable by defining the macro UCHAR_TYPE
343
+ * on the preprocessor or compiler command line:
344
+ * -DUCHAR_TYPE=uint16_t or -DUCHAR_TYPE=wchar_t (if U_SIZEOF_WCHAR_T==2) etc.
345
+ * (The UCHAR_TYPE can also be \#defined earlier in this file, for outside the ICU library code.)
346
+ * This is for transitional use from application code that uses uint16_t or wchar_t for UTF-16.
347
+ *
348
+ * The default is UChar=char16_t.
349
+ *
350
+ * C++11 defines char16_t as bit-compatible with uint16_t, but as a distinct type.
351
+ *
352
+ * In C, char16_t is a simple typedef of uint_least16_t.
353
+ * ICU requires uint_least16_t=uint16_t for data memory mapping.
354
+ * On macOS, char16_t is not available because the uchar.h standard header is missing.
355
+ *
356
+ * @stable ICU 4.4
357
+ */
358
+
359
+ #if 1
360
+ // #if 1 is normal. UChar defaults to char16_t in C++.
361
+ // For configuration testing of UChar=uint16_t temporarily change this to #if 0.
362
+ // The intltest Makefile #defines UCHAR_TYPE=char16_t,
363
+ // so we only #define it to uint16_t if it is undefined so far.
364
+ #elif !defined(UCHAR_TYPE)
365
+ # define UCHAR_TYPE uint16_t
366
+ #endif
367
+
368
+ #if defined(U_COMBINED_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) || \
369
+ defined(U_I18N_IMPLEMENTATION) || defined(U_IO_IMPLEMENTATION)
370
+ // Inside the ICU library code, never configurable.
371
+ typedef char16_t UChar;
372
+ #elif defined(UCHAR_TYPE)
373
+ typedef UCHAR_TYPE UChar;
374
+ #elif defined(__cplusplus)
375
+ typedef char16_t UChar;
376
+ #else
377
+ typedef uint16_t UChar;
378
+ #endif
379
+
380
+ /**
381
+ * \var OldUChar
382
+ * Default ICU 58 definition of UChar.
383
+ * A base type for UTF-16 code units and pointers.
384
+ * Unsigned 16-bit integer.
385
+ *
386
+ * Define OldUChar to be wchar_t if that is 16 bits wide.
387
+ * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
388
+ *
389
+ * This makes the definition of OldUChar platform-dependent
390
+ * but allows direct string type compatibility with platforms with
391
+ * 16-bit wchar_t types.
392
+ *
393
+ * This is how UChar was defined in ICU 58, for transition convenience.
394
+ * Exception: ICU 58 UChar was defined to UCHAR_TYPE if that macro was defined.
395
+ * The current UChar responds to UCHAR_TYPE but OldUChar does not.
396
+ *
397
+ * @stable ICU 59
398
+ */
399
+ #if U_SIZEOF_WCHAR_T==2
400
+ typedef wchar_t OldUChar;
401
+ #elif defined(__CHAR16_TYPE__)
402
+ typedef __CHAR16_TYPE__ OldUChar;
403
+ #else
404
+ typedef uint16_t OldUChar;
405
+ #endif
406
+
407
+ /**
408
+ * Define UChar32 as a type for single Unicode code points.
409
+ * UChar32 is a signed 32-bit integer (same as int32_t).
410
+ *
411
+ * The Unicode code point range is 0..0x10ffff.
412
+ * All other values (negative or >=0x110000) are illegal as Unicode code points.
413
+ * They may be used as sentinel values to indicate "done", "error"
414
+ * or similar non-code point conditions.
415
+ *
416
+ * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
417
+ * to be wchar_t if that is 32 bits wide (wchar_t may be signed or unsigned)
418
+ * or else to be uint32_t.
419
+ * That is, the definition of UChar32 was platform-dependent.
420
+ *
421
+ * @see U_SENTINEL
422
+ * @stable ICU 2.4
423
+ */
424
+ typedef int32_t UChar32;
425
+
426
+ /**
427
+ * This value is intended for sentinel values for APIs that
428
+ * (take or) return single code points (UChar32).
429
+ * It is outside of the Unicode code point range 0..0x10ffff.
430
+ *
431
+ * For example, a "done" or "error" value in a new API
432
+ * could be indicated with U_SENTINEL.
433
+ *
434
+ * ICU APIs designed before ICU 2.4 usually define service-specific "done"
435
+ * values, mostly 0xffff.
436
+ * Those may need to be distinguished from
437
+ * actual U+ffff text contents by calling functions like
438
+ * CharacterIterator::hasNext() or UnicodeString::length().
439
+ *
440
+ * @return -1
441
+ * @see UChar32
442
+ * @stable ICU 2.4
443
+ */
444
+ #define U_SENTINEL (-1)
445
+
446
+ #include "unicode/urename.h"
447
+
448
+ #endif
@@ -0,0 +1 @@
1
+ // This file must exist in order for `utf8.h` and `utf16.h` to be used.