-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -639,6 +639,26 @@ | |
"category": "Error", | ||
"code": 1204 | ||
}, | ||
"Decorators are only supported on class members when targeting ECMAScript 5 or higher.": { | ||
This comment has been minimized.
Sorry, something went wrong.
JsonFreeman
Contributor
|
||
"category": "Error", | ||
"code": 1205 | ||
}, | ||
"Decorators are not valid on this declaration type.": { | ||
This comment has been minimized.
Sorry, something went wrong.
JsonFreeman
Contributor
|
||
"category": "Error", | ||
"code": 1206 | ||
}, | ||
"Argument to ambient decorator must be constant expression.": { | ||
This comment has been minimized.
Sorry, something went wrong.
JsonFreeman
Contributor
|
||
"category": "Error", | ||
"code": 1207 | ||
}, | ||
"Decorators may not change the type of a member.": { | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"category": "Error", | ||
"code": 1208 | ||
}, | ||
"Decorators may not change the type of a class.": { | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"category": "Error", | ||
"code": 1209 | ||
}, | ||
|
||
"Duplicate identifier '{0}'.": { | ||
"category": "Error", | ||
|
not needed