Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing import extension, check with lint #4795

Merged
merged 1 commit into from Oct 29, 2022

Commits on Oct 28, 2022

  1. Add missing import extension, check with lint

    Some pure-ESM processors (eg, `tsc` with `moduleResolution: 'nodenext')
    require extensions on all imports. ardatan#4778 added two import-less
    extensions. This PR fixes them and adds linting (from an
    already-installed plugin) to catch future errors. Test execution does
    not appear to require these extensions so we only check non-test files
    (there's another 17 errors to fix if you want to check tests too).
    glasser committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a6667cd View commit details
    Browse the repository at this point in the history