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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow importing .cjs files #25426

Merged
merged 12 commits into from
Sep 5, 2024
Merged

Commits on Sep 4, 2024

  1. feat: Allow importing .cjs files

    This commit adds support for executing top-level `.cjs` files, as well
    as import `.cjs` files from within npm packages.
    
    Co-Authored-By: Luca Casonato <[email protected]>
    bartlomieju and lucacasonato committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e85ad48 View commit details
    Browse the repository at this point in the history
  2. remove unneeded test

    bartlomieju committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e2ae435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23820fd View commit details
    Browse the repository at this point in the history
  4. lint

    bartlomieju committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    adaf644 View commit details
    Browse the repository at this point in the history
  5. fix windows

    bartlomieju committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c6145e6 View commit details
    Browse the repository at this point in the history
  6. cast to file url

    bartlomieju committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    243e81f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24e7b47 View commit details
    Browse the repository at this point in the history
  8. Update tools/lint.js

    Signed-off-by: David Sherret <[email protected]>
    dsherret authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1f7d510 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into import_cjs

    Signed-off-by: David Sherret <[email protected]>
    dsherret authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f1fe1bd View commit details
    Browse the repository at this point in the history
  10. fix package.json

    bartlomieju committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    37129e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    293aadb View commit details
    Browse the repository at this point in the history
  2. David's review

    bartlomieju committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1571705 View commit details
    Browse the repository at this point in the history