CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 12:54:57 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/TypeScript.git
etag: W/"f0ae05986100a4737cba57bb94919974"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=fk0KrCVRLI517DqzBqaa52bdzAj0MhSQnGTrqmORYEmtf6w9wnKXHIPDpXxvmgFupXn%2FzRYCcE8rzEdyQ9BkqYI%2FRRNoT1vuiT6rIaLqGti4B04FpyUoDg50jRhyXgjp4CLh3vDcUurZE61a40j5GKX7CiBWQhq6srmuLG91AFqmaovcIZRNykxLyprcj3bogiLeD143GQremHFQb2JFrv%2Buztke9W9WMdGwBSIBXuW6s4U5fijSeSmE6IY67bkl32CEYzGi3uWqTO9LJ0nW8g%3D%3D--DSjdjUc6Ae2z1cZb--xfnLKf%2BMxOsMDT3mrwhpow%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.258139179.1752929696; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 12:54:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 12:54:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C6D8:249704:4D54AD:610221:687B95A0
Add watchOptions to tsconfig and allow supplying them on command line… · microsoft/TypeScript@236012e · GitHub
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/tsbuildPublic.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 236012e
authored
Add watchOptions to tsconfig and allow supplying them on command line as well (#35615)
* Create different watch options in compiler options
* Thread through the new watch options
* Actually use the options passed through for watch strategy
* Support delay on updating child directory watches
* Make watchOptions separate from compilerOptions
* Support passing watch options from command line
* Handle displaying of watchOptions1 parent 4212484 commit 236012eCopy full SHA for 236012e
File tree
Expand file treeCollapse file tree
40 files changed
+2416
-719
lines changedFilter options
- src
- compiler
- executeCommandLine
- harness
- jsTyping
- server
- testRunner
- unittests
- config
- tscWatch
- tsserver
- tsserver
- typingsInstallerCore
- tests/baselines/reference
- api
- showConfig
- Show TSConfig with watch options
- Shows tsconfig for single option
- fallbackPolling
- synchronousWatchDirectory
- watchDirectory
- watchFile
Expand file treeCollapse file tree
40 files changed
+2416
-719
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
757 |
| - | |
| 757 | + | |
758 | 758 |
| |
759 | 759 |
| |
760 | 760 |
| |
| |||
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 | 1196 |
| |
1197 |
| - | |
| 1197 | + |
src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts+305-152Lines changed: 305 additions & 152 deletions
Large diffs are not rendered by default.
src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3313 | 3313 |
| |
3314 | 3314 |
| |
3315 | 3315 |
| |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
3316 | 3328 |
| |
3317 | 3329 |
| |
3318 | 3330 |
| |
| |||
4160 | 4172 |
| |
4161 | 4173 |
| |
4162 | 4174 |
| |
| 4175 | + | |
| 4176 | + | |
| 4177 | + | |
| 4178 | + | |
| 4179 | + | |
| 4180 | + | |
| 4181 | + | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
4163 | 4191 |
| |
4164 | 4192 |
| |
4165 | 4193 |
| |
|
+479-210Lines changed: 479 additions & 210 deletions
Large diffs are not rendered by default.
src/compiler/tsbuildPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/tsbuildPublic.ts+17-13Lines changed: 17 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
209 |
| - | |
| 208 | + | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
| |||
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
275 |
| - | |
| 276 | + | |
276 | 277 |
| |
277 | 278 |
| |
278 | 279 |
| |
| |||
306 | 307 |
| |
307 | 308 |
| |
308 | 309 |
| |
| 310 | + | |
309 | 311 |
| |
310 | 312 |
| |
311 | 313 |
| |
| |||
374 | 376 |
| |
375 | 377 |
| |
376 | 378 |
| |
377 |
| - | |
| 379 | + | |
378 | 380 |
| |
379 | 381 |
| |
380 | 382 |
| |
381 | 383 |
| |
382 | 384 |
| |
383 | 385 |
| |
384 | 386 |
| |
385 |
| - | |
| 387 | + | |
386 | 388 |
| |
387 | 389 |
| |
388 | 390 |
| |
| |||
1147 | 1149 |
| |
1148 | 1150 |
| |
1149 | 1151 |
| |
1150 |
| - | |
| 1152 | + | |
1151 | 1153 |
| |
1152 | 1154 |
| |
1153 | 1155 |
| |
| |||
1751 | 1753 |
| |
1752 | 1754 |
| |
1753 | 1755 |
| |
1754 |
| - | |
| 1756 | + | |
1755 | 1757 |
| |
1756 | 1758 |
| |
1757 | 1759 |
| |
| |||
1760 | 1762 |
| |
1761 | 1763 |
| |
1762 | 1764 |
| |
| 1765 | + | |
1763 | 1766 |
| |
1764 | 1767 |
| |
1765 | 1768 |
| |
| |||
1820 | 1823 |
| |
1821 | 1824 |
| |
1822 | 1825 |
| |
| 1826 | + | |
1823 | 1827 |
| |
1824 | 1828 |
| |
1825 | 1829 |
| |
| |||
1837 | 1841 |
| |
1838 | 1842 |
| |
1839 | 1843 |
| |
| 1844 | + | |
1840 | 1845 |
| |
1841 | 1846 |
| |
1842 | 1847 |
| |
| |||
1851 | 1856 |
| |
1852 | 1857 |
| |
1853 | 1858 |
| |
1854 |
| - | |
1855 |
| - | |
1856 |
| - | |
1857 | 1859 |
| |
| 1860 | + | |
| 1861 | + | |
1858 | 1862 |
| |
1859 | 1863 |
| |
1860 | 1864 |
| |
| |||
1870 | 1874 |
| |
1871 | 1875 |
| |
1872 | 1876 |
| |
1873 |
| - | |
1874 |
| - | |
1875 |
| - | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
1876 | 1880 |
| |
1877 | 1881 |
| |
1878 | 1882 |
| |
|
+33-2Lines changed: 33 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4929 | 4929 |
| |
4930 | 4930 |
| |
4931 | 4931 |
| |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
| 4939 | + | |
| 4940 | + | |
| 4941 | + | |
| 4942 | + | |
| 4943 | + | |
| 4944 | + | |
| 4945 | + | |
| 4946 | + | |
| 4947 | + | |
| 4948 | + | |
| 4949 | + | |
| 4950 | + | |
| 4951 | + | |
4932 | 4952 |
| |
4933 | 4953 |
| |
4934 | 4954 |
| |
| |||
5043 | 5063 |
| |
5044 | 5064 |
| |
5045 | 5065 |
| |
| 5066 | + | |
| 5067 | + | |
| 5068 | + | |
| 5069 | + | |
| 5070 | + | |
| 5071 | + | |
| 5072 | + | |
| 5073 | + | |
| 5074 | + | |
5046 | 5075 |
| |
5047 | 5076 |
| |
5048 | 5077 |
| |
| |||
5130 | 5159 |
| |
5131 | 5160 |
| |
5132 | 5161 |
| |
| 5162 | + | |
5133 | 5163 |
| |
5134 | 5164 |
| |
5135 | 5165 |
| |
| |||
5210 | 5240 |
| |
5211 | 5241 |
| |
5212 | 5242 |
| |
5213 |
| - | |
| 5243 | + | |
| 5244 | + | |
5214 | 5245 |
| |
5215 | 5246 |
| |
5216 | 5247 |
| |
| |||
5219 | 5250 |
| |
5220 | 5251 |
| |
5221 | 5252 |
| |
5222 |
| - | |
| 5253 | + | |
5223 | 5254 |
| |
5224 | 5255 |
| |
5225 | 5256 |
| |
|
+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
| 428 | + | |
428 | 429 |
| |
429 | 430 |
| |
430 | 431 |
| |
431 | 432 |
| |
432 | 433 |
| |
433 | 434 |
| |
434 |
| - | |
| 435 | + | |
435 | 436 |
| |
436 | 437 |
| |
437 | 438 |
| |
| 439 | + | |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
|
You can’t perform that action at this time.
0 commit comments