You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What information was incorrect, unhelpful, or incomplete?
spread.json contains json in the format of {javascript.operators.spread...} whereas spread is a syntax and not an operator
{
"javascript": {
"operators": {
"spread": {
All the spec_url values in the spread.json point to https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer
What did you expect to see
Recommendation: Perhaps move spread.json out of javascript/operators folder (and into https://github.com/mdn/browser-compat-data/tree/main/javascript/builtins folder?)
Recommendation: spec_url can instead point to https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement
Did you test this? If so, how?
Searching spread in ecma specification yields the recommended spec_url
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
What information was incorrect, unhelpful, or incomplete?
spread.json
contains json in the format of {javascript.operators.spread...} whereas spread is a syntax and not an operatorspec_url
values in thespread.json
point tohttps://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer
What did you expect to see
Recommendation: Perhaps move
spread.json
out ofjavascript/operators
folder (and intohttps://github.com/mdn/browser-compat-data/tree/main/javascript/builtins
folder?)Recommendation:
spec_url
can instead point tohttps://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement
Did you test this? If so, how?
Searching spread in ecma specification yields the recommended spec_url
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://stackoverflow.com/a/44934830/2361131
The text was updated successfully, but these errors were encountered: