File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"javascript" : {
3
3
"operators" : {
4
- "async_function_expression " : {
4
+ "async_function " : {
5
5
"__compat" : {
6
6
"description" : " <code>async function</code> expression" ,
7
7
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/async_function" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"javascript" : {
3
3
"operators" : {
4
- "async_generator_function_expression " : {
4
+ "async_generator_function " : {
5
5
"__compat" : {
6
- "description" : " <code>async generator function</code> expression" ,
6
+ "description" : " <code>async function* </code> expression" ,
7
7
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/async_function*" ,
8
8
"spec_url" : " https://tc39.es/ecma262/#sec-async-generator-function-definitions" ,
9
9
"support" : {
Original file line number Diff line number Diff line change 3
3
"operators" : {
4
4
"function" : {
5
5
"__compat" : {
6
+ "description" : " <code>function</code> expression" ,
6
7
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/function" ,
7
8
"spec_url" : " https://tc39.es/ecma262/#sec-function-definitions" ,
8
9
"support" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"javascript" : {
3
3
"operators" : {
4
- "function_star " : {
4
+ "generator_function " : {
5
5
"__compat" : {
6
- "description" : " <code>function*</code>" ,
6
+ "description" : " <code>function*</code> expression " ,
7
7
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/function*" ,
8
8
"spec_url" : " https://tc39.es/ecma262/#sec-generator-function-definitions" ,
9
9
"support" : {
Original file line number Diff line number Diff line change 3
3
"statements" : {
4
4
"async_function" : {
5
5
"__compat" : {
6
- "description" : " <code>async function</code>" ,
6
+ "description" : " <code>async function</code> statement " ,
7
7
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/async_function" ,
8
8
"spec_url" : " https://tc39.es/ecma262/#sec-async-function-definitions" ,
9
9
"support" : {
67
67
},
68
68
"async_generator_function" : {
69
69
"__compat" : {
70
- "description" : " <code>async generator function</code>" ,
70
+ "description" : " <code>async function* </code> statement " ,
71
71
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/async_function*" ,
72
72
"spec_url" : " https://tc39.es/ecma262/#sec-async-generator-function-definitions" ,
73
73
"support" : {
1244
1244
},
1245
1245
"function" : {
1246
1246
"__compat" : {
1247
+ "description" : " <code>function</code> statement" ,
1247
1248
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function" ,
1248
1249
"spec_url" : " https://tc39.es/ecma262/#sec-function-definitions" ,
1249
1250
"support" : {
1347
1348
},
1348
1349
"generator_function" : {
1349
1350
"__compat" : {
1350
- "description" : " <code>function*</code>" ,
1351
+ "description" : " <code>function*</code> statement " ,
1351
1352
"mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function*" ,
1352
1353
"spec_url" : " https://tc39.es/ecma262/#sec-generator-function-definitions" ,
1353
1354
"support" : {
You can’t perform that action at this time.
0 commit comments