| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_modifier/entry/src/main/ets/test/ |
| H A D | GridItem.test.ets | 31 console.info("get gridItem state success " + JSON.stringify(pages)); 33 console.info("get gridItem state success " + JSON.stringify(pages.name)); 73 console.info("[testGridItem_0101] JSON.parse(strJson) selected is: " + JSON.stringify(JSON.parse(strJson) 76 expect(JSON.parse(strJson).$attrs.rowStart).assertEqual("1"); 93 console.info("[testGridItem_0102] JSON.parse(strJson) selected is: " + JSON.stringify(JSON.parse(strJson) 96 expect(JSON [all...] |
| /test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/test/getTargetTest/ |
| H A D | getTarget1.test.ets | 30 console.info("get getTarget1Test state pages: " + JSON.stringify(pages));
32 console.info("get getTarget1Test state pages.name: " + JSON.stringify(pages.name));
35 console.info("push getTarget1Test success: " + JSON.stringify(result));
57 let obj: ESObject = JSON.parse(strJson);
58 console.info("[getTarget1Test_0100] component obj is: " + JSON.stringify(obj));
62 obj = JSON.parse(strJson);
63 console.info("[getTarget1Test_0100] component obj is: " + JSON.stringify(obj));
67 obj = JSON.parse(strJson);
68 console.info("[getTarget1Test_0100] component obj is: " + JSON.stringify(obj));
72 obj = JSON [all...] |
| /test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/test/observed_object/ |
| H A D | Observed0060TestJsunit.test.ets | 30 console.info("get Observed0060TestJsunit state pages:" + JSON.stringify(pages)); 32 console.info("get Observed0060TestJsunit pages.name:" + JSON.stringify(pages.name)); 35 console.info("push Observed0060TestJsunit page result:" + JSON.stringify(result)); 59 let obj: ESObject = JSON.parse(getInspectorByKey('tvObserved0060ID')) 60 console.info("[Observed0060TestJsunit] component obj is: " + JSON.stringify(obj)); 63 let obj1: ESObject = JSON.parse(getInspectorByKey('tvObserved0060String')) 64 console.info("[Observed0060TestJsunit] component obj1 is: " + JSON.stringify(obj1)); 67 let obj2: ESObject = JSON.parse(getInspectorByKey('tvObserved0060Boolean')) 68 console.info("[Observed0060TestJsunit] component obj2 is: " + JSON.stringify(obj2)); 71 let obj3: ESObject = JSON [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | json.h | 64 /** Structure which holds a JSON encoder. Wrapper for pa_strbuf and encoder context. \since 15.0 */ 77 /** Start appending JSON object element by writing an opening brace. \since 15.0 */ 79 /** Start appending JSON object member to JSON object. \since 15.0 */ 81 /** End appending JSON object element or member to JSON object. \since 15.0 */ 83 /** Start appending JSON array element by writing an opening bracket. \since 15.0 */ 85 /** Start appending JSON array member to JSON object. \since 15.0 */ 87 /** End appending JSON arra [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuild/resolveJsonModule/ |
| H A D | without-outDir.js | 17 //// [/src/src/hello.json]
23 import hello from "./hello.json" 27 //// [/src/tsconfig_withFiles.json]
40 "src/index.ts", "src/hello.json" 44 //// [/src/tsconfig_withInclude.json]
61 //// [/src/tsconfig_withIncludeAndFiles.json]
74 "src/hello.json" 81 //// [/src/tsconfig_withIncludeOfJson.json]
94 "src/**/*", "src/**/*.json" 101 /lib/tsc --b src/tsconfig_withFiles.json [all...] |
| /third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| H A D | Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-ASAN_Vulkan.json | 7 "--json-output", 8 "/path/to/tmp/json", 24 "--json-output", 25 "/path/to/tmp/json", 37 "--json-output", 38 "/path/to/tmp/json", 50 "--json-output", 51 "/path/to/tmp/json", 65 "--json-output", 66 "/path/to/tmp/json", [all...] |
| H A D | Test-Debian10-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json | 7 "--json-output", 8 "/path/to/tmp/json", 24 "--json-output", 25 "/path/to/tmp/json", 37 "--json-output", 38 "/path/to/tmp/json", 50 "--json-output", 51 "/path/to/tmp/json", 65 "--json-output", 66 "/path/to/tmp/json", [all...] |
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api11/entry/src/main/ets/test/SideBarContainerTest/ |
| H A D | SideBar.test.ets | 33 console.info("get sidebar state success " + JSON.stringify(pages));
35 console.info("get sidebar state success " + JSON.stringify(pages.name));
38 console.info("push sidebar page success " + JSON.stringify(result));
92 console.info("ArkUI_SideBarContainer_Divider_0100: " + JSON.stringify(strJson))
93 let obj: Record<string, ESObject> = JSON.parse(strJson);
95 let dividerObject: ESObject = JSON.parse(obj.$attrs.divider);
112 console.info("ArkUI_SideBarContainer_Divider_0200: " + JSON.stringify(strJson))
113 let obj: Record<string, ESObject> = JSON.parse(strJson);
115 let dividerObject: ESObject = JSON.parse(obj.$attrs.divider);
133 console.info("ArkUI_SideBarContainer_Divider_0300: " + JSON [all...] |
| /test/xts/acts/telephony/networkmanager/socket/sockettest/entry/src/ohosTest/ets/test/ |
| H A D | TLSSockets.test.ets | 242 console.info(`${caseName} SocketMessageInfo:${JSON.stringify(value)} `); 258 console.info(`${caseName} connect fail: ${JSON.stringify(err)}`); 262 console.info(`${caseName} bind fail: ${JSON.stringify(err)}`); 268 console.info(`${caseName} listen err:${JSON.stringify(err)}`); 271 console.info(`${caseName} err: ${JSON.stringify(err)}`); 293 console.info(`${caseName} SocketMessageInfo:${JSON.stringify(value)} `); 299 console.info(`${caseName} send fail: ${JSON.stringify(err)}`); 310 console.info(`${caseName} connect fail: ${JSON.stringify(err)}`); 314 console.info(`${caseName} bind fail: ${JSON.stringify(err)}`); 320 console.info(`${caseName} listen err:${JSON [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/configFileSearch/ |
| H A D | tsconfig-for-the-file-does-not-exist.js | 1 Info 0 [00:00:19.000] Provided types map file "/typesMap.json" doesn't exist
28 Info 3 [00:00:22.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root
29 Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/src/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root
30 Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root
31 Info 6 [00:00:25.000] FileWatcher:: Added:: WatchInfo: /a/b/projects/project/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root
58 Info 17 [00:00:44.000] FileWatcher:: Triggered with /a/b/projects/project/tsconfig.json 0:: WatchInfo: /a/b/projects/project/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root
60 Info 19 [00:00:46.000] For info: /a/b/projects/project/src/index.ts :: Config file name: /a/b/projects/project/tsconfig.json
61 Info 20 [00:00:47.000] Creating configuration project /a/b/projects/project/tsconfig.json
62 Info 21 [00:00:48.000] Scheduled: /a/b/projects/project/tsconfig.json
[all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/ |
| H A D | remove-comment-directives,-they-are-handled-correcrly.js | 1 Info 0 [00:00:19.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
49 Info 4 [00:00:23.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined WatchType: Config file for the inferred project root
50 Info 5 [00:00:24.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/jsconfig.json 2000 undefined WatchType: Config file for the inferred project root
78 /user/username/projects/myproject/tsconfig.json:
80 /user/username/projects/myproject/jsconfig.json:
110 /user/username/projects/myproject/tsconfig.json:
112 /user/username/projects/myproject/jsconfig.json:
126 /user/username/projects/myproject/tsconfig.json:
128 /user/username/projects/myproject/jsconfig.json:
146 /user/username/projects/myproject/tsconfig.json [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/ |
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-change-to-usage.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
17 //// [/user/username/projects/myproject/dependency/tsconfig.json]
29 //// [/user/username/projects/myproject/usage/tsconfig.json]
53 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json
54 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
55 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file
56 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { 61 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json" 70 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchTyp [all...] |
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-with-project-and-local-change-to-usage.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
17 //// [/user/username/projects/myproject/dependency/tsconfig.json]
29 //// [/user/username/projects/myproject/usage/tsconfig.json]
53 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json
54 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
55 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file
56 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { 61 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json" 70 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchTyp [all...] |
| H A D | when-dependency-project-is-not-open-and-save-on-usage-with-project-and-change-to-depenedency.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
17 //// [/user/username/projects/myproject/dependency/tsconfig.json]
29 //// [/user/username/projects/myproject/usage/tsconfig.json]
53 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json
54 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
55 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file
56 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { 61 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json" 70 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchTyp [all...] |
| H A D | when-dependency-project-is-not-open-and-save-on-usage-with-project-and-local-change-to-dependency.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
17 //// [/user/username/projects/myproject/dependency/tsconfig.json]
29 //// [/user/username/projects/myproject/usage/tsconfig.json]
53 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json
54 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
55 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file
56 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : { 61 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json" 70 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchTyp [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferences/ |
| H A D | auto-import-with-referenced-project.js | 1 Info 0 [00:00:47.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/tsconfig.json]
15 //// [/user/username/projects/myproject/shared/src/library/tsconfig.json]
21 //// [/user/username/projects/myproject/shared/package.json]
24 //// [/user/username/projects/myproject/app/src/program/tsconfig.json]
55 Info 3 [00:00:50.000] For info: /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/projects/myproject/app/src/program/tsconfig.json
56 Info 4 [00:00:51.000] Creating configuration project /user/username/projects/myproject/app/src/program/tsconfig.json
57 Info 5 [00:00:52.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/app/src/program/tsconfig.json WatchType: Config file
58 Info 6 [00:00:53.000] Config: /user/username/projects/myproject/app/src/program/tsconfig.json [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js | 1 Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
59 Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
60 Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
61 Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
62 Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 70 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 79 Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
56 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
57 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
58 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
59 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 67 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 76 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-disabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js | 1 Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
59 Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
60 Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
61 Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
62 Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 70 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 79 Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-disabled-and-a-decl-map-is-present.js | 1 Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
59 Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
60 Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
61 Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
62 Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 70 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 79 Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-missing.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
56 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
57 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
58 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
59 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 67 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 76 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| H A D | find-refs-to-decl-in-other-proj-when-proj-is-loaded-and-refd-proj-loading-is-enabled-and-proj-ref-redirects-are-enabled-and-a-decl-map-is-present.js | 1 Info 0 [00:00:31.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/a/tsconfig.json]
23 //// [/user/username/projects/myproject/b/tsconfig.json]
59 Info 3 [00:00:34.000] For info: /user/username/projects/myproject/a/index.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
60 Info 4 [00:00:35.000] Creating configuration project /user/username/projects/myproject/a/tsconfig.json
61 Info 5 [00:00:36.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/a/tsconfig.json WatchType: Config file
62 Info 6 [00:00:37.000] Config: /user/username/projects/myproject/a/tsconfig.json : { 70 "configFilePath": "/user/username/projects/myproject/a/tsconfig.json" 79 Info 7 [00:00:38.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/a 1 undefined Config: /user/username/projects/myproject/a/tsconfig.json WatchTyp [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectUpdatedInBackground/ |
| H A D | without-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js | 1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
31 //// [/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json]
42 Info 3 [00:00:32.000] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json
43 Info 4 [00:00:33.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json
44 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file
46 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","reason":"Creating possible configured project for /user/username/rootfolder/otherfolder/a/b/project/file1.ts to open"}}
47 Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : { 54 "configFilePath": "/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json" 57 Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchTyp [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/configWithReference/ |
| H A D | dependency-dts-changes-with-timeout-before-request.js | 1 Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
20 //// [/user/username/projects/myproject/dependency/tsconfig.json]
39 //// [/user/username/projects/myproject/main/tsconfig.json]
58 //// [/user/username/projects/myproject/random/tsconfig.json]
204 Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
205 Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
206 Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
207 Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { 214 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" [all...] |
| H A D | dependency-dtsMap-changes-with-timeout-before-request.js | 1 Info 0 [00:01:00.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
20 //// [/user/username/projects/myproject/dependency/tsconfig.json]
39 //// [/user/username/projects/myproject/main/tsconfig.json]
58 //// [/user/username/projects/myproject/random/tsconfig.json]
204 Info 3 [00:01:03.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
205 Info 4 [00:01:04.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
206 Info 5 [00:01:05.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
207 Info 6 [00:01:06.000] Config: /user/username/projects/myproject/main/tsconfig.json : { 214 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json" [all...] |