CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 19:57:18 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/"4881974c0317e2073d5ef005283d0ad5"
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=WVgxhIPIRHYp2vsqPHg2vzOZpxmrVGw2boCgK9kPdVj0soEFDEvV2CuRe06ypL2QxPgwc0Uz%2BjcQmfU5Oe680isF48v%2BH2B5KuAmREZdmiDW2a4Hh4n%2BWN8YYqisHhWe%2FenPaBcw%2BkHFed8cbl7LwygJgzFOHqYUhlb5HqEMd6qUSZJ%2FkLlwrvrKrJlmutal9XTrNx35th0%2BSMqnXix8aewxLJldAMkYjq%2Brw9XXe42W5CzVd6WtxhH8w1DYOp42EgSNqecIiNwz8hGfCqGVhg%3D%3D--uSY01vKDq9XkW76A--1uAUbe6ihZ3Y2seSJRdoPw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1005181369.1753300636; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:57:16 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:57:16 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8FD2:2DEF93:1089C2A:139BD7E:68813E9C
Add top-level await for esnext and system modules (#35813) · microsoft/TypeScript@114dad7 · GitHub
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2017.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2018.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/module/system.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/awaitInNonAsyncFunction.errors.txt
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 114dad7
File tree
Expand file treeCollapse file tree
28 files changed
+274
-49
lines changedFilter options
- src/compiler
- transformers
- module
- tests
- baselines/reference
- cases/conformance/externalModules
Expand file treeCollapse file tree
28 files changed
+274
-49
lines changed+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3902 | 3902 |
| |
3903 | 3903 |
| |
3904 | 3904 |
| |
3905 |
| - | |
3906 |
| - | |
| 3905 | + | |
3907 | 3906 |
| |
3908 | 3907 |
| |
| 3908 | + | |
| 3909 | + | |
| 3910 | + | |
| 3911 | + | |
3909 | 3912 |
| |
3910 | 3913 |
| |
3911 | 3914 |
| |
|
+30-10Lines changed: 30 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26437 | 26437 |
| |
26438 | 26438 |
| |
26439 | 26439 |
| |
| 26440 | + | |
| 26441 | + | |
| 26442 | + | |
| 26443 | + | |
| 26444 | + | |
26440 | 26445 |
| |
26441 | 26446 |
| |
26442 | 26447 |
| |
26443 | 26448 |
| |
26444 |
| - | |
26445 |
| - | |
26446 |
| - | |
26447 |
| - | |
26448 |
| - | |
26449 |
| - | |
26450 |
| - | |
26451 |
| - | |
26452 |
| - | |
| 26449 | + | |
| 26450 | + | |
| 26451 | + | |
| 26452 | + | |
| 26453 | + | |
| 26454 | + | |
| 26455 | + | |
| 26456 | + | |
| 26457 | + | |
| 26458 | + | |
| 26459 | + | |
| 26460 | + | |
| 26461 | + | |
| 26462 | + | |
| 26463 | + | |
| 26464 | + | |
| 26465 | + | |
| 26466 | + | |
| 26467 | + | |
| 26468 | + | |
| 26469 | + | |
| 26470 | + | |
| 26471 | + | |
| 26472 | + | |
| 26473 | + | |
26453 | 26474 |
| |
26454 |
| - | |
26455 | 26475 |
| |
26456 | 26476 |
| |
26457 | 26477 |
| |
|
src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
1062 | 1066 |
| |
1063 | 1067 |
| |
1064 | 1068 |
| |
|
src/compiler/transformers/es2017.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2017.ts+40-13Lines changed: 40 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
| |||
41 | 46 |
| |
42 | 47 |
| |
43 | 48 |
| |
44 |
| - | |
| 49 | + | |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
| |||
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
61 |
| - | |
| 66 | + | |
| 67 | + | |
62 | 68 |
| |
63 | 69 |
| |
64 | 70 |
| |
65 | 71 |
| |
66 | 72 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
70 | 93 |
| |
71 |
| - | |
| 94 | + | |
72 | 95 |
| |
73 | 96 |
| |
74 | 97 |
| |
| |||
91 | 114 |
| |
92 | 115 |
| |
93 | 116 |
| |
94 |
| - | |
| 117 | + | |
95 | 118 |
| |
96 | 119 |
| |
97 |
| - | |
| 120 | + | |
98 | 121 |
| |
99 | 122 |
| |
100 |
| - | |
| 123 | + | |
101 | 124 |
| |
102 | 125 |
| |
103 |
| - | |
| 126 | + | |
104 | 127 |
| |
105 | 128 |
| |
106 | 129 |
| |
| |||
119 | 142 |
| |
120 | 143 |
| |
121 | 144 |
| |
122 |
| - | |
| 145 | + | |
123 | 146 |
| |
124 | 147 |
| |
125 | 148 |
| |
| |||
237 | 260 |
| |
238 | 261 |
| |
239 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
240 | 267 |
| |
241 | 268 |
| |
242 | 269 |
| |
| |||
457 | 484 |
| |
458 | 485 |
| |
459 | 486 |
| |
460 |
| - | |
| 487 | + | |
461 | 488 |
| |
462 | 489 |
| |
463 | 490 |
| |
| |||
498 | 525 |
| |
499 | 526 |
| |
500 | 527 |
| |
501 |
| - | |
| 528 | + | |
502 | 529 |
| |
503 | 530 |
| |
504 | 531 |
| |
|
src/compiler/transformers/es2018.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2018.ts+14-14Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
| 777 | + | |
778 | 778 |
| |
779 | 779 |
| |
780 | 780 |
| |
|
src/compiler/transformers/module/system.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/module/system.ts+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
| 266 | + | |
| 267 | + | |
265 | 268 |
| |
266 | 269 |
| |
267 | 270 |
| |
268 | 271 |
| |
269 | 272 |
| |
270 | 273 |
| |
271 |
| - | |
| 274 | + | |
272 | 275 |
| |
273 | 276 |
| |
274 | 277 |
| |
|
+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5608 | 5608 |
| |
5609 | 5609 |
| |
5610 | 5610 |
| |
5611 |
| - | |
5612 |
| - | |
5613 |
| - | |
| 5611 | + | |
| 5612 | + | |
| 5613 | + | |
| 5614 | + | |
5614 | 5615 |
| |
5615 | 5616 |
| |
5616 | 5617 |
| |
| |||
5636 | 5637 |
| |
5637 | 5638 |
| |
5638 | 5639 |
| |
5639 |
| - | |
5640 |
| - | |
5641 |
| - | |
5642 |
| - | |
| 5640 | + | |
| 5641 | + | |
| 5642 | + | |
| 5643 | + | |
5643 | 5644 |
| |
5644 | 5645 |
| |
5645 | 5646 |
| |
|
tests/baselines/reference/awaitInNonAsyncFunction.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/awaitInNonAsyncFunction.errors.txt+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + |
You can’t perform that action at this time.
0 commit comments