Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

convert file ext to lowercase for format detection #2121

Merged
merged 3 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. convert file ext to lowercase for format detection

    To ensure proper file format detection with case-insensitive file
    systems.
    ryenus committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5709864 View commit details
    Browse the repository at this point in the history
  2. use filepath.Ext for more reliable file ext detection

    especially for paths like index.js/foo
    ryenus committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0e7f9ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6298fe0 View commit details
    Browse the repository at this point in the history