|
| 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/users/projects/myproject/node_modules/@types/yargs/package.json] |
| 5 | +{ |
| 6 | + "name": "@types/yargs", |
| 7 | + "version": "1.0.0", |
| 8 | + "types": "./index.d.ts" |
| 9 | +} |
| 10 | + |
| 11 | +//// [/user/users/projects/myproject/node_modules/@types/yargs/callback.d.ts] |
| 12 | +export declare class Yargs { positional(): Yargs; } |
| 13 | + |
| 14 | + |
| 15 | +//// [/user/users/projects/myproject/node_modules/@types/yargs/index.d.ts] |
| 16 | + |
| 17 | +import { Yargs } from "./callback"; |
| 18 | +export declare function command(command: string, cb: (yargs: Yargs) => void): void; |
| 19 | + |
| 20 | + |
| 21 | +//// [/user/users/projects/myproject/node_modules/yargs/package.json] |
| 22 | +{ |
| 23 | + "name": "yargs", |
| 24 | + "version": "1.0.0", |
| 25 | + "main": "index.js" |
| 26 | +} |
| 27 | + |
| 28 | +//// [/user/users/projects/myproject/node_modules/yargs/callback.js] |
| 29 | +export class Yargs { positional() { } } |
| 30 | + |
| 31 | + |
| 32 | +//// [/user/users/projects/myproject/node_modules/yargs/index.js] |
| 33 | +// Specifically didnt have ./callback import to ensure that resolving module sepcifier adds the file to project at later stage |
| 34 | +export function command(cmd, cb) { cb(Yargs) } |
| 35 | + |
| 36 | + |
| 37 | +//// [/user/users/projects/myproject/index.ts] |
| 38 | +import { command } from "yargs"; |
| 39 | +command("foo", yargs => { |
| 40 | + yargs.positional(); |
| 41 | +}); |
| 42 | + |
| 43 | + |
| 44 | +//// [/a/lib/lib.d.ts] |
| 45 | +/// <reference no-default-lib="true"/> |
| 46 | +interface Boolean {} |
| 47 | +interface Function {} |
| 48 | +interface CallableFunction {} |
| 49 | +interface NewableFunction {} |
| 50 | +interface IArguments {} |
| 51 | +interface Number { toExponential: any; } |
| 52 | +interface Object {} |
| 53 | +interface RegExp {} |
| 54 | +interface String { charAt: any; } |
| 55 | +interface Array<T> { length: number; [n: number]: T; } |
| 56 | + |
| 57 | + |
| 58 | +Info seq [hh:mm:ss:mss] request: |
| 59 | + { |
| 60 | + "command": "open", |
| 61 | + "arguments": { |
| 62 | + "file": "/user/users/projects/myproject/index.ts" |
| 63 | + }, |
| 64 | + "seq": 1, |
| 65 | + "type": "request" |
| 66 | + } |
| 67 | +Info seq [hh:mm:ss:mss] Search path: /user/users/projects/myproject |
| 68 | +Info seq [hh:mm:ss:mss] For info: /user/users/projects/myproject/index.ts :: No config files found. |
| 69 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/users/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root |
| 70 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/users/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root |
| 71 | +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/inferredProject1* |
| 72 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache |
| 73 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache |
| 74 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations |
| 75 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations |
| 76 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules/@types/yargs/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution |
| 77 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 500 undefined WatchType: Closed Script info |
| 78 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules/yargs/package.json 2000 undefined Project: /dev/null/inferredProject1* WatchType: File location affecting resolution |
| 79 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots |
| 80 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots |
| 81 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots |
| 82 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/node_modules/@types 1 undefined Project: /dev/null/inferredProject1* WatchType: Type roots |
| 83 | +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/inferredProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms |
| 84 | +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) |
| 85 | +Info seq [hh:mm:ss:mss] Files (4) |
| 86 | + /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; }" |
| 87 | + /user/users/projects/myproject/node_modules/@types/yargs/callback.d.ts Text-1 "export declare class Yargs { positional(): Yargs; }\n" |
| 88 | + /user/users/projects/myproject/node_modules/@types/yargs/index.d.ts Text-1 "\nimport { Yargs } from \"./callback\";\nexport declare function command(command: string, cb: (yargs: Yargs) => void): void;\n" |
| 89 | + /user/users/projects/myproject/index.ts SVC-1-0 "import { command } from \"yargs\";\ncommand(\"foo\", yargs => {\n yargs.positional();\n});\n" |
| 90 | + |
| 91 | + |
| 92 | + ../../../../a/lib/lib.d.ts |
| 93 | + Default library for target 'es5' |
| 94 | + node_modules/@types/yargs/callback.d.ts |
| 95 | + Imported via "./callback" from file 'node_modules/@types/yargs/index.d.ts' with packageId '@types/yargs/[email protected]' |
| 96 | + node_modules/@types/yargs/index.d.ts |
| 97 | + Imported via "yargs" from file 'index.ts' with packageId '@types/yargs/[email protected]' |
| 98 | + Entry point for implicit type library 'yargs' with packageId '@types/yargs/[email protected]' |
| 99 | + index.ts |
| 100 | + Root file specified for compilation |
| 101 | + |
| 102 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 103 | +Info seq [hh:mm:ss:mss] Project '/dev/null/inferredProject1*' (Inferred) |
| 104 | +Info seq [hh:mm:ss:mss] Files (4) |
| 105 | + |
| 106 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 107 | +Info seq [hh:mm:ss:mss] Open files: |
| 108 | +Info seq [hh:mm:ss:mss] FileName: /user/users/projects/myproject/index.ts ProjectRootPath: undefined |
| 109 | +Info seq [hh:mm:ss:mss] Projects: /dev/null/inferredProject1* |
| 110 | +Info seq [hh:mm:ss:mss] response: |
| 111 | + { |
| 112 | + "responseRequired": false |
| 113 | + } |
| 114 | +After request |
| 115 | + |
| 116 | +PolledWatches:: |
| 117 | +/user/users/projects/myproject/jsconfig.json: *new* |
| 118 | + {"pollingInterval":2000} |
| 119 | +/user/users/projects/myproject/tsconfig.json: *new* |
| 120 | + {"pollingInterval":2000} |
| 121 | +/user/users/projects/node_modules/@types: *new* |
| 122 | + {"pollingInterval":500} |
| 123 | + |
| 124 | +FsWatches:: |
| 125 | +/a/lib/lib.d.ts: *new* |
| 126 | + {} |
| 127 | +/user/users/projects/myproject/node_modules/@types/yargs/package.json: *new* |
| 128 | + {} |
| 129 | +/user/users/projects/myproject/node_modules/yargs/package.json: *new* |
| 130 | + {} |
| 131 | + |
| 132 | +FsWatchesRecursive:: |
| 133 | +/user/users/projects/myproject/node_modules: *new* |
| 134 | + {} |
| 135 | +/user/users/projects/myproject/node_modules/@types: *new* |
| 136 | + {} |
| 137 | + |
| 138 | +Before request |
| 139 | + |
| 140 | +Info seq [hh:mm:ss:mss] request: |
| 141 | + { |
| 142 | + "command": "findSourceDefinition", |
| 143 | + "arguments": { |
| 144 | + "file": "/user/users/projects/myproject/index.ts", |
| 145 | + "line": 3, |
| 146 | + "offset": 11 |
| 147 | + }, |
| 148 | + "seq": 2, |
| 149 | + "type": "request" |
| 150 | + } |
| 151 | +Info seq [hh:mm:ss:mss] Starting updateGraphWorker: Project: /dev/null/auxiliaryProject1* |
| 152 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined Project: /dev/null/auxiliaryProject1* WatchType: Failed Lookup Locations |
| 153 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules 1 undefined Project: /dev/null/auxiliaryProject1* WatchType: Failed Lookup Locations |
| 154 | +Info seq [hh:mm:ss:mss] DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/node_modules 1 undefined Project: /dev/null/auxiliaryProject1* WatchType: Failed Lookup Locations |
| 155 | +Info seq [hh:mm:ss:mss] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/users/projects/node_modules 1 undefined Project: /dev/null/auxiliaryProject1* WatchType: Failed Lookup Locations |
| 156 | +Info seq [hh:mm:ss:mss] FileWatcher:: Added:: WatchInfo: /user/users/projects/myproject/node_modules/yargs/package.json 2000 undefined Project: /dev/null/auxiliaryProject1* WatchType: File location affecting resolution |
| 157 | +Info seq [hh:mm:ss:mss] Finishing updateGraphWorker: Project: /dev/null/auxiliaryProject1* Version: 1 structureChanged: true structureIsReused:: Not Elapsed:: *ms |
| 158 | +Info seq [hh:mm:ss:mss] Project '/dev/null/auxiliaryProject1*' (Auxiliary) |
| 159 | +Info seq [hh:mm:ss:mss] Files (2) |
| 160 | + /user/users/projects/myproject/node_modules/yargs/index.js Text-1 "// Specifically didnt have ./callback import to ensure that resolving module sepcifier adds the file to project at later stage\nexport function command(cmd, cb) { cb(Yargs) }\n" |
| 161 | + /user/users/projects/myproject/index.ts SVC-1-0 "import { command } from \"yargs\";\ncommand(\"foo\", yargs => {\n yargs.positional();\n});\n" |
| 162 | + |
| 163 | + |
| 164 | + node_modules/yargs/index.js |
| 165 | + Imported via "yargs" from file 'index.ts' with packageId 'yargs/index.js@1.0.0' |
| 166 | + index.ts |
| 167 | + Root file specified for compilation |
| 168 | + |
| 169 | +Info seq [hh:mm:ss:mss] ----------------------------------------------- |
| 170 | +Info seq [hh:mm:ss:mss] response: |
| 171 | + { |
| 172 | + "response": [], |
| 173 | + "responseRequired": true |
| 174 | + } |
| 175 | +After request |
| 176 | + |
| 177 | +PolledWatches:: |
| 178 | +/user/users/projects/myproject/jsconfig.json: |
| 179 | + {"pollingInterval":2000} |
| 180 | +/user/users/projects/myproject/tsconfig.json: |
| 181 | + {"pollingInterval":2000} |
| 182 | +/user/users/projects/node_modules: *new* |
| 183 | + {"pollingInterval":500} |
| 184 | +/user/users/projects/node_modules/@types: |
| 185 | + {"pollingInterval":500} |
| 186 | + |
| 187 | +FsWatches:: |
| 188 | +/a/lib/lib.d.ts: |
| 189 | + {} |
| 190 | +/user/users/projects/myproject/node_modules/@types/yargs/package.json: |
| 191 | + {} |
| 192 | +/user/users/projects/myproject/node_modules/yargs/package.json: |
| 193 | + {} |
| 194 | + |
| 195 | +FsWatchesRecursive:: |
| 196 | +/user/users/projects/myproject/node_modules: |
| 197 | + {} |
| 198 | +/user/users/projects/myproject/node_modules/@types: |
| 199 | + {} |
0 commit comments