Insert @internal when we generate diagnostic messages.

This commit is contained in:
Cyrus Najmabadi
2015-04-13 15:55:56 -07:00
parent 29f3f6fcae
commit 20961cdbd7
2 changed files with 5 additions and 4 deletions

View File

@@ -2043,19 +2043,19 @@
},
"'import ... =' can only be used in a .ts file.": {
"category": "Error",
"code": 8002
"code": 8002
},
"'export=' can only be used in a .ts file.": {
"category": "Error",
"code": 8003
"code": 8003
},
"'type parameter declarations' can only be used in a .ts file.": {
"category": "Error",
"code": 8004
"code": 8004
},
"'implements clauses' can only be used in a .ts file.": {
"category": "Error",
"code": 8005
"code": 8005
},
"'interface declarations' can only be used in a .ts file.": {
"category": "Error",