Home
last modified time | relevance | path

Searched full:json (Results 876 - 900 of 21314) sorted by relevance

1...<<31323334353637383940>>...853

/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.h21 #include <json/json.h>
87 int CheckConfigFile(const char* fname, Json::Value& root);
91 void ParseSymbolAnimations(const Json::Value& root,
93 void ParseSymbolAnimationParas(const Json::Value& root,
95 void ParseSymbolAnimationPara(const Json::Value& root, AnimationPara& animationPara);
96 void ParseSymbolGroupParas(const Json::Value& root, std::vector<std::vector<PiecewiseParameter>>& groupParameters);
97 void ParseSymbolPiecewisePara(const Json::Value& root, PiecewiseParameter& piecewiseParameter);
98 void ParseSymbolCurveArgs(const Json::Value& root, std::map<std::string, float>& curveArgs);
99 void ParseSymbolProperties(const Json
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/resolveJsonModule/
H A Dfiles-containing-json-file.js17 //// [/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...]
H A Dinclude-and-files.js17 //// [/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_withIncludeAndFiles.json
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
H A Ddisables-looking-into-the-child-project-if-disableReferencedProjectLoad-is-set-in-indirect-project.js1 Info 0 [00:00:59.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
3 Info 2 [00:01:01.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json
4 Info 3 [00:01:02.000] Creating configuration project /user/username/projects/myproject/tsconfig.json
5 Info 4 [00:01:03.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file
7 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}}
8 Info 6 [00:01:05.000] Config: /user/username/projects/myproject/tsconfig.json : {
11 "configFilePath": "/user/username/projects/myproject/tsconfig.json"
15 "path": "/user/username/projects/myproject/tsconfig-indirect1.json",
16 "originalPath": "./tsconfig-indirect1.json"
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_picker/ace_ets_module_picker_api11/entry/src/main/ets/test/TextPicker/
H A DTextPickerMulti.ets28 console.info("get TextPickerMulti state success " + JSON.stringify(pages));
30 console.info("get TextPickerMulti state success " + JSON.stringify(pages.name));
32 console.info("push TextPickerMulti page success " + JSON.stringify(result));
35 console.error("push TextPickerMulti page error " + JSON.stringify(err));
50 let obj: ESObject = JSON.parse(strJson);
51 console.info("[ArkUXII_Stage_TextPicker_Options_0100]:" + JSON.stringify(obj.$attrs.range));
57 console.info('ArkUXII_Stage_TextPicker_Options_0100 ERR ' + JSON.stringify(err));
73 let obj: ESObject = JSON.parse(strJson);
74 console.info("[ArkUXII_Stage_TextPicker_Options_0200]:" + JSON.stringify(obj.$attrs.range));
85 console.info('ArkUXII_Stage_TextPicker_Options_0200 ERR ' + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_layout/ace_ets_module_layout_api11/entry/src/main/ets/test/FlexTest/
H A DFlexJsunit.test.ets39 console.info("get Flex state success " + JSON.stringify(pages));
41 console.info("get Flex state success " + JSON.stringify(pages.name));
43 console.info("push Flex page success " + JSON.stringify(result));
46 console.error("push Flex page error " + JSON.stringify(err));
64 let obj: ESObject = JSON.parse(strJson);
65 console.info("component obj is: " + JSON.stringify(obj));
67 console.info("yr Flex0 type: " + JSON.stringify(obj.$type));
69 console.log("yr flex0 obj.$attrs.constructor.direction-'FlexDirection.Column':" + JSON.stringify(obj.$attrs.constructor.direction));
71 console.log("yr flex0 obj.$attrs.constructor.wrap-'FlexWrap.NoWrap':" + JSON.stringify(obj.$attrs.constructor.wrap));
73 console.log("yr flex0 obj.$attrs.constructor.alignItems-'FlexWrap.NoWrap':" + JSON
[all...]
/test/xts/acts/telephony/telephone/datatest/entry/src/ohosTest/ets/test/
H A DDataManagerHasCard.test.ets56 console.info(`${caseName} err->${JSON.stringify(err)}`);
59 console.info(`${caseName} data->${JSON.stringify(data)}`);
65 console.info(`${caseName} catcherr->${JSON.stringify(err)}`);
88 console.info(`${caseName} err->${JSON.stringify(err)}`);
91 console.info(`${caseName} data->${JSON.stringify(data)}`);
97 console.info(`${caseName} catcherr->${JSON.stringify(error)}`);
118 console.info(`${caseName} cardId->${JSON.stringify(cardId)}`);
121 console.info(`${caseName} err->${JSON.stringify(err)}`);
124 console.info(`${caseName} data->${JSON.stringify(data)}`);
130 console.info(`${caseName} catchError->${JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/
H A Dsave-on-dependency-and-change-to-dependency.js1 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 Dwhen-dependency-project-is-not-open-and-save-on-dependency.js1 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/projectReferencesSourcemap/usageProject/configWithReference/
H A Dusage-file-changes-with-timeout-before-request.js1 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 Dcan-go-to-definition-correctly.js1 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 Ddependency-dts-not-present.js1 Info 0 [00:01:01.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]
196 Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
197 Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
198 Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
199 Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
206 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
H A Ddependency-dtsMap-not-present.js1 Info 0 [00:01:01.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]
201 Info 3 [00:01:04.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
202 Info 4 [00:01:05.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
203 Info 5 [00:01:06.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
204 Info 6 [00:01:07.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
211 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
H A Dwhen-projects-are-not-built.js1 Info 0 [00:00:35.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]
69 Info 3 [00:00:38.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
70 Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
71 Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
72 Info 6 [00:00:41.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
79 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/usageProject/disabledSourceRef/
H A Dusage-file-changes-with-timeout-before-request.js1 Info 0 [00:01:03.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:06.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:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
206 Info 5 [00:01:08.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:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
215 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
H A Dcan-go-to-definition-correctly.js1 Info 0 [00:01:03.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:06.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:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
206 Info 5 [00:01:08.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:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
215 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
H A Ddependency-dts-not-present.js1 Info 0 [00:01:04.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]
196 Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
197 Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
198 Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
199 Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
207 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
H A Ddependency-dtsMap-not-present.js1 Info 0 [00:01:04.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]
201 Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
202 Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
203 Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
204 Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
212 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/TextInputTest/
H A DTextInputJsunit.test.ets44 console.info("[textInputTest] current page is: " + JSON.stringify(pages.name));
47 console.info("push TextInput page success " + JSON.stringify(result));
50 console.info("push TextInput page error " + JSON.stringify(err));
73 let obj: ESObject = JSON.parse(strJson);
74 console.info("[textInput1] get inspector value is: " + JSON.stringify(obj));
75 console.info("[textInput1] get inspector value is: " + JSON.stringify(obj.$attrs.type));
76 console.info("[textInput1] get inspector value is: " + JSON.stringify(obj.$attrs.enterKeyType));
79 console.info("[textInput1] get inspector value is: " + JSON.stringify(obj.$attrs.fontSize));
80 console.info("[textInput1] get inspector value is: " + JSON.stringify(obj.$attrs.height));
105 let obj: ESObject = JSON
[all...]
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py6 # trace output into output JSON files to ingest to perf.skia.org.
11 import json namespace
21 'recipe_engine/json',
44 test_data=['lottie1.json', 'lottie(test)\'!2.json', 'lottie 3!.json',
50 if not lottie_filename.endswith('.json'):
54 api.flavor.device_dirs.dm_dir, '%s.json' % (idx + 1))
84 # Construct contents of the output JSON.
115 # Create the output JSON fil
[all...]
/third_party/json/docs/examples/
H A Djson_pointer__to_string.cpp2 #include <nlohmann/json.hpp>
4 using json = nlohmann::json;
8 // different JSON Pointers in main()
9 json::json_pointer ptr1(""); in main()
10 json::json_pointer ptr2("/foo"); in main()
11 json::json_pointer ptr3("/foo/0"); in main()
12 json::json_pointer ptr4("/"); in main()
13 json::json_pointer ptr5("/a~1b"); in main()
14 json in main()
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projects/
H A Dhandles-delayed-directory-watch-invoke-on-file-creation.js1 Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
19 //// [/users/username/projects/project/tsconfig.json]
43 Info 3 [00:00:28.000] For info: /users/username/projects/project/b.ts :: Config file name: /users/username/projects/project/tsconfig.json
44 Info 4 [00:00:29.000] Creating configuration project /users/username/projects/project/tsconfig.json
45 Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /users/username/projects/project/tsconfig.json 2000 undefined Project: /users/username/projects/project/tsconfig.json WatchType: Config file
47 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/users/username/projects/project/tsconfig.json","reason":"Creating possible configured project for /users/username/projects/project/b.ts to open"}}
48 Info 7 [00:00:32.000] Config: /users/username/projects/project/tsconfig.json : {
54 "configFilePath": "/users/username/projects/project/tsconfig.json"
57 Info 8 [00:00:33.000] DirectoryWatcher:: Added:: WatchInfo: /users/username/projects/project 1 undefined Config: /users/username/projects/project/tsconfig.json WatchTyp
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/
H A DgoToDef-and-rename-locations.js1 Info 0 [00:01:03.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:06.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:07.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
206 Info 5 [00:01:08.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:09.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
214 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
/test/xts/acts/telephony/networkmanager/http/httpDataOptions/entry/src/ohosTest/ets/test/
H A DHttpClientCert.test.ets28 console.info(`exportFail failed err: ${JSON.stringify(err)}`);
36 console.info(`exportTrue failed err: ${JSON.stringify(err)}`);
75 "Content-Type": "application/json",
88 console.info(`${caseName} httpRequest fail ${JSON.stringify(err)}`);
93 console.info(`${caseName} httpRequest success ${JSON.stringify(data)}`);
104 console.info(`${caseName} try...catch err: ${JSON.stringify(err)}`);
135 "Content-Type": "application/json",
146 console.info(`${caseName} request success res: ${JSON.stringify(res)}`);
151 console.info(`${caseName} request failed err: ${JSON.stringify(err)}`);
159 console.info(`${caseName} try...catch err: ${JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/
H A Ddependency-dts-not-present.js1 Info 0 [00:01:04.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]
196 Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
197 Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
198 Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
199 Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
207 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]

Completed in 23 milliseconds

1...<<31323334353637383940>>...853