tc39 / proposal-record-tuple

ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
https://tc39.es/proposal-record-tuple/
2.5k stars 62 forks source link

[spec]: fix step numbers #347

Closed ljharb closed 2 years ago

ljharb commented 2 years ago

(except for IsConcatSpreadable, which should be 23.1.3.2.1, but would need to be moved to its own imported file first)

acutmore commented 2 years ago

@ljharb what do you think we should do for the new top level section for "Immutable Data Structures" https://tc39.es/proposal-record-tuple/#sec-primitive-data-structures

Should it be moved into an existing section, or should new sections always be added at the end to avoid impacting existing spec numbers.

ljharb commented 2 years ago

I don't think we need to worry about preserving numbering - it should be inserted wherever it makes the most sense.