Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3d8128c

Browse files
committed
refactor: Rename "named function" title to "function".
1 parent 5e72d91 commit 3d8128c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎snippets/javascript.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888

8989
"anonymous function": {
9090
"prefix": "f",
91-
"body": "function(${1}) {${0}}"
91+
"body": "function(${1}) {${0}}"
9292
},
93-
"named function": {
93+
"function": {
9494
"prefix": "fn",
9595
"body": "function ${1}(${2}) {${0}}"
9696
},
9797
"async anonymous function": {
9898
"prefix": "fa",
9999
"body": "async function (${1}) {${0}}"
100100
},
101-
"async named function": {
101+
"async function": {
102102
"prefix": "fna",
103103
"body": "async function ${1}(${2}) {${0}}"
104104
},

‎snippets/typescript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"prefix": "f",
9191
"body": "function(${1}) {${0}}"
9292
},
93-
"named function": {
93+
"function": {
9494
"prefix": "fn",
9595
"body": "function ${1}(${2}) {${0}}"
9696
},
9797
"async anonymous function": {
9898
"prefix": "fa",
9999
"body": "async function (${1}) {${0}}"
100100
},
101-
"async named function": {
101+
"async function": {
102102
"prefix": "fna",
103103
"body": "async function ${1}(${2}) {${0}}"
104104
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /