11currentDirectory:: / u s e C a s e S e n s i t i v e F i l e N a m e s : f a l s e
22Info seq [ hh :mm:ss:mss ] Provided types map file "/typesMap.json" doesn 't exist
3- //// [/a.jsx]
3+ //// [/lib.d.ts]
4+ lib . d . ts - Text
5+
6+ //// [/lib.decorators.d.ts]
7+ lib . decorators . d . ts - Text
8+
9+ //// [/lib.decorators.legacy.d.ts]
10+ lib . decorators . legacy . d . ts - Text
11+
12+ //// [/tests/cases/fourslash/server/a.jsx]
413/**
514 * @template T
615 * @param {object } props
@@ -17,45 +26,46 @@ const el1 = <Input />;
1726// Here, the type argument will be inferred
1827const el2 = < Input value = "abc" /> ;
1928
20- //// [/lib.d.ts]
21- lib . d . ts - Text
22-
23- //// [/lib.decorators.d.ts]
24- lib . decorators . d . ts - Text
25-
26- //// [/lib.decorators.legacy.d.ts]
27- lib . decorators . legacy . d . ts - Text
28-
2929
3030Info seq [ hh :mm :ss :mss ] request:
3131 {
3232 "seq" : 0 ,
3333 "type" : "request" ,
3434 "arguments" : {
35- "file" : "/a.jsx"
35+ "file" : "/tests/cases/fourslash/server/ a.jsx"
3636 } ,
3737 "command" : "open"
3838 }
39- Info seq [ hh :mm :ss :mss ] getConfigFileNameForFile:: File: / a .j s x P r o j e c t R o o t P a t h : u n d e f i n e d : : R e s u l t : u n d e f i n e d
39+ Info seq [ hh :mm :ss :mss ] getConfigFileNameForFile:: File: / t e s t s / cases/ fourslash / server / a . jsx ProjectRootPath: undefined :: Result: undefined
40+ Info seq [ hh :mm :ss :mss ] FileWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / tsconfig . json 2000 undefined WatchType : Config file for the inferred project root
41+ Info seq [ hh :mm :ss :mss ] FileWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / jsconfig . json 2000 undefined WatchType : Config file for the inferred project root
4042Info seq [ hh :mm :ss :mss ] Starting updateGraphWorker: Project: / d e v / null/ inferredProject1 *
4143Info seq [ hh :mm :ss :mss ] FileWatcher:: Added:: WatchInfo: / l i b .d .t s 5 0 0 u n d e f i n e d W a t c h T y p e : C l o s e d S c r i p t i n f o
44+ Info seq [ hh :mm:ss:mss ] DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / node_modules 1 undefined Project : / dev / null / inferredProject1 * WatchType : Failed Lookup Locations
45+ Info seq [ hh :mm :ss :mss ] Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / node_modules 1 undefined Project : / dev / null / inferredProject1 * WatchType : Failed Lookup Locations
46+ Info seq [ hh :mm :ss :mss ] DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / node_modules 1 undefined Project : / dev / null / inferredProject1 * WatchType : Failed Lookup Locations
47+ Info seq [ hh :mm :ss :mss ] Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / node_modules 1 undefined Project : / dev / null / inferredProject1 * WatchType : Failed Lookup Locations
4248Info seq [ hh :mm :ss :mss ] FileWatcher:: Added:: WatchInfo: / l i b .d e c o r a t o r s .d .t s 5 0 0 u n d e f i n e d W a t c h T y p e : C l o s e d S c r i p t i n f o
4349Info seq [ hh :mm:ss:mss ] FileWatcher:: Added:: WatchInfo: / l i b .d e c o r a t o r s .l e g a c y .d .t s 5 0 0 u n d e f i n e d W a t c h T y p e : C l o s e d S c r i p t i n f o
50+ Info seq [ hh :mm :ss :mss ] DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / node_modules / @types 1 undefined Project: / d e v / null/ inferredProject1 * WatchType : Type roots
51+ Info seq [ hh :mm :ss :mss ] Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / server / node_modules / @types 1 undefined Project: / d e v / null/ inferredProject1 * WatchType : Type roots
52+ Info seq [ hh :mm :ss :mss ] DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / node_modules / @types 1 undefined Project: / d e v / null/ inferredProject1 * WatchType : Type roots
53+ Info seq [ hh :mm :ss :mss ] Elapsed :: * ms DirectoryWatcher:: Added:: WatchInfo: / t e s t s / cases/ fourslash / node_modules / @types 1 undefined Project: / d e v / null/ inferredProject1 * WatchType : Type roots
4454Info seq [ hh :mm :ss :mss ] Finishing updateGraphWorker: Project: / d e v / null/ inferredProject1 * projectStateVersion : 1 projectProgramVersion : 0 structureChanged: true structureIsReused:: Not Elapsed :: * ms
4555Info seq [ hh :mm :ss :mss ] Project '/dev/null/inferredProject1*' ( Inferred )
4656Info seq [ hh :mm :ss :mss ] Files ( 4 )
4757 / lib . d . ts Text - 1 lib . d . ts - Text
4858 / lib . decorators . d . ts Text - 1 lib . decorators . d . ts - Text
4959 / lib . decorators . legacy . d . ts Text - 1 lib . decorators . legacy . d . ts - Text
50- / a . jsx SVC - 1 - 0 "/**\n * @template T\n * @param {object} props\n * @param {T | undefined} props.value\n * @returns {null}\n */\nfunction Input(props) {\n return null;\n}\n\n/** @specialize {number} */\nconst el1 = <Input />;\n\n// Here, the type argument will be inferred\nconst el2 = <Input value=\"abc\" />;"
60+ / tests / cases / fourslash / server / a . jsx SVC - 1 - 0 "/**\n * @template T\n * @param {object} props\n * @param {T | undefined} props.value\n * @returns {null}\n */\nfunction Input(props) {\n return null;\n}\n\n/** @specialize {number} */\nconst el1 = <Input />;\n\n// Here, the type argument will be inferred\nconst el2 = <Input value=\"abc\" />;"
5161
5262
53- lib . d . ts
63+ . . / . . / . . / . . / lib . d . ts
5464 Default library for target 'es5'
55- lib . decorators . d . ts
56- Library referenced via 'decorators' from file 'lib . d . ts '
57- lib . decorators . legacy . d . ts
58- Library referenced via 'decorators.legacy' from file 'lib . d . ts '
65+ . . / . . / . . / . . / lib . decorators . d . ts
66+ Library referenced via 'decorators' from file '../../../../ lib.d.ts'
67+ . . / . . / . . / . . / lib . decorators . legacy . d . ts
68+ Library referenced via 'decorators.legacy' from file '../../../../ lib.d.ts'
5969 a . jsx
6070 Root file specified for compilation
6171
@@ -65,7 +75,7 @@ Info seq [hh:mm:ss:mss] Files (4)
6575
6676Info seq [ hh :mm :ss :mss ] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
6777Info seq [ hh :mm :ss :mss ] Open files :
68- Info seq [ hh :mm :ss :mss ] FileName: / a .j s x P r o j e c t R o o t P a t h : u n d e f i n e d
78+ Info seq [ hh :mm :ss :mss ] FileName: / t e s t s / cases / fourslash / server / a . jsx ProjectRootPath: undefined
6979Info seq [ hh :mm :ss :mss ] Projects: / d e v / null/ inferredProject1 *
7080Info seq [ hh :mm :ss :mss ] response:
7181 {
@@ -86,17 +96,27 @@ watchedFiles::
8696 { "pollingInterval" :500 }
8797/ lib . decorators . legacy . d . ts : * new *
8898 { "pollingInterval" :500 }
99+ / tests / cases / fourslash / server / jsconfig . json : * new *
100+ { "pollingInterval" :2000 }
101+ / tests / cases / fourslash / server / tsconfig . json : * new *
102+ { "pollingInterval" :2000 }
103+
104+ watchedDirectoriesRecursive::
105+ / t e s t s / cases/ fourslash / node_modules : * new *
106+ { }
107+ / tests / cases / fourslash / node_modules / @types : * new *
108+ { }
109+ / tests / cases / fourslash / server / node_modules : * new *
110+ { }
111+ / tests / cases / fourslash / server / node_modules / @types : * new *
112+ { }
89113
90114Projects::
91115/ d e v / null/ inferredProject1 * ( Inferred ) * new *
92116 projectStateVersion : 1
93117 projectProgramVersion: 1
94118
95119ScriptInfos::
96- / a .j s x ( O p e n ) * n e w *
97- version: SVC - 1 - 0
98- containingProjects: 1
99- / dev / null / inferredProject1 * * default *
100120/ l i b .d .t s * n e w *
101121 version: Text - 1
102122 containingProjects: 1
@@ -109,13 +129,17 @@ ScriptInfos::
109129 version : Text - 1
110130 containingProjects: 1
111131 / dev / null / inferredProject1 *
132+ / t e s t s / cases/ fourslash / server / a . jsx ( Open ) * new *
133+ version : SVC - 1 - 0
134+ containingProjects: 1
135+ / dev / null / inferredProject1 * * default *
112136
113137Info seq [ hh :mm :ss :mss ] request:
114138 {
115139 "seq" : 1 ,
116140 "type" : "request" ,
117141 "arguments" : {
118- "file" : "/a.jsx" ,
142+ "file" : "/tests/cases/fourslash/server/ a.jsx" ,
119143 "line" : 12 ,
120144 "offset" : 14
121145 } ,
@@ -165,7 +189,7 @@ Info seq [hh:mm:ss:mss] request:
165189 "seq" : 2 ,
166190 "type" : "request" ,
167191 "arguments" : {
168- "file" : "/a.jsx" ,
192+ "file" : "/tests/cases/fourslash/server/ a.jsx" ,
169193 "line" : 15 ,
170194 "offset" : 14
171195 } ,
0 commit comments