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

repl: unflag Top-Level Await #34733

Closed
wants to merge 10 commits into from
Closed

Commits on Jul 8, 2021

  1. repl: unflag top-level await

    unflags top-level await for the REPL.
    This is accomplished by getting rid of `--experimental-repl-await` flag and the checks related to the same.
    hemanth committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a9d6eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. repl: adding --no-experimental-repl-await flag.

    Flag to disable top-level repl await.
    hemanth committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    75d5b8e View commit details
    Browse the repository at this point in the history
  2. Update doc/api/cli.md

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    hemanth and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4c89088 View commit details
    Browse the repository at this point in the history
  3. Update doc/api/cli.md

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    hemanth and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1aafad6 View commit details
    Browse the repository at this point in the history
  4. Update src/node_options.cc

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    hemanth and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e5c977f View commit details
    Browse the repository at this point in the history
  5. Update test/parallel/test-process-env-allowed-flags-are-documented.js

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    hemanth and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fda3e7b View commit details
    Browse the repository at this point in the history
  6. Update src/node_options.cc

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    hemanth and targos committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b9fced9 View commit details
    Browse the repository at this point in the history
  7. fixup: lint fix, link order.

    hemanth committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b32662d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a11339b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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