Skip to content

Conversation

@niksy
Copy link
Owner

@niksy niksy commented Nov 20, 2024

@niksy niksy self-assigned this Nov 20, 2024
@niksy
Copy link
Owner Author

niksy commented Nov 20, 2024

Maybe we should also cover changes from defunctzombie/node-process#80?

@niksy niksy force-pushed the proxy-process branch 6 times, most recently from c565544 to e37fa62 Compare November 21, 2024 09:56
@niksy niksy merged commit d8c0a0e into master Nov 21, 2024
6 checks passed
@niksy niksy deleted the proxy-process branch November 21, 2024 10:09
const path = resolvePath('path-browserify');
const punycode = resolvePath('punycode/');
const _process = resolvePath('process/browser.js');
const _process = resolvePath('./proxy/process').replace('.js', '');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for the replace? It breaks this package when used in a projected which defined "type": "module" in its package.json 👀

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 this pull request may close these issues.

process polyfill is missing methods

2 participants