Home
last modified time | relevance | path

Searched refs:projects (Results 1 – 25 of 1318) sorted by relevance

12345678910>>...53

/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Dwith-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js25 /a/lib/tsc.js --w -p /user/username/projects/myproject/tsconfig.json
39 /user/username/projects/myproject/node_modules/file2/index.d.ts
40 /user/username/projects/myproject/src/file1.ts
44 /user/username/projects/myproject/node_modules/file2/index.d.ts
45 /user/username/projects/myproject/src/file1.ts
48 /user/username/projects/myproject/tsconfig.json:
50 /user/username/projects/myproject/src/file1.ts:
52 /user/username/projects/myproject/node_modules/file2/index.d.ts:
58 /user/username/projects/myproject/src:
60 /user/username/projects/myproject/node_modules:
[all …]
Dwith-non-synchronous-watch-directory.js25 /a/lib/tsc.js --w -p /user/username/projects/myproject/tsconfig.json
39 /user/username/projects/myproject/node_modules/file2/index.d.ts
40 /user/username/projects/myproject/src/file1.ts
44 /user/username/projects/myproject/node_modules/file2/index.d.ts
45 /user/username/projects/myproject/src/file1.ts
48 /user/username/projects/myproject/tsconfig.json:
50 /user/username/projects/myproject/src/file1.ts:
52 /user/username/projects/myproject/node_modules/file2/index.d.ts:
58 /user/username/projects/myproject/src:
60 /user/username/projects/myproject/node_modules:
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/with-simple-project-reference-graph/
Dbuilds-when-new-file-is-added,-and-its-subsequent-updates.js119 /user/username/projects/sample1/core/anotherModule.ts
120 /user/username/projects/sample1/core/index.ts
124 /user/username/projects/sample1/core/anotherModule.ts
125 /user/username/projects/sample1/core/index.ts
132 /user/username/projects/sample1/core/index.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
134 /user/username/projects/sample1/logic/index.ts
138 /user/username/projects/sample1/core/index.d.ts
139 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/logic/index.ts
[all …]
Dchange-builds-changes-and-reports-found-errors-message.js119 /user/username/projects/sample1/core/anotherModule.ts
120 /user/username/projects/sample1/core/index.ts
124 /user/username/projects/sample1/core/anotherModule.ts
125 /user/username/projects/sample1/core/index.ts
132 /user/username/projects/sample1/core/index.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
134 /user/username/projects/sample1/logic/index.ts
138 /user/username/projects/sample1/core/index.d.ts
139 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/logic/index.ts
[all …]
Dnon-local-change-does-not-start-build-of-referencing-projects.js119 /user/username/projects/sample1/core/anotherModule.ts
120 /user/username/projects/sample1/core/index.ts
124 /user/username/projects/sample1/core/anotherModule.ts
125 /user/username/projects/sample1/core/index.ts
132 /user/username/projects/sample1/core/index.d.ts
133 /user/username/projects/sample1/core/anotherModule.d.ts
134 /user/username/projects/sample1/logic/index.ts
138 /user/username/projects/sample1/core/index.d.ts
139 /user/username/projects/sample1/core/anotherModule.d.ts
140 /user/username/projects/sample1/logic/index.ts
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/with-circular-project-reference/
Dbuilds-when-new-file-is-added,-and-its-subsequent-updates.js93 /user/username/projects/sample1/core/anotherModule.ts
94 /user/username/projects/sample1/core/index.ts
98 /user/username/projects/sample1/core/anotherModule.ts
99 /user/username/projects/sample1/core/index.ts
106 /user/username/projects/sample1/core/index.d.ts
107 /user/username/projects/sample1/core/anotherModule.d.ts
108 /user/username/projects/sample1/logic/index.ts
112 /user/username/projects/sample1/core/index.d.ts
113 /user/username/projects/sample1/core/anotherModule.d.ts
114 /user/username/projects/sample1/logic/index.ts
[all …]
Dchange-builds-changes-and-reports-found-errors-message.js93 /user/username/projects/sample1/core/anotherModule.ts
94 /user/username/projects/sample1/core/index.ts
98 /user/username/projects/sample1/core/anotherModule.ts
99 /user/username/projects/sample1/core/index.ts
106 /user/username/projects/sample1/core/index.d.ts
107 /user/username/projects/sample1/core/anotherModule.d.ts
108 /user/username/projects/sample1/logic/index.ts
112 /user/username/projects/sample1/core/index.d.ts
113 /user/username/projects/sample1/core/anotherModule.d.ts
114 /user/username/projects/sample1/logic/index.ts
[all …]
Dnon-local-change-does-not-start-build-of-referencing-projects.js93 /user/username/projects/sample1/core/anotherModule.ts
94 /user/username/projects/sample1/core/index.ts
98 /user/username/projects/sample1/core/anotherModule.ts
99 /user/username/projects/sample1/core/index.ts
106 /user/username/projects/sample1/core/index.d.ts
107 /user/username/projects/sample1/core/anotherModule.d.ts
108 /user/username/projects/sample1/logic/index.ts
112 /user/username/projects/sample1/core/index.d.ts
113 /user/username/projects/sample1/core/anotherModule.d.ts
114 /user/username/projects/sample1/logic/index.ts
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/
Dwith-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js38 Current directory: /user/username/projects/myproject CaseSensitiveFileNames: false
39 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 {"excludeDire…
44 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 250 {"excludeDirecto…
45 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/index.d.ts 250 …
46 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 {"excludeDir…
47 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules …
48 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/foo.d.ts 250 {"…
50 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories"…
51 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"exclu…
52 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"exc…
[all …]
Dwith-excludeDirectories-option-with-recursive-directory-watching.js48 /user/username/projects/myproject/node_modules/bar/foo.d.ts
49 /user/username/projects/myproject/node_modules/bar/index.d.ts
50 /user/username/projects/myproject/src/main.ts
54 /user/username/projects/myproject/node_modules/bar/foo.d.ts
55 /user/username/projects/myproject/node_modules/bar/index.d.ts
56 /user/username/projects/myproject/src/main.ts
59 /user/username/projects/myproject/tsconfig.json:
61 /user/username/projects/myproject/src/main.ts:
63 /user/username/projects/myproject/node_modules/bar/index.d.ts:
65 /user/username/projects/myproject/node_modules/bar/foo.d.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/
Dwith-noEmitOnError-with-incremental.js66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
72 /user/username/projects/noEmitOnError/shared/types/db.ts
73 /user/username/projects/noEmitOnError/src/main.ts
74 /user/username/projects/noEmitOnError/src/other.ts
77 /user/username/projects/noemitonerror/tsconfig.json:
79 /user/username/projects/noemitonerror/shared/types/db.ts:
81 /user/username/projects/noemitonerror/src/main.ts:
83 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError.js66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
72 /user/username/projects/noEmitOnError/shared/types/db.ts
73 /user/username/projects/noEmitOnError/src/main.ts
74 /user/username/projects/noEmitOnError/src/other.ts
77 /user/username/projects/noemitonerror/tsconfig.json:
79 /user/username/projects/noemitonerror/shared/types/db.ts:
81 /user/username/projects/noemitonerror/src/main.ts:
83 /user/username/projects/noemitonerror/src/other.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/
Dwith-noEmitOnError-with-incremental.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/
Dwith-noEmitOnError.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError-with-incremental.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/
Dwhen-outDir-is-specified.js96 /a/lib/tsc.js -w -p /user/username/projects/myproject/tsconfig.json
110 /user/username/projects/myproject/file1.ts
111 /user/username/projects/myproject/src/file2.ts
115 /user/username/projects/myproject/file1.ts
116 /user/username/projects/myproject/src/file2.ts
119 /user/username/projects/myproject/tsconfig.json:
121 /user/username/projects/myproject/file1.ts:
123 /user/username/projects/myproject/src/file2.ts:
131 /user/username/projects/myproject/src:
133 /user/username/projects/myproject/node_modules/@types:
[all …]
Dwithout-outDir-or-outFile-is-specified.js96 /a/lib/tsc.js -w -p /user/username/projects/myproject/tsconfig.json
110 /user/username/projects/myproject/file1.ts
111 /user/username/projects/myproject/src/file2.ts
115 /user/username/projects/myproject/file1.ts
116 /user/username/projects/myproject/src/file2.ts
119 /user/username/projects/myproject/tsconfig.json:
121 /user/username/projects/myproject/file1.ts:
123 /user/username/projects/myproject/src/file2.ts:
131 /user/username/projects/myproject/src:
133 /user/username/projects/myproject/node_modules/@types:
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/
Dwhen-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js42 /user/username/projects/sample1/core/index.ts
51 /user/username/projects/sample1/core/index.d.ts
52 /user/username/projects/sample1/logic/index.ts
57 /user/username/projects/sample1/core/tsconfig.json:
59 /user/username/projects/sample1/core/index.ts:
61 /user/username/projects/sample1/logic/tsconfig.json:
63 /user/username/projects/sample1/logic/index.ts:
69 /user/username/projects/sample1/core:
71 /user/username/projects/sample1/logic:
115 File:: /user/username/projects/sample1/core/index.js
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
Dwith-noEmitOnError-with-incremental.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/
Dwith-noEmitOnError-with-incremental.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/
Dwith-noEmitOnError-with-incremental.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]
Dwith-noEmitOnError.js60 /user/username/projects/noEmitOnError/shared/types/db.ts
61 /user/username/projects/noEmitOnError/src/main.ts
62 /user/username/projects/noEmitOnError/src/other.ts
66 /user/username/projects/noEmitOnError/shared/types/db.ts
67 /user/username/projects/noEmitOnError/src/main.ts
68 /user/username/projects/noEmitOnError/src/other.ts
71 /user/username/projects/noemitonerror/tsconfig.json:
73 /user/username/projects/noemitonerror/shared/types/db.ts:
75 /user/username/projects/noemitonerror/src/main.ts:
77 /user/username/projects/noemitonerror/src/other.ts:
[all …]

12345678910>>...53