Skip to content

Commit 3030cd8

Browse files
committed
refactoring done except for deduping
1 parent e287c83 commit 3030cd8

File tree

3 files changed

+44
-417
lines changed

3 files changed

+44
-417
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5641,7 +5641,11 @@
56415641
"category": "Message",
56425642
"code": 95116
56435643
},
5644-
5644+
"Generate 'get' and 'set' accessors for all overriding properties": {
5645+
"category": "Message",
5646+
"code": 95117
5647+
},
5648+
56455649
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
56465650
"category": "Error",
56475651
"code": 18004

0 commit comments

Comments
 (0)