Skip to content

Add includeCore and includeNonExisting options#165

Closed
yuyaryshev wants to merge 9 commits intodependents:mainfrom
yuyaryshev:main
Closed

Add includeCore and includeNonExisting options#165
yuyaryshev wants to merge 9 commits intodependents:mainfrom
yuyaryshev:main

Conversation

@yuyaryshev
Copy link
Copy Markdown

  • 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
@XhmikosR
Copy link
Copy Markdown
Member

Feel free to recreate after adapting tests to the new conventions and CC me. I'm still unsure if this should land, though.

@XhmikosR XhmikosR closed this Apr 18, 2026
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