CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 03:11:32 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/"cbfeeb1cb61efd504e1fc88307e06b90"
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=4cmWiJJzf6gQOfO%2FUTcPP2%2FzddZTEecWTz5rKWNvLlYR5eizVeya%2Fd0sm7LpG8iHqNxGe7kMf34EgVx3UQLqXusancCT4rX9lK8%2F%2FgVse3YZ817Dt4ZKrbaXdvzHu%2BmNMy3QhYG0DMH78rHdbDTJCbDd%2BJu%2BGXKGFrsgkXuqd%2BJYXNqr6vfsObn7KH%2BdXVCPjLxxHu5dqk3IxpPsqB%2BBK%2Bj7d%2BUrf39FKexhr9iLgFLIAhgYiq4VO9Am5dr1LJhWyRxvFNqeapzXeDrcvI2gPg%3D%3D--a6vcfG%2FDr%2Bl%2F9rtD--Uji%2B6%2BY4OI5QpB4CNT7NGw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1622034.1752894690; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 03:11:30 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 03:11:30 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E008:26CB0:2DFCDB:40D7E2:687B0CE2
Add support for transpiling per-file jsx pragmas (#21218) · microsoft/TypeScript@32c63a2 · GitHub
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 32c63a2
authored
Add support for transpiling per-file jsx pragmas (#21218)
* Add support for per-file jsx pragmas
* Add error for using jsx factory pragma with fragments
* More tests, use different regex class for pragma capture
* Unify all pragma parsing machinery1 parent 0b1e217 commit 32c63a2Copy full SHA for 32c63a2
File tree
Expand file treeCollapse file tree
23 files changed
+975
-159
lines changedFilter options
- src
- compiler
- transformers
- services
- codefixes
- tests
- baselines/reference
- cases/conformance/jsx/inline
Expand file treeCollapse file tree
23 files changed
+975
-159
lines changed+24-6Lines changed: 24 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
| 302 | + | |
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
| |||
765 | 765 |
| |
766 | 766 |
| |
767 | 767 |
| |
768 |
| - | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
769 | 785 |
| |
770 | 786 |
| |
771 | 787 |
| |
| |||
15082 | 15098 |
| |
15083 | 15099 |
| |
15084 | 15100 |
| |
15085 |
| - | |
15086 |
| - | |
| 15101 | + | |
| 15102 | + | |
| 15103 | + | |
| 15104 | + | |
15087 | 15105 |
| |
15088 | 15106 |
| |
15089 | 15107 |
| |
| |||
15709 | 15727 |
| |
15710 | 15728 |
| |
15711 | 15729 |
| |
15712 |
| - | |
| 15730 | + | |
15713 | 15731 |
| |
15714 | 15732 |
| |
15715 | 15733 |
| |
| |||
25556 | 25574 |
| |
25557 | 25575 |
| |
25558 | 25576 |
| |
25559 |
| - | |
| 25577 | + | |
25560 | 25578 |
| |
25561 | 25579 |
| |
25562 | 25580 |
| |
|
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 | |
---|---|---|---|
| |||
3788 | 3788 |
| |
3789 | 3789 |
| |
3790 | 3790 |
| |
| 3791 | + | |
| 3792 | + | |
| 3793 | + | |
| 3794 | + | |
3791 | 3795 |
| |
3792 | 3796 |
| |
3793 | 3797 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2375 | 2375 |
| |
2376 | 2376 |
| |
2377 | 2377 |
| |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
2378 | 2381 |
| |
2379 | 2382 |
| |
2380 | 2383 |
| |
|
You can’t perform that action at this time.
0 commit comments