tc39 / proposal-extractors

Extractors for ECMAScript
http://tc39.es/proposal-extractors/
MIT License
200 stars 3 forks source link

Clarifying the readme #13

Closed codehag closed 4 months ago

codehag commented 4 months ago

Can you make it clear what Foo is in the readme? right now it is difficult to understand with no context what it is doing. Understanding it from the later examples is also difficult. A trivial implementation of Foo for each case, or even outputs and clear inputs, would help with understanding.

rbuckton commented 4 months ago

Do you mean the examples in the intro? Those are mostly meant to be illustrative of the syntax. I can add some additional examples, however.

rbuckton commented 4 months ago

Ah, my apologies. I believe you are referring to these examples. I can definitely add additional example text for these.