mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Merge pull request #33709 from microsoft/moveMessageNumbers
Move error codes to appropriate section
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user