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

more suggested changes #11

Open
wants to merge 10 commits into
base: explicit-resource-management
Choose a base branch
from

Commits on May 27, 2024

  1. After a colon, we don't use "one of" or "either"

    (except to disambiguate)
    
    See tc39#2972 (comment)
    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5ada0af View commit details
    Browse the repository at this point in the history
  2. Simplify IsUsingDeclaration & IsAwaitUsingDeclaration

    As far as I can tell, the existing definitions
    have a lot of prodictions that the SDO can't reach.
    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    875245e View commit details
    Browse the repository at this point in the history
  3. Drop AwaitExpression from IsFunctionDefinition, AssignmentTargetType,…

    … HasCallInTailPosition
    
    I don't think it can be reached by these SDOs any more.
    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dfb1127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d98ab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    398f7ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ba082 View commit details
    Browse the repository at this point in the history
  7. Tweak ids

    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3af31ae View commit details
    Browse the repository at this point in the history
  8. Use conventional prose around intrinsic functions

    (mostly preambles)
    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3875d86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    845f465 View commit details
    Browse the repository at this point in the history
  10. Misc typos, spelling, wording

    jmdyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7caee60 View commit details
    Browse the repository at this point in the history