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

[Generated by cli] Potential redudant packages that are not covered by nolyfill #24

Closed
antfu opened this issue Sep 5, 2023 · 1 comment · Fixed by #44
Closed

[Generated by cli] Potential redudant packages that are not covered by nolyfill #24

antfu opened this issue Sep 5, 2023 · 1 comment · Fixed by #44

Comments

@antfu
Copy link
Collaborator

antfu commented Sep 5, 2023

call-bind

$ pnpm why call-bind

stdout

Legend: production dependency, optional only, dev only

devDependencies:
@nuxt/devtools 0.8.1
├─┬ @nuxt/devtools-wizard 0.8.1
│ └─┬ magicast 0.2.10
│   └─┬ recast 0.23.3
│     └─┬ assert 2.0.0
│       └─┬ is-nan 1.3.2
│         └── call-bind 1.0.2
└─┬ magicast 0.2.10
  └─┬ recast 0.23.3
    └─┬ assert 2.0.0
      └─┬ is-nan 1.3.2
        └── call-bind 1.0.2

@SukkaW
Copy link
Owner

SukkaW commented Sep 6, 2023

The target package should be is-nan. After is-nan is replaced, the call-bind can be avoided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants