CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 13:45:02 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/"ee54567b7aec748d032610ee5b1ec596"
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=FTEJnvDDDYYaMiMvd0WocT5aL%2FwmzV2jDSh675m%2BiawHeSXQytS7hcfIzoJN36er8gVGqGNGF9Wwvypq4V6jv%2FPAwE%2FUU%2FDydbpmz94etZqwPVkILBRI1d2VU2xPeZAJYdhre2%2FMW4KQR32NIh%2FdQ%2BrfcjFkW9pm9BdvAKwIfqzEoX5EnJmcGKw%2FnVW9KrnFZ%2Bs0cf08diT0Tby%2Fe892JHmsYiS3HH8t1O%2BfhaBBzV8DYE%2Bqw4hYLZu%2Bx6qeRFGzkBYWwKJP3q1E4Ds1Rxe6Hw%3D%3D--Coim5J9VfiabTK%2FL--RMtpNLis7mG67DUcXxMpLA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2077926892.1753278300; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 13:45:00 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 13:45:00 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CB20:B5FA6:C8CAB0:EE2F70:6880E75C
Checkjs implies allowjs (#40275) · microsoft/TypeScript@b0011fe · GitHub
Copy file name to clipboardExpand all lines: src/harness/fourslashImpl.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/salsa/inferringClassMembersFromAssignments2.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/salsa/moduleExportAlias4.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit b0011fe
authored
Checkjs implies allowjs (#40275)
* Passing --checkJs always sets --allowJS
Even if you have `"allowJs": false`. This is not a useful combination.
Changing this makes the compiler more friendly and easier to describe.
* only set allowjs if not explicitly set
* remove stray newline
* restore bad config error
* use an accessor function instead1 parent d572dcb commit b0011feCopy full SHA for b0011fe
File tree
Expand file treeCollapse file tree
8 files changed
+12
-10
lines changedFilter options
- src
- compiler
- harness
- server
- tests/cases/conformance/salsa
Expand file treeCollapse file tree
8 files changed
+12
-10
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2846 | 2846 |
| |
2847 | 2847 |
| |
2848 | 2848 |
| |
2849 |
| - | |
| 2849 | + | |
2850 | 2850 |
| |
2851 | 2851 |
| |
2852 | 2852 |
| |
| |||
3160 | 3160 |
| |
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 |
| - | |
| 3163 | + | |
3164 | 3164 |
| |
3165 | 3165 |
| |
3166 | 3166 |
| |
| |||
3774 | 3774 |
| |
3775 | 3775 |
| |
3776 | 3776 |
| |
3777 |
| - | |
| 3777 | + | |
3778 | 3778 |
| |
3779 | 3779 |
| |
3780 | 3780 |
| |
|
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5933 | 5933 |
| |
5934 | 5934 |
| |
5935 | 5935 |
| |
| 5936 | + | |
| 5937 | + | |
| 5938 | + | |
| 5939 | + | |
5936 | 5940 |
| |
5937 | 5941 |
| |
5938 | 5942 |
| |
| |||
6386 | 6390 |
| |
6387 | 6391 |
| |
6388 | 6392 |
| |
6389 |
| - | |
| 6393 | + | |
6390 | 6394 |
| |
6391 | 6395 |
| |
6392 | 6396 |
| |
|
src/harness/fourslashImpl.ts
Copy file name to clipboardExpand all lines: src/harness/fourslashImpl.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
| 626 | + | |
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
469 | 469 |
| |
470 | 470 |
| |
471 | 471 |
| |
472 |
| - | |
| 472 | + | |
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
tests/cases/conformance/salsa/inferringClassMembersFromAssignments2.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/salsa/inferringClassMembersFromAssignments2.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
|
tests/cases/conformance/salsa/moduleExportAlias4.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/salsa/moduleExportAlias4.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
You can’t perform that action at this time.
0 commit comments