Skip to content

Conversation

@nathannewyen
Copy link

This PR addresses part of #3684 by converting several 1-2 item bulleted lists to prose where they read more naturally as inline text.

Changes

Converted the following lists to prose:

  1. Host hook requirements (line 318) - Single requirement about returning normal/throw completion
  2. ToUint16 notes (line 5381) - Two related observations that flow naturally as prose
  3. HostMakeJobCallback requirements (line 12028) - Single requirement about return value
  4. HostCallJobCallback requirements (line 12049) - Single requirement about Call behavior
  5. Proxy [[Construct]] invariant (line 16040) - Single invariant about Object result

Rationale

Single-item lists and lists with non-parallel items often read better as prose. These changes improve readability while preserving the technical content.

Lists with parallel structure (e.g., "either X or Y" introductions, multiple invariants) were intentionally kept as lists.

Ref #3684

Convert several 1-2 item bulleted lists to prose where they read more
naturally as inline text:

- Host hook requirements (single requirement)
- ToUint16 notes (two related observations)
- HostMakeJobCallback requirements (single requirement)
- HostCallJobCallback requirements (single requirement)
- Proxy [[Construct]] invariant (single invariant)

Ref tc39#3684
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants