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

fix(core): determine if a module is a builtin using module.isBuiltin #5997

Merged
merged 12 commits into from
Aug 25, 2024

Commits on Feb 8, 2024

  1. fix: support both of process and node:process

    e.g. This plugin cannot access the package referenced via node:process which is neither a builtin, nor an exposed entry
    zouguangxian committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    58a7866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e711ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d354ab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4b82327 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update Configuration.ts

    arcanis authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7cd908b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f643ded View commit details
    Browse the repository at this point in the history
  3. Update Configuration.ts

    arcanis authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0186ad0 View commit details
    Browse the repository at this point in the history
  4. Update plugins.test.ts

    arcanis authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ff344bd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    eff9f81 View commit details
    Browse the repository at this point in the history
  2. chore: update versions

    merceyz committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    4b09860 View commit details
    Browse the repository at this point in the history
  3. chore: lint

    merceyz committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5db128a View commit details
    Browse the repository at this point in the history
  4. test: fix syntax error

    merceyz committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    85b3e2f View commit details
    Browse the repository at this point in the history