Skip to content

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