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
queengooborg opened this issue
Sep 29, 2019
· 0 comments
· Fixed by #5869
Labels
data:jsCompat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScriptquestionIssues where a question or problem is stated and a discussion is held to gather opinions.
While working on the IE/Edge data, I saw javascript.statements.default, which talks about the default statement available in both switch and export. However, I feel these are in the incorrect location. As default on its own doesn't have compatibility data (it's just its two subfeatures), I'm thinking we should move both of these statements to be subfeatures under the statements for switch and export respectively. In other words:
The text was updated successfully, but these errors were encountered:
queengooborg
added
question
Issues where a question or problem is stated and a discussion is held to gather opinions.
data:js
Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
labels
Sep 29, 2019
data:jsCompat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScriptquestionIssues where a question or problem is stated and a discussion is held to gather opinions.
While working on the IE/Edge data, I saw
javascript.statements.default
, which talks about thedefault
statement available in bothswitch
andexport
. However, I feel these are in the incorrect location. Asdefault
on its own doesn't have compatibility data (it's just its two subfeatures), I'm thinking we should move both of these statements to be subfeatures under the statements forswitch
andexport
respectively. In other words:javascript.statements.default.switch
->javascript.statements.switch.default
javascript.statements.default.export
->javascript.statements.export.default
The text was updated successfully, but these errors were encountered: