@appthreat/atom-parsetools 1.0.12 → 1.0.13

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 (308) hide show
  1. package/package.json +4 -4
  2. package/plugins/autoload.php +1 -1
  3. package/plugins/bin/ruby_ast_gen +1 -1
  4. package/plugins/composer/autoload_classmap.php +4 -0
  5. package/plugins/composer/autoload_real.php +4 -4
  6. package/plugins/composer/autoload_static.php +8 -4
  7. package/plugins/composer/installed.json +8 -8
  8. package/plugins/composer/installed.php +9 -9
  9. package/plugins/nikic/php-parser/composer.json +1 -1
  10. package/plugins/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php +3 -0
  11. package/plugins/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php +4 -0
  12. package/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/PipeOperatorEmulator.php +45 -0
  13. package/plugins/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/VoidCastEmulator.php +98 -0
  14. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php +5 -1
  15. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pipe.php +15 -0
  16. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php +25 -0
  17. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php +4 -0
  18. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php +4 -0
  19. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php +4 -0
  20. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Void_.php +11 -0
  21. package/plugins/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php +5 -1
  22. package/plugins/nikic/php-parser/lib/PhpParser/Node/Param.php +5 -1
  23. package/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php +5 -1
  24. package/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php +5 -1
  25. package/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php +5 -1
  26. package/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php +5 -1
  27. package/plugins/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php +1 -1
  28. package/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php +5 -1
  29. package/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php +5 -1
  30. package/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php +5 -1
  31. package/plugins/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php +5 -1
  32. package/plugins/nikic/php-parser/lib/PhpParser/Parser/Php7.php +1396 -1273
  33. package/plugins/nikic/php-parser/lib/PhpParser/Parser/Php8.php +1390 -1295
  34. package/plugins/nikic/php-parser/lib/PhpParser/ParserAbstract.php +28 -1
  35. package/plugins/nikic/php-parser/lib/PhpParser/PhpVersion.php +1 -1
  36. package/plugins/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php +8 -0
  37. package/plugins/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php +7 -2
  38. package/plugins/nikic/php-parser/lib/PhpParser/compatibility_tokens.php +3 -0
  39. package/plugins/rubyastgen/Gemfile +3 -3
  40. package/plugins/rubyastgen/Gemfile.lock +7 -7
  41. package/plugins/rubyastgen/bundle/bundler/setup.rb +4 -4
  42. package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/ruby_ast_gen-e7cf7549b7ea/Gemfile +11 -0
  43. package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/lib/ruby_ast_gen/version.rb +1 -1
  44. package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/ruby_ast_gen.gemspec +2 -2
  45. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{prism-1.4.0 → prism-1.6.0}/gem_make.out +13 -13
  46. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{prism-1.4.0 → prism-1.6.0}/mkmf.log +8 -8
  47. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.6.0/prism/prism.so +0 -0
  48. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out +6 -6
  49. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/racc/cparse.so +0 -0
  50. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/current.rb +2 -2
  51. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/version.rb +1 -1
  52. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/CHANGELOG.md +51 -1
  53. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/Makefile +4 -2
  54. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/README.md +2 -0
  55. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/config.yml +266 -38
  56. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/design.md +2 -2
  57. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/docs/parser_translation.md +24 -0
  58. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/releasing.md +5 -24
  59. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/ripper_translation.md +1 -1
  60. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/Makefile +4 -4
  61. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/api_node.c +2 -0
  62. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/extension.c +25 -3
  63. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/extension.h +1 -1
  64. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/ast.h +306 -50
  65. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/diagnostic.h +5 -0
  66. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/options.h +43 -3
  67. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/regexp.h +2 -2
  68. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_buffer.h +8 -0
  69. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_integer.h +4 -0
  70. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_list.h +6 -0
  71. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_string.h +12 -2
  72. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/version.h +2 -2
  73. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism.h +39 -14
  74. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/compiler.rb +801 -0
  75. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/desugar_compiler.rb +1 -0
  76. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/dispatcher.rb +16 -0
  77. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/dot_visitor.rb +5 -1
  78. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/dsl.rb +3 -0
  79. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/ffi.rb +25 -9
  80. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/inspect_visitor.rb +3 -0
  81. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/lex_compat.rb +1 -0
  82. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/mutation_compiler.rb +3 -0
  83. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/node.rb +507 -336
  84. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/node_ext.rb +4 -1
  85. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/pack.rb +2 -0
  86. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/parse_result/comments.rb +1 -0
  87. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/parse_result/errors.rb +1 -0
  88. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/parse_result/newlines.rb +1 -0
  89. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/parse_result.rb +1 -0
  90. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/pattern.rb +1 -0
  91. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/polyfill/scan_byte.rb +14 -0
  92. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/polyfill/warn.rb +36 -0
  93. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/prism.so +0 -0
  94. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/reflection.rb +3 -0
  95. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/relocation.rb +1 -0
  96. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/serialize.rb +25 -19
  97. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/string_query.rb +1 -0
  98. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser/builder.rb +1 -0
  99. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser/compiler.rb +47 -25
  100. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser/lexer.rb +29 -21
  101. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser.rb +21 -2
  102. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser33.rb +1 -0
  103. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser34.rb +1 -0
  104. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/parser35.rb +1 -0
  105. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/translation/parser_current.rb +24 -0
  106. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/ripper/sexp.rb +1 -0
  107. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/ripper.rb +17 -1
  108. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/ruby_parser.rb +287 -4
  109. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation.rb +2 -0
  110. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/lib/prism/visitor.rb +813 -0
  111. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism.rb +23 -0
  112. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/prism.gemspec +5 -1
  113. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/dsl.rbi +3 -3
  114. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/node.rbi +21 -9
  115. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/dispatcher.rbs +3 -0
  116. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/dsl.rbs +3 -3
  117. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/node.rbs +444 -30
  118. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/sig/prism/node_ext.rbs +149 -0
  119. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.6.0/sig/prism/parse_result/comments.rbs +38 -0
  120. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/parse_result.rbs +4 -0
  121. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/reflection.rbs +1 -1
  122. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism.rbs +4 -0
  123. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/diagnostic.c +9 -1
  124. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/node.c +2 -0
  125. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/options.c +2 -2
  126. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/prettyprint.c +2 -0
  127. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/prism.c +324 -147
  128. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/serialize.c +2 -0
  129. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/token_type.c +36 -34
  130. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_string.c +6 -8
  131. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +3 -3
  132. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
  133. package/plugins/rubyastgen/bundle/ruby/3.4.0/specifications/{parser-3.3.8.0.gemspec → parser-3.3.10.0.gemspec} +4 -4
  134. package/plugins/rubyastgen/bundle/ruby/3.4.0/specifications/{prism-1.4.0.gemspec → prism-1.6.0.gemspec} +4 -4
  135. package/rbastgen.js +1 -1
  136. package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/ruby_ast_gen-8738b155eb4f/Gemfile +0 -11
  137. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/prism-1.4.0/prism/prism.so +0 -0
  138. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.4.0/docs/parser_translation.md +0 -39
  139. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.4.0/lib/prism/compiler.rb +0 -496
  140. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.4.0/lib/prism/prism.so +0 -0
  141. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.4.0/lib/prism/visitor.rb +0 -508
  142. package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/prism-1.4.0/sig/prism/node_ext.rbs +0 -82
  143. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/.rspec +0 -0
  144. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/LICENSE.txt +0 -0
  145. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/README.md +0 -0
  146. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/Rakefile +0 -0
  147. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/bin/console +0 -0
  148. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/bin/setup +0 -0
  149. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/exe/ruby_ast_gen +0 -0
  150. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/lib/ruby_ast_gen/node_handling.rb +0 -0
  151. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/lib/ruby_ast_gen.rb +0 -0
  152. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/spec/ruby_ast_gen_spec.rb +0 -0
  153. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/spec/spec_helper.rb +0 -0
  154. /package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/{ruby_ast_gen-8738b155eb4f → ruby_ast_gen-e7cf7549b7ea}/update_version.rb +0 -0
  155. /package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/{prism-1.4.0 → prism-1.6.0}/gem.build_complete +0 -0
  156. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/LICENSE.txt +0 -0
  157. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/bin/ruby-parse +0 -0
  158. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/bin/ruby-rewrite +0 -0
  159. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/gauntlet_parser.rb +0 -0
  160. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/all.rb +0 -0
  161. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ast/node.rb +0 -0
  162. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ast/processor.rb +0 -0
  163. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/base.rb +0 -0
  164. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/builders/default.rb +0 -0
  165. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/clobbering_error.rb +0 -0
  166. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/color.rb +0 -0
  167. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/context.rb +0 -0
  168. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/current_arg_stack.rb +0 -0
  169. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/deprecation.rb +0 -0
  170. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/diagnostic/engine.rb +0 -0
  171. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/diagnostic.rb +0 -0
  172. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer/dedenter.rb +0 -0
  173. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer/explanation.rb +0 -0
  174. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer/literal.rb +0 -0
  175. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer/stack_state.rb +0 -0
  176. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer-F0.rb +0 -0
  177. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer-F1.rb +0 -0
  178. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/lexer-strings.rb +0 -0
  179. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/macruby.rb +0 -0
  180. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/max_numparam_stack.rb +0 -0
  181. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/messages.rb +0 -0
  182. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/meta.rb +0 -0
  183. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/rewriter.rb +0 -0
  184. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby18.rb +0 -0
  185. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby19.rb +0 -0
  186. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby20.rb +0 -0
  187. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby21.rb +0 -0
  188. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby22.rb +0 -0
  189. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby23.rb +0 -0
  190. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby24.rb +0 -0
  191. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby25.rb +0 -0
  192. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby26.rb +0 -0
  193. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby27.rb +0 -0
  194. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby30.rb +0 -0
  195. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby31.rb +0 -0
  196. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby32.rb +0 -0
  197. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby33.rb +0 -0
  198. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/ruby34.rb +0 -0
  199. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/rubymotion.rb +0 -0
  200. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/runner/ruby_parse.rb +0 -0
  201. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  202. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/runner.rb +0 -0
  203. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/buffer.rb +0 -0
  204. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/comment/associator.rb +0 -0
  205. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/comment.rb +0 -0
  206. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/collection.rb +0 -0
  207. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/condition.rb +0 -0
  208. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/constant.rb +0 -0
  209. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/definition.rb +0 -0
  210. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/for.rb +0 -0
  211. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/heredoc.rb +0 -0
  212. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/index.rb +0 -0
  213. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/keyword.rb +0 -0
  214. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/method_definition.rb +0 -0
  215. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  216. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/operator.rb +0 -0
  217. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/rescue_body.rb +0 -0
  218. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/send.rb +0 -0
  219. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/ternary.rb +0 -0
  220. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map/variable.rb +0 -0
  221. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/map.rb +0 -0
  222. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/range.rb +0 -0
  223. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/rewriter/action.rb +0 -0
  224. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/rewriter.rb +0 -0
  225. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  226. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/source/tree_rewriter.rb +0 -0
  227. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/static_environment.rb +0 -0
  228. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/syntax_error.rb +0 -0
  229. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/tree_rewriter.rb +0 -0
  230. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
  231. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser/variables_stack.rb +0 -0
  232. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/lib/parser.rb +0 -0
  233. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.10.0}/parser.gemspec +0 -0
  234. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/BSDmakefile +0 -0
  235. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/CODE_OF_CONDUCT.md +0 -0
  236. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/CONTRIBUTING.md +0 -0
  237. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/LICENSE.md +0 -0
  238. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/build_system.md +0 -0
  239. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/configuration.md +0 -0
  240. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/cruby_compilation.md +0 -0
  241. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/encoding.md +0 -0
  242. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/fuzzing.md +0 -0
  243. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/heredocs.md +0 -0
  244. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/javascript.md +0 -0
  245. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/local_variable_depth.md +0 -0
  246. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/mapping.md +0 -0
  247. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/parsing_rules.md +0 -0
  248. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/relocation.md +0 -0
  249. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/ruby_api.md +0 -0
  250. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/ruby_parser_translation.md +0 -0
  251. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/serialization.md +0 -0
  252. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/docs/testing.md +0 -0
  253. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/api_pack.c +0 -0
  254. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/ext/prism/extconf.rb +0 -0
  255. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/defines.h +0 -0
  256. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/encoding.h +0 -0
  257. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/node.h +0 -0
  258. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/pack.h +0 -0
  259. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/parser.h +0 -0
  260. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/prettyprint.h +0 -0
  261. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/static_literals.h +0 -0
  262. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_char.h +0 -0
  263. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_constant_pool.h +0 -0
  264. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_memchr.h +0 -0
  265. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_newline_list.h +0 -0
  266. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_strncasecmp.h +0 -0
  267. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/include/prism/util/pm_strpbrk.h +0 -0
  268. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/polyfill/append_as_bytes.rb +0 -0
  269. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/polyfill/byteindex.rb +0 -0
  270. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/polyfill/unpack1.rb +0 -0
  271. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/lib/prism/translation/ripper/shim.rb +0 -0
  272. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/compiler.rbi +0 -0
  273. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/inspect_visitor.rbi +0 -0
  274. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/node_ext.rbi +0 -0
  275. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/parse_result.rbi +0 -0
  276. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/reflection.rbi +0 -0
  277. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/string_query.rbi +0 -0
  278. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/translation/parser.rbi +0 -0
  279. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/translation/parser33.rbi +0 -0
  280. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/translation/parser34.rbi +0 -0
  281. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/translation/parser35.rbi +0 -0
  282. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/translation/ripper.rbi +0 -0
  283. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism/visitor.rbi +0 -0
  284. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/rbi/prism.rbi +0 -0
  285. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/compiler.rbs +0 -0
  286. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/dot_visitor.rbs +0 -0
  287. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/inspect_visitor.rbs +0 -0
  288. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/lex_compat.rbs +0 -0
  289. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/mutation_compiler.rbs +0 -0
  290. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/pack.rbs +0 -0
  291. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/pattern.rbs +0 -0
  292. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/relocation.rbs +0 -0
  293. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/serialize.rbs +0 -0
  294. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/string_query.rbs +0 -0
  295. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/sig/prism/visitor.rbs +0 -0
  296. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/encoding.c +0 -0
  297. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/pack.c +0 -0
  298. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/regexp.c +0 -0
  299. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/static_literals.c +0 -0
  300. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_buffer.c +0 -0
  301. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_char.c +0 -0
  302. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_constant_pool.c +0 -0
  303. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_integer.c +0 -0
  304. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_list.c +0 -0
  305. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_memchr.c +0 -0
  306. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_newline_list.c +0 -0
  307. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_strncasecmp.c +0 -0
  308. /package/plugins/rubyastgen/bundle/ruby/3.4.0/gems/{prism-1.4.0 → prism-1.6.0}/src/util/pm_strpbrk.c +0 -0
