Change error codes.

This commit is contained in:
Daniel Rosenwasser 2019-10-01 12:18:01 -07:00
parent a04f1eb7f0
commit 933065b69c

View file

@ -1043,14 +1043,6 @@
"category": "Error",
"code": 1358
},
"Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?": {
"category": "Error",
"code": 1359
},
"Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?": {
"category": "Error",
"code": 1360
},
"The types of '{0}' are incompatible between these types.": {
"category": "Error",
@ -2257,6 +2249,14 @@
"category": "Error",
"code": 2612
},
"Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?": {
"category": "Error",
"code": 2613
},
"Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?": {
"category": "Error",
"code": 2614
},
"Cannot augment module '{0}' with value exports because it resolves to a non-module entity.": {
"category": "Error",