Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch proposes removing the
browserify
example for the following reasons:browserify
release was almost two years ago, according to both https://github.com/browserify/browserify/releases and https://www.npmjs.com/package/browserify?activeTab=versionsbrowserify
doesn't support modern and up-to-date JavaScript features, as evident from e.g. issue examples/browserify broken #14731 and multiple issues found in https://github.com/browserify/browserify/issuesbrowserify
example is most likely not very commonly used, judging by the very low volume of issues/PRs related to it. Looking at thegit
history of that example the only changes have been lint- or maintenance-related.[1]browserify
in the PDF.js project, it's also quite difficult to provide support for the example.[1] It's interesting to compare with the
webpack
example, since that's generated both issues and also PRs (for missing features) from users.