@@ -33,27 +33,27 @@ export const Fragment: unique symbol;
33
33
export const App = ( ) => < div propA = { true } > </ div > ;
34
34
35
35
//// [/user/username/projects/myproject/tsconfig.json]
36
- { "compilerOptions" :{ "jsx" :"react-jsx" , "jsxImportSource" :"react" , "forceConsistentCasingInFileNames" :true } , "files" :[ "node_modules/react/jsx -Runtime/index.d.ts" , "index.tsx" ] }
36
+ { "compilerOptions" :{ "jsx" :"react-jsx" , "jsxImportSource" :"react" , "forceConsistentCasingInFileNames" :true } , "files" :[ "node_modules/react/Jsx -Runtime/index.d.ts" , "index.tsx" ] }
37
37
38
38
39
39
/ a / lib / tsc . js -- w -- p . -- explainFiles
40
40
Output ::
41
41
>> Screen clear
42
42
[ [ 90 m12 :00 :31 AM [ 0 m ] Starting compilation in watch mode ...
43
43
44
- [ 91 merror [ 0 m [ 90 m TS1149 : [ 0 mFile name '/user/username/projects/myproject/node_modules/react/Jsx -runtime/index.d.ts' differs from already included file name '/user/username/projects/myproject/node_modules/react/jsx -Runtime/index.d.ts' only in casing .
44
+ [ 91 merror [ 0 m [ 90 m TS1149 : [ 0 mFile name '/user/username/projects/myproject/node_modules/react/jsx -runtime/index.d.ts' differs from already included file name '/user/username/projects/myproject/node_modules/react/Jsx -Runtime/index.d.ts' only in casing .
45
45
The file is in the program because :
46
46
Part of 'files' list in tsconfig . json
47
47
Imported via "react/jsx-runtime" from file '/user/username/projects/myproject/index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
48
48
49
49
[ 96 mtsconfig . json [ 0 m :[ 93 m1 [ 0 m :[ 93 m115 [ 0 m
50
- [ 7 m1 [ 0 m { "compilerOptions" :{ "jsx" :"react-jsx" , "jsxImportSource" :"react" , "forceConsistentCasingInFileNames" :true } , "files" :[ "node_modules/react/jsx -Runtime/index.d.ts" , "index.tsx" ] }
50
+ [ 7 m1 [ 0 m { "compilerOptions" :{ "jsx" :"react-jsx" , "jsxImportSource" :"react" , "forceConsistentCasingInFileNames" :true } , "files" :[ "node_modules/react/Jsx -Runtime/index.d.ts" , "index.tsx" ] }
51
51
[ 7 m [ 0 m [ 96 m ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [ 0 m
52
52
File is matched by 'files' list specified here .
53
53
54
54
. . / . . / . . / . . / a / lib / lib . d . ts
55
55
Default library for target 'es3'
56
- node_modules / react / jsx - Runtime / index . d . ts
56
+ node_modules / react / Jsx - Runtime / index . d . ts
57
57
Part of 'files' list in tsconfig . json
58
58
Imported via "react/jsx-runtime" from file 'index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
59
59
index . tsx
@@ -62,12 +62,12 @@ index.tsx
62
62
63
63
64
64
65
- Program root files : [ "/user/username/projects/myproject/node_modules/react/jsx -Runtime/index.d.ts" , "/user/username/projects/myproject/index.tsx" ]
65
+ Program root files : [ "/user/username/projects/myproject/node_modules/react/Jsx -Runtime/index.d.ts" , "/user/username/projects/myproject/index.tsx" ]
66
66
Program options : { "jsx" :4 , "jsxImportSource" :"react" , "forceConsistentCasingInFileNames" :true , "watch" :true , "project" :"/user/username/projects/myproject" , "explainFiles" :true , "configFilePath" :"/user/username/projects/myproject/tsconfig.json" }
67
67
Program structureReused : Not
68
68
Program files ::
69
69
/ a / lib / lib . d . ts
70
- / user / username / projects / myproject / node_modules / react / jsx - Runtime / index . d . ts
70
+ / user / username / projects / myproject / node_modules / react / Jsx - Runtime / index . d . ts
71
71
/ user / username / projects / myproject / index . tsx
72
72
73
73
No cached semantic diagnostics in the builder ::
@@ -81,7 +81,7 @@ WatchedFiles::
81
81
/ user / username / projects / myproject / tsconfig . json :
82
82
{ "fileName" :"/user/username/projects/myproject/tsconfig.json" , "pollingInterval" :250 }
83
83
/ user / username / projects / myproject / node_modules / react / jsx - runtime / index . d . ts :
84
- { "fileName" :"/user/username/projects/myproject/node_modules/react/jsx -Runtime/index.d.ts" , "pollingInterval" :250 }
84
+ { "fileName" :"/user/username/projects/myproject/node_modules/react/Jsx -Runtime/index.d.ts" , "pollingInterval" :250 }
85
85
/ user / username / projects / myproject / index . tsx :
86
86
{ "fileName" :"/user/username/projects/myproject/index.tsx" , "pollingInterval" :250 }
87
87
/ a / lib / lib . d . ts :
0 commit comments