Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Object.getNonIndexStringProperties()
# ECMAScript Proposal: `Object.getNonIndexStringProperties()`

## Champions / Authors
## Status

* **Ruben Bridgewater** – Datadog, Node.js TSC
* **Jordan Harband** - HeroDevs, TC39 delegate
Champion: Ruben Bridgewater, Jordan Harband

Author: Ruben Bridgewater <ruben@bridgewater.de>, Jordan Harband <ljharb@gmail.com>

Stage: 1

## Preparation for next step

1. Gather community feedback (if as a survey, it must ask for usage examples where it is wanted for)
2. Align with logging library, assertion library, and validation library authors about their needs.
3. Update proposal depending on discussion output.
4. Summarize the feedback as code examples with a testimonial kind of input by the authors.

## Motivation

Expand Down