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

Add includeCore and includeNonExisting options #165

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

yuyaryshev
Copy link

  • Added includeNonExisting if true include unresolved dependencies, they will be prefixed with ':!EXISTS: '
  • Added includeCore to include core modules (for example: "fs"), they will also be prefixed with ':!EXISTS: ' (because they don't really exist in filesystem)

The WHY:

  • Because I want to know which of dependend packages use Node.js core modules and thus require polyfilling or can't be used inside browser.

…hey will be prefixed with ':!EXISTS: '

- Added includeCore to include core modules (for example: "fs"), they will also be prefixed with ':!EXISTS: ' (because they don't really exist in filesystem)

The WHY:
- Because I want to know which of dependend packages use Node.js core modules and thus require polyfilling or can't be used inside browser.
@XhmikosR XhmikosR changed the title - Added includeCore and includeNonExisting options Add includeCore and includeNonExisting options Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants