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

Adding support for _third_party_main.js #33

Merged
merged 1 commit into from Aug 30, 2022

Conversation

nromito
Copy link
Contributor

@nromito nromito commented Aug 29, 2022

support was removed in v15 and beyond. Resolves #21

The approach here is to patch the node source code to add back the support that was removed in this PR nodejs/node#33971 for this issue nodejs/node#24017

There's just two simple patches that need applying to re-enable support

- support was removed in v15 and beyond
@ledbit ledbit merged commit 4b34a0d into criblio:master Aug 30, 2022
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.

_third_party_main.js is being deprecated in Node 15.x+
2 participants