|
| 1 | +currentDirectory:: / useCaseSensitiveFileNames: false |
| 2 | +Info seq [hh:mm:ss:mss] Provided types map file "/a/lib/typesMap.json" doesn't exist |
| 3 | +Before request |
| 4 | +//// [/user/username/projects/myproject/a.ts] |
| 5 | +export const a = 10; |
| 6 | + |
| 7 | +//// [/user/username/projects/myproject/b.vue] |
| 8 | +bVue file |
| 9 | + |
| 10 | +//// [/user/username/projects/myproject/tsconfig.json] |
| 11 | +{ |
| 12 | + "compilerOptions": { |
| 13 | + "composite": true |
| 14 | + }, |
| 15 | + "include": [ |
| 16 | + "*.ts", |
| 17 | + "*.vue" |
| 18 | + ] |
| 19 | +} |
| 20 | + |
| 21 | +//// [/a/lib/lib.d.ts] |
| 22 | +/// <reference no-default-lib="true"/> |
| 23 | +interface Boolean {} |
| 24 | +interface Function {} |
| 25 | +interface CallableFunction {} |
| 26 | +interface NewableFunction {} |
| 27 | +interface IArguments {} |
| 28 | +interface Number { toExponential: any; } |
| 29 | +interface Object {} |
| 30 | +interface RegExp {} |
| 31 | +interface String { charAt: any; } |
| 32 | +interface Array<T> { length: number; [n: number]: T; } |
| 33 | + |
| 34 | + |
| 35 | +Info seq [hh:mm:ss:mss] request: |
| 36 | + { |
| 37 | + "command": "open", |
| 38 | + "arguments": { |
| 39 | + "file": "/user/username/projects/myproject/a.ts" |
| 40 | + }, |
| 41 | + "seq": 1, |
| 42 | + "type": "request" |
| 43 | + } |
| 44 | +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject |
| 45 | +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/a.ts :: Config file name: /user/username/projects/myproject/tsconfig.json |
| 46 | +Info seq [hh:mm:ss:mss] Creating configuration project /user/username/projects/myproject/tsconfig.json |
| 47 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file |
| 48 | +Info seq [hh:mm:ss:mss] Config: /user/username/projects/myproject/tsconfig.json : { |
| 49 | + "rootNames": [ |
| 50 | + "/user/username/projects/myproject/a.ts" |
| 51 | + ], |
| 52 | + "options": { |
| 53 | + "composite": true, |
| 54 | + "configFilePath": "/user/username/projects/myproject/tsconfig.json" |
| 55 | + } |
| 56 | +} |
| 57 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory |
| 58 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory |
| 59 | +Info seq [hh:mm:ss:mss] Loading global plugin myplugin |
| 60 | +Info seq [hh:mm:ss:mss] Enabling plugin myplugin from candidate paths: /a/lib/tsc.js/../../.. |
| 61 | +Info seq [hh:mm:ss:mss] Loading myplugin from /a/lib/tsc.js/../../.. (resolved to /a/lib/tsc.js/../../../node_modules) |
| 62 | +Info seq [hh:mm:ss:mss] Plugin validation succeeded |
| 63 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/b.vue 500 undefined WatchType: Closed Script info |
| 64 | +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json |
| 65 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info |
| 66 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots |
| 67 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots |
| 68 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots |
| 69 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/node_modules/@types 1 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Type roots |
| 70 | +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms |
| 71 | +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) |
| 72 | +Info seq [hh:mm:ss:mss] Files (3) |
| 73 | + /a/lib/lib.d.ts Text-1 "/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }" |
| 74 | + /user/username/projects/myproject/a.ts SVC-1-0 "export const a = 10;" |
| 75 | + /user/username/projects/myproject/b.vue Text-1 "export const y = \"bVue file\";" |
| 76 | + |
| 77 | + |
| 78 | + ../../../../a/lib/lib.d.ts |
| 79 | + Default library for target 'es5' |
| 80 | + a.ts |
| 81 | + Matched by include pattern '*.ts' in 'tsconfig.json' |
| 82 | + b.vue |
| 83 | + Matched by include pattern '*.vue' in 'tsconfig.json' |
| 84 | + |
| 85 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 86 | +Info seq [hh:mm:ss:mss] Search path: /user/username/projects/myproject |
| 87 | +Info seq [hh:mm:ss:mss] For info: /user/username/projects/myproject/tsconfig.json :: No config files found. |
| 88 | +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) |
| 89 | +Info seq [hh:mm:ss:mss] Files (3) |
| 90 | + |
| 91 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 92 | +Info seq [hh:mm:ss:mss] Open files: |
| 93 | +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined |
| 94 | +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json |
| 95 | +Info seq [hh:mm:ss:mss] response: |
| 96 | + { |
| 97 | + "responseRequired": false |
| 98 | + } |
| 99 | +After request |
| 100 | + |
| 101 | +PolledWatches:: |
| 102 | +/user/username/projects/myproject/node_modules/@types: *new* |
| 103 | + {"pollingInterval":500} |
| 104 | +/user/username/projects/node_modules/@types: *new* |
| 105 | + {"pollingInterval":500} |
| 106 | + |
| 107 | +FsWatches:: |
| 108 | +/a/lib/lib.d.ts: *new* |
| 109 | + {} |
| 110 | +/user/username/projects/myproject: *new* |
| 111 | + {} |
| 112 | +/user/username/projects/myproject/b.vue: *new* |
| 113 | + {} |
| 114 | +/user/username/projects/myproject/tsconfig.json: *new* |
| 115 | + {} |
| 116 | + |
| 117 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Triggered with /user/username/projects/myproject/c.vue :: WatchInfo: /user/username/projects/myproject 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory |
| 118 | +Info seq [hh:mm:ss:mss] Scheduled: /user/username/projects/myproject/tsconfig.json |
| 119 | +Info seq [hh:mm:ss:mss] Scheduled: *ensureProjectForOpenFiles* |
| 120 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Triggered with /user/username/projects/myproject/c.vue :: WatchInfo: /user/username/projects/myproject 0 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory |
| 121 | +Before running Timeout callback:: count: 2 |
| 122 | +1: /user/username/projects/myproject/tsconfig.json |
| 123 | +2: *ensureProjectForOpenFiles* |
| 124 | +//// [/user/username/projects/myproject/c.vue] |
| 125 | +cVue file |
| 126 | + |
| 127 | + |
| 128 | +Info seq [hh:mm:ss:mss] Running: /user/username/projects/myproject/tsconfig.json |
| 129 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/c.vue 500 undefined WatchType: Closed Script info |
| 130 | +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json |
| 131 | +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /user/username/projects/myproject/tsconfig.json Version: 2 structureChanged: true structureIsReused:: Not Elapsed:: *ms |
| 132 | +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) |
| 133 | +Info seq [hh:mm:ss:mss] Files (4) |
| 134 | + /a/lib/lib.d.ts Text-1 "/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }" |
| 135 | + /user/username/projects/myproject/a.ts SVC-1-0 "export const a = 10;" |
| 136 | + /user/username/projects/myproject/b.vue Text-1 "export const y = \"bVue file\";" |
| 137 | + /user/username/projects/myproject/c.vue Text-1 "export const y = \"cVue file\";" |
| 138 | + |
| 139 | + |
| 140 | + ../../../../a/lib/lib.d.ts |
| 141 | + Default library for target 'es5' |
| 142 | + a.ts |
| 143 | + Matched by include pattern '*.ts' in 'tsconfig.json' |
| 144 | + b.vue |
| 145 | + Matched by include pattern '*.vue' in 'tsconfig.json' |
| 146 | + c.vue |
| 147 | + Matched by include pattern '*.vue' in 'tsconfig.json' |
| 148 | + |
| 149 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 150 | +Info seq [hh:mm:ss:mss] Running: *ensureProjectForOpenFiles* |
| 151 | +Info seq [hh:mm:ss:mss] Before ensureProjectForOpenFiles: |
| 152 | +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) |
| 153 | +Info seq [hh:mm:ss:mss] Files (4) |
| 154 | + |
| 155 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 156 | +Info seq [hh:mm:ss:mss] Open files: |
| 157 | +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined |
| 158 | +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json |
| 159 | +Info seq [hh:mm:ss:mss] After ensureProjectForOpenFiles: |
| 160 | +Info seq [hh:mm:ss:mss] Project '/user/username/projects/myproject/tsconfig.json' (Configured) |
| 161 | +Info seq [hh:mm:ss:mss] Files (4) |
| 162 | + |
| 163 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 164 | +Info seq [hh:mm:ss:mss] Open files: |
| 165 | +Info seq [hh:mm:ss:mss] FileName: /user/username/projects/myproject/a.ts ProjectRootPath: undefined |
| 166 | +Info seq [hh:mm:ss:mss] Projects: /user/username/projects/myproject/tsconfig.json |
| 167 | +After running Timeout callback:: count: 0 |
| 168 | + |
| 169 | +PolledWatches:: |
| 170 | +/user/username/projects/myproject/node_modules/@types: |
| 171 | + {"pollingInterval":500} |
| 172 | +/user/username/projects/node_modules/@types: |
| 173 | + {"pollingInterval":500} |
| 174 | + |
| 175 | +FsWatches:: |
| 176 | +/a/lib/lib.d.ts: |
| 177 | + {} |
| 178 | +/user/username/projects/myproject: |
| 179 | + {} |
| 180 | +/user/username/projects/myproject/b.vue: |
| 181 | + {} |
| 182 | +/user/username/projects/myproject/c.vue: *new* |
| 183 | + {} |
| 184 | +/user/username/projects/myproject/tsconfig.json: |
| 185 | + {} |
0 commit comments