@@ -0,0 +1,149 @@
1
+ module Prism
2
+ class Node
3
+ def deprecated: (*String replacements) -> void
4
+ end
5
+
6
+ class InterpolatedMatchLastLineNode < Node
7
+ def options: () -> Integer
8
+ end
9
+
10
+ class InterpolatedRegularExpressionNode < Node
11
+ def options: () -> Integer
12
+ end
13
+
14
+ class MatchLastLineNode < Node
15
+ def options: () -> Integer
16
+ end
17
+
18
+ class RegularExpressionNode < Node
19
+ def options: () -> Integer
20
+ end
21
+
22
+ class InterpolatedStringNode < Node
23
+ def heredoc?: () -> bool
24
+ end
25
+
26
+ class InterpolatedXStringNode < Node
27
+ def heredoc?: () -> bool
28
+ end
29
+
30
+ class StringNode < Node
31
+ def heredoc?: () -> bool
32
+ def to_interpolated: () -> InterpolatedStringNode
33
+ end
34
+
35
+ class XStringNode < Node
36
+ def heredoc?: () -> bool
37
+ def to_interpolated: () -> InterpolatedXStringNode
38
+ end
39
+
40
+ class ImaginaryNode < Node
41
+ def value: () -> Complex
42
+ end
43
+
44
+ class RationalNode < Node
45
+ def value: () -> Rational
46
+ def numeric: () -> (IntegerNode | FloatNode)
47
+ end
48
+
49
+ class ConstantReadNode < Node
50
+ def full_name_parts: () -> Array[Symbol]
51
+ def full_name: () -> String
52
+ end
53
+
54
+ class ConstantWriteNode < Node
55
+ def full_name_parts: () -> Array[Symbol]
56
+ def full_name: () -> String
57
+ end
58
+
59
+ class ConstantPathNode < Node
60
+ class DynamicPartsInConstantPathError < StandardError
61
+ end
62
+
63
+ class MissingNodesInConstantPathError < StandardError
64
+ end
65
+
66
+ def full_name_parts: () -> Array[Symbol]
67
+ def full_name: () -> String
68
+ def child: () -> (ConstantReadNode | MissingNode)
69
+ end
70
+
71
+ class ConstantPathTargetNode < Node
72
+ def full_name_parts: () -> Array[Symbol]
73
+ def full_name: () -> String
74
+ def child: () -> (ConstantReadNode | MissingNode)
75
+ end
76
+
77
+ class ConstantTargetNode < Node
78
+ def full_name_parts: () -> Array[Symbol]
79
+ def full_name: () -> String
80
+ end
81
+
82
+ class ParametersNode < Node
83
+ def signature: () -> Array[[Symbol, Symbol] | [Symbol]]
84
+ end
85
+
86
+ class CallNode < Node
87
+ def full_message_loc: () -> Location?
88
+ end
89
+
90
+ class CallOperatorWriteNode < Node
91
+ def operator: () -> Symbol
92
+ def operator_loc: () -> Location
93
+ end
94
+
95
+ class ClassVariableOperatorWriteNode < Node
96
+ def operator: () -> Symbol
97
+ def operator_loc: () -> Location
98
+ end
99
+
100
+ class ConstantOperatorWriteNode < Node
101
+ def operator: () -> Symbol
102
+ def operator_loc: () -> Location
103
+ end
104
+
105
+ class ConstantPathOperatorWriteNode < Node
106
+ def operator: () -> Symbol
107
+ def operator_loc: () -> Location
108
+ end
109
+
110
+ class GlobalVariableOperatorWriteNode < Node
111
+ def operator: () -> Symbol
112
+ def operator_loc: () -> Location
113
+ end
114
+
115
+ class IndexOperatorWriteNode < Node
116
+ def operator: () -> Symbol
117
+ def operator_loc: () -> Location
118
+ end
119
+
120
+ class InstanceVariableOperatorWriteNode < Node
121
+ def operator: () -> Symbol
122
+ def operator_loc: () -> Location
123
+ end
124
+
125
+ class LocalVariableOperatorWriteNode < Node
126
+ def operator: () -> Symbol
127
+ def operator_loc: () -> Location
128
+ end
129
+
130
+ class CaseMatchNode < Node
131
+ def consequent: () -> ElseNode?
132
+ end
133
+
134
+ class CaseNode < Node
135
+ def consequent: () -> ElseNode?
136
+ end
137
+
138
+ class IfNode < Node
139
+ def consequent: () -> (ElseNode | IfNode | nil)
140
+ end
141
+
142
+ class RescueNode < Node
143
+ def consequent: () -> RescueNode?
144
+ end
145
+
146
+ class UnlessNode < Node
147
+ def consequent: () -> ElseNode?
148
+ end
149
+ end
@@ -0,0 +1,38 @@
1
+ module Prism
2
+ class ParseResult < Result
3
+ class Comments
4
+ interface _Target
5
+ def start_offset: () -> Integer
6
+ def end_offset: () -> Integer
7
+ def encloses?: (comment) -> bool
8
+ def leading_comment: (comment) -> void
9
+ def trailing_comment: (comment) -> void
10
+ end
11
+
12
+ class NodeTarget
13
+ include _Target
14
+
15
+ attr_reader node: node
16
+
17
+ def initialize: (node) -> void
18
+ end
19
+
20
+ class LocationTarget
21
+ include _Target
22
+
23
+ attr_reader location: Location
24
+
25
+ def initialize: (Location location) -> void
26
+ end
27
+
28
+ attr_reader parse_result: ParseResult
29
+
30
+ def initialize: (ParseResult parse_result) -> void
31
+ def attach!: () -> void
32
+
33
+ private
34
+
35
+ def nearest_targets: (node, comment) -> [_Target?, _Target, _Target?]
36
+ end
37
+ end
38
+ end
@@ -24,6 +24,7 @@ module Prism
24
24
  def code_units_offset: (Integer byte_offset, Encoding encoding) -> Integer
25
25
  def code_units_cache: (Encoding encoding) -> _CodeUnitsCache
26
26
  def code_units_column: (Integer byte_offset, Encoding encoding) -> Integer
27
+ def deep_freeze: () -> void
27
28
 
28
29
  def self.for: (String source) -> Source
29
30
  end
@@ -145,6 +146,7 @@ module Prism
145
146
 
146
147
  def initialize: (Array[comment] comments, Array[MagicComment] magic_comments, Location? data_loc, Array[ParseError] errors, Array[ParseWarning] warnings, Source source) -> void
147
148
  def deconstruct_keys: (Array[Symbol]? keys) -> Hash[Symbol, untyped]
149
+ def encoding: () -> Encoding
148
150
  def success?: () -> bool
149
151
  def failure?: () -> bool
150
152
  def code_units_cache: (Encoding encoding) -> _CodeUnitsCache
@@ -155,6 +157,7 @@ module Prism
155
157
 
156
158
  def initialize: (ProgramNode value, Array[comment] comments, Array[MagicComment] magic_comments, Location? data_loc, Array[ParseError] errors, Array[ParseWarning] warnings, Source source) -> void
157
159
  def deconstruct_keys: (Array[Symbol]? keys) -> Hash[Symbol, untyped]
160
+ def errors_format: () -> String
158
161
  end
159
162
 
160
163
  class LexResult < Result
@@ -181,6 +184,7 @@ module Prism
181
184
  def deconstruct_keys: (Array[Symbol]? keys) -> Hash[Symbol, untyped]
182
185
  def pretty_print: (untyped q) -> untyped
183
186
  def ==: (untyped other) -> bool
187
+ def deep_freeze: () -> void
184
188
  end
185
189
 
186
190
  class Scope
@@ -45,6 +45,6 @@ module Prism
45
45
  def initialize: (Symbol name, Array[Symbol] flags) -> void
46
46
  end
47
47
 
48
- def self.fields_for: (node_singleton node) -> Array[Field]
48
+ def self.fields_for: (singleton(Node) node) -> Array[Field]
49
49
  end
50
50
  end
@@ -6,6 +6,10 @@ module Prism
6
6
  BACKEND: :CEXT | :FFI
7
7
  VERSION: String
8
8
 
9
+ class CurrentVersionError < ArgumentError
10
+ def initialize: (String version) -> void
11
+ end
12
+
9
13
  # Methods taking a Ruby source code string:
10
14
 
11
15
  def self.parse: (
@@ -1,3 +1,5 @@
1
+ /* :markup: markdown */
2
+
1
3
  /*----------------------------------------------------------------------------*/
2
4
  /* This file is generated by the templates/template.rb script and should not */
3
5
  /* be modified manually. See */
@@ -8,7 +10,7 @@
8
10
 
9
11
  #include "prism/diagnostic.h"
10
12
 
11
- #define PM_DIAGNOSTIC_ID_MAX 319
13
+ #define PM_DIAGNOSTIC_ID_MAX 322
12
14
 
13
15
  /** This struct holds the data for each diagnostic. */
14
16
  typedef struct {
@@ -152,6 +154,7 @@ static const pm_diagnostic_data_t diagnostic_messages[PM_DIAGNOSTIC_ID_MAX] = {
152
154
  [PM_ERR_CONDITIONAL_WHILE_PREDICATE] = { "expected a predicate expression for the `while` statement", PM_ERROR_LEVEL_SYNTAX },
153
155
  [PM_ERR_CONSTANT_PATH_COLON_COLON_CONSTANT] = { "expected a constant after the `::` operator", PM_ERROR_LEVEL_SYNTAX },
154
156
  [PM_ERR_DEF_ENDLESS] = { "could not parse the endless method body", PM_ERROR_LEVEL_SYNTAX },
157
+ [PM_ERR_DEF_ENDLESS_PARAMETERS] = { "could not parse the endless method parameters", PM_ERROR_LEVEL_SYNTAX },
155
158
  [PM_ERR_DEF_ENDLESS_SETTER] = { "invalid method name; a setter method cannot be defined in an endless method definition", PM_ERROR_LEVEL_SYNTAX },
156
159
  [PM_ERR_DEF_NAME] = { "unexpected %s; expected a method name", PM_ERROR_LEVEL_SYNTAX },
157
160
  [PM_ERR_DEF_PARAMS_TERM] = { "expected a delimiter to close the parameters", PM_ERROR_LEVEL_SYNTAX },
@@ -192,6 +195,8 @@ static const pm_diagnostic_data_t diagnostic_messages[PM_DIAGNOSTIC_ID_MAX] = {
192
195
  [PM_ERR_EXPECT_FOR_DELIMITER] = { "unexpected %s; expected a 'do', newline, or ';' after the 'for' loop collection", PM_ERROR_LEVEL_SYNTAX },
193
196
  [PM_ERR_EXPECT_IDENT_REQ_PARAMETER] = { "expected an identifier for the required parameter", PM_ERROR_LEVEL_SYNTAX },
194
197
  [PM_ERR_EXPECT_IN_DELIMITER] = { "expected a delimiter after the patterns of an `in` clause", PM_ERROR_LEVEL_SYNTAX },
198
+ [PM_ERR_EXPECT_LPAREN_AFTER_NOT_LPAREN] = { "expected a `(` immediately after `not`", PM_ERROR_LEVEL_SYNTAX },
199
+ [PM_ERR_EXPECT_LPAREN_AFTER_NOT_OTHER] = { "expected a `(` after `not`", PM_ERROR_LEVEL_SYNTAX },
195
200
  [PM_ERR_EXPECT_LPAREN_REQ_PARAMETER] = { "expected a `(` to start a required parameter", PM_ERROR_LEVEL_SYNTAX },
196
201
  [PM_ERR_EXPECT_MESSAGE] = { "unexpected %s; expecting a message to send to the receiver", PM_ERROR_LEVEL_SYNTAX },
197
202
  [PM_ERR_EXPECT_RBRACKET] = { "expected a matching `]`", PM_ERROR_LEVEL_SYNTAX },
@@ -478,6 +483,7 @@ pm_diagnostic_id_human(pm_diagnostic_id_t diag_id) {
478
483
  case PM_ERR_CONDITIONAL_WHILE_PREDICATE: return "conditional_while_predicate";
479
484
  case PM_ERR_CONSTANT_PATH_COLON_COLON_CONSTANT: return "constant_path_colon_colon_constant";
480
485
  case PM_ERR_DEF_ENDLESS: return "def_endless";
486
+ case PM_ERR_DEF_ENDLESS_PARAMETERS: return "def_endless_parameters";
481
487
  case PM_ERR_DEF_ENDLESS_SETTER: return "def_endless_setter";
482
488
  case PM_ERR_DEF_NAME: return "def_name";
483
489
  case PM_ERR_DEF_PARAMS_TERM: return "def_params_term";
@@ -519,6 +525,8 @@ pm_diagnostic_id_human(pm_diagnostic_id_t diag_id) {
519
525
  case PM_ERR_EXPECT_FOR_DELIMITER: return "expect_for_delimiter";
520
526
  case PM_ERR_EXPECT_IDENT_REQ_PARAMETER: return "expect_ident_req_parameter";
521
527
  case PM_ERR_EXPECT_IN_DELIMITER: return "expect_in_delimiter";
528
+ case PM_ERR_EXPECT_LPAREN_AFTER_NOT_LPAREN: return "expect_lparen_after_not_lparen";
529
+ case PM_ERR_EXPECT_LPAREN_AFTER_NOT_OTHER: return "expect_lparen_after_not_other";
522
530
  case PM_ERR_EXPECT_LPAREN_REQ_PARAMETER: return "expect_lparen_req_parameter";
523
531
  case PM_ERR_EXPECT_MESSAGE: return "expect_message";
524
532
  case PM_ERR_EXPECT_RBRACKET: return "expect_rbracket";
@@ -1,3 +1,5 @@
1
+ /* :markup: markdown */
2
+
1
3
  /*----------------------------------------------------------------------------*/
2
4
  /* This file is generated by the templates/template.rb script and should not */
3
5
  /* be modified manually. See */
@@ -89,7 +89,7 @@ pm_options_version_set(pm_options_t *options, const char *version, size_t length
89
89
  }
90
90
 
91
91
  if (strncmp(version, "3.5", 3) == 0) {
92
- options->version = PM_OPTIONS_VERSION_LATEST;
92
+ options->version = PM_OPTIONS_VERSION_CRUBY_3_5;
93
93
  return true;
94
94
  }
95
95
 
@@ -108,7 +108,7 @@ pm_options_version_set(pm_options_t *options, const char *version, size_t length
108
108
  }
109
109
 
110
110
  if (strncmp(version, "3.5.", 4) == 0 && is_number(version + 4, length - 4)) {
111
- options->version = PM_OPTIONS_VERSION_LATEST;
111
+ options->version = PM_OPTIONS_VERSION_CRUBY_3_5;
112
112
  return true;
113
113
  }
114
114
  }
@@ -1,3 +1,5 @@
1
+ /* :markup: markdown */
2
+
1
3
  /*----------------------------------------------------------------------------*/
2
4
  /* This file is generated by the templates/template.rb script and should not */
3
5
  /* be modified manually. See */