Skip to content

Commit f2cfe19

Browse files
Update cheat sheet and changelog
1 parent ef4a4b6 commit f2cfe19

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
tags: [enhancement]
3+
pullRequest: 2907
4+
---
5+
6+
- Added `"arg list"` scope. The argument list is the entire list of arguments in a declared function.

packages/cheatsheet/src/lib/sampleSpokenFormInfos/defaults.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,16 @@
11961196
}
11971197
]
11981198
},
1199+
{
1200+
"id": "argumentList",
1201+
"type": "scopeType",
1202+
"variations": [
1203+
{
1204+
"spokenForm": "arg list",
1205+
"description": "Argument list"
1206+
}
1207+
]
1208+
},
11991209
{
12001210
"id": "argumentOrParameter",
12011211
"type": "scopeType",

0 commit comments

Comments
 (0)