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

doc: document globalThis TC39 stage 3 proposal #27399

Closed
wants to merge 3 commits into from

Commits on Apr 24, 2019

  1. tools: fix node-core/required-modules eslint rule

    Make the node-core/required-modules eslint rule smart enough
    to recognize that `import '../common/index.mjs'` in ESM files
    imports the mandatory 'common' module.
    bnoordhuis committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    9d042be View commit details
    Browse the repository at this point in the history
  2. doc: document globalThis TC39 stage 3 proposal

    Document `globalThis` from the TC39 stage 3 proposal and doc-deprecate
    `global`. It's been available since V8 7.0 and Node.js v11.0.0.
    
    Float a one-line patch on top of eslint for the moment to teach it about
    the new global. I'll be opening an upstream pull request in tandem with
    this change.
    
    Refs: https://github.com/tc39/proposal-global
    bnoordhuis committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    9bdd95f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    cacb5f2 View commit details
    Browse the repository at this point in the history