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

src: remove _third_party_main support #33971

Closed
wants to merge 1 commit into from

Commits on Jun 19, 2020

  1. src: remove _third_party_main support

    Since 7dead84, there is a more official alternative that is
    tested and comes with a proper API, and since a6c57cc, the
    `LoadEnvironment(env)` overload is deprecated, which is the closest
    thing we can achieve to deprecating `_third_party_main` support.
    
    Thus, we can now consider us able to remove `_third_party_main`
    support.
    
    Fixes: nodejs#24017
    Refs: nodejs#30467
    Refs: nodejs#32858
    addaleax committed Jun 19, 2020
    Copy the full SHA
    d7bca2d View commit details
    Browse the repository at this point in the history