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

Global getter deprecate #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 7, 2018

  1. module: use compileFunction over Module.wrap

    Use vm.compileFunction (which is a binding for
    v8::CompileFunctionInContext) instead of Module.wrap internally in
    Module._compile for the cjs loader.
    
    Fixes: nodejs#17396
    ryzokuken authored and guybedford committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    d031081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f7b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184d76e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7729bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    000a1a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d87943 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c797cf5 View commit details
    Browse the repository at this point in the history