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 11{
22 "javascript" : {
33 "operators" : {
4- "async_function_expression " : {
4+ "async_function " : {
55 "__compat" : {
66 "description" : " <code>async function</code> expression" ,
77 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/async_function" ,
Original file line number Diff line number Diff line change 11{
22 "javascript" : {
33 "operators" : {
4- "async_generator_function_expression " : {
4+ "async_generator_function " : {
55 "__compat" : {
6- "description" : " <code>async generator function</code> expression" ,
6+ "description" : " <code>async function* </code> expression" ,
77 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/async_function*" ,
88 "spec_url" : " https://tc39.es/ecma262/#sec-async-generator-function-definitions" ,
99 "support" : {
Original file line number Diff line number Diff line change 33 "operators" : {
44 "function" : {
55 "__compat" : {
6+ "description" : " <code>function</code> expression" ,
67 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/function" ,
78 "spec_url" : " https://tc39.es/ecma262/#sec-function-definitions" ,
89 "support" : {
Original file line number Diff line number Diff line change 11{
22 "javascript" : {
33 "operators" : {
4- "function_star " : {
4+ "generator_function " : {
55 "__compat" : {
6- "description" : " <code>function*</code>" ,
6+ "description" : " <code>function*</code> expression " ,
77 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/function*" ,
88 "spec_url" : " https://tc39.es/ecma262/#sec-generator-function-definitions" ,
99 "support" : {
Original file line number Diff line number Diff line change 33 "statements" : {
44 "async_function" : {
55 "__compat" : {
6- "description" : " <code>async function</code>" ,
6+ "description" : " <code>async function</code> statement " ,
77 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/async_function" ,
88 "spec_url" : " https://tc39.es/ecma262/#sec-async-function-definitions" ,
99 "support" : {
6767 },
6868 "async_generator_function" : {
6969 "__compat" : {
70- "description" : " <code>async generator function</code>" ,
70+ "description" : " <code>async function* </code> statement " ,
7171 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/async_function*" ,
7272 "spec_url" : " https://tc39.es/ecma262/#sec-async-generator-function-definitions" ,
7373 "support" : {
12441244 },
12451245 "function" : {
12461246 "__compat" : {
1247+ "description" : " <code>function</code> statement" ,
12471248 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function" ,
12481249 "spec_url" : " https://tc39.es/ecma262/#sec-function-definitions" ,
12491250 "support" : {
13471348 },
13481349 "generator_function" : {
13491350 "__compat" : {
1350- "description" : " <code>function*</code>" ,
1351+ "description" : " <code>function*</code> statement " ,
13511352 "mdn_url" : " https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function*" ,
13521353 "spec_url" : " https://tc39.es/ecma262/#sec-generator-function-definitions" ,
13531354 "support" : {
You can’t perform that action at this time.
0 commit comments