Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into no_ts_extension
  • Loading branch information
Andy Hanson committed Aug 2, 2016
commit 2821d98265f975ebae2b3842f6e56c44164207a0
6 changes: 5 additions & 1 deletion src/compiler/diagnosticMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1947,10 +1947,14 @@
"category": "Error",
"code": 2689
},
"Module name should not include a '.ts' extension: '{0}'.": {
"A class must be declared after its base class.": {
"category": "Error",
"code": 2690
},
"Module name should not include a '.ts' extension: '{0}'.": {
"category": "Error",
"code": 2691
},
"Import declaration '{0}' is using private name '{1}'.": {
"category": "Error",
"code": 4000
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.