You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4265,7 +4265,7 @@
4265
4265
"category": "Error",
4266
4266
"code": 5094
4267
4267
},
4268
-
"Option 'preserveValueImports' can only be used when 'module' is set to 'es2015' or later.": {
4268
+
"Option '{0}' can only be used when 'module' is set to 'es2015' or later.": {
4269
4269
"category": "Error",
4270
4270
"code": 5095
4271
4271
},
@@ -4281,14 +4281,6 @@
4281
4281
"category": "Error",
4282
4282
"code": 5098
4283
4283
},
4284
-
"Import assignment is not allowed when 'moduleResolution' is set to 'bundler'. Consider using 'import * as ns from \"mod\"', 'import {a} from \"mod\"', 'import d from \"mod\"', or another module format instead.": {
4285
-
"category": "Error",
4286
-
"code": 5099
4287
-
},
4288
-
"Export assignment cannot be used when 'moduleResolution' is set to 'bundler'. Consider using 'export default' or another module format instead.": {
4289
-
"category": "Error",
4290
-
"code": 5100
4291
-
},
4292
4284
"Flag '{0}' is deprecated and will stop functioning in TypeScript {1}. Specify compilerOption '\"ignoreDeprecations\": \"{2}\"' to silence this error.": {
"Found 'package.json' at '/node_modules/conditions/package.json'.",
8
+
"Entering conditional exports.",
9
+
"Saw non-matching condition 'node'.",
10
+
"Matched 'exports' condition 'default'.",
11
+
"Using 'exports' subpath '.' with target './index.web.js'.",
12
+
"File name '/node_modules/conditions/index.web.js' has a '.js' extension - stripping it.",
13
+
"File '/node_modules/conditions/index.web.ts' does not exist.",
14
+
"File '/node_modules/conditions/index.web.tsx' does not exist.",
15
+
"File '/node_modules/conditions/index.web.d.ts' exists - use it as a name resolution result.",
16
+
"Resolved under condition 'default'.",
17
+
"Exiting conditional exports.",
18
+
"Resolving real path for '/node_modules/conditions/index.web.d.ts', result '/node_modules/conditions/index.web.d.ts'.",
19
+
"======== Module name 'conditions' was successfully resolved to '/node_modules/conditions/index.web.d.ts' with Package ID 'conditions/index.web.d.ts@1.0.0'. ========"
0 commit comments