ruby/lib/prism/translation/parser
Koichi ITO 7a1a572428 [ruby/prism] Use `require_relative` in the Prism codebase
If there are many searches in the `$LOAD_PATH` in the user environment,
require will perform unnecessary searches that are not needed.
In contrast, `require_relative` is efficient because it uses a relative path.

https://github.com/ruby/prism/commit/438ccc67bd
2024-03-18 16:12:49 +00:00
..
compiler.rb [ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Parser` 2024-03-15 12:31:40 +00:00
lexer.rb [ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer` 2024-03-16 17:55:38 +00:00
rubocop.rb [ruby/prism] Use `require_relative` in the Prism codebase 2024-03-18 16:12:49 +00:00