tc39 / proposal-iterator.range

A proposal for ECMAScript to add a built-in Iterator.range()
https://tc39.es/proposal-iterator.range/
MIT License
487 stars 13 forks source link

Editorial: Use internal spec value for param #52

Closed jugglinmike closed 2 years ago

jugglinmike commented 2 years ago

Using an ECMAScript string value to represent internal state may cause readers to incorrectly assume that the state is directly observable from ECMAScript code. Replace with a internal specification value in accordance with the latest practice in ECMA262 [1].

Modify the values so that they will be distinctive in the context of the specification in order to facilitate tool-assisted search (e.g. via the grep command-line utility or via "Ctrl+F" in a web browser).

[1] https://github.com/tc39/ecma262/pull/2566

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (34042ea) into master (f5404e8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   99.37%   99.37%           
=======================================
  Files           1        1           
  Lines         160      160           
  Branches       50       50           
=======================================
  Hits          159      159           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5404e8...34042ea. Read the comment docs.