tc39 / proposal-nullish-coalescing

Nullish coalescing proposal x ?? y
https://tc39.github.io/proposal-nullish-coalescing/
1.23k stars 23 forks source link

Repo description and examples are confusing #24

Closed DanielRosenwasser closed 1 year ago

DanielRosenwasser commented 6 years ago

2 is related here.

Currently the description is

Nullish coalescing proposal x.?y

Screenshot:

image

It's pretty confusing that there are several examples with ?., the description uses .?, and the proposal is unrelated to either.

rattrayalex commented 6 years ago

Needs another update from ?? to ??: as per https://github.com/tc39/proposal-nullish-coalescing/pull/23

claudepache commented 6 years ago

Needs another update from ?? to ??: as per #23

Yes, but only if/when it is merged.

ljharb commented 1 year ago

Closing, since this proposal is at stage 4.