CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 02:37:29 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/"e0a595fa7a0f176921317ba2c3696da1"
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=mlErsLXNlo4Mv5eKS1NoIjeRDS90RNLZKY4MTcCwup7rOEeG3dIYFIGN5tJsozksuzGNqA5C1nfCawgTlWLcCJzNxmhN%2F0P5T22Sj0%2BiN21qZ6AdhAeqAF4EnOa%2Bc8fxjmnn095RBoAbqZMLeAqIii4AN7CwvTd5MoRxkZ2KUUrbunEQeCHJgAdQ%2FMwcyfyKntDaCSIY7CJzef2N8SmJSgxpsVQKj85ZDwtbLh1POzasy29KZ4ACmPvSIx5xjX1x6ldQaa5KK69WyBdWoyD7Yw%3D%3D--ytrCBj9ytmwZswtQ--pByHOJ1QuiJS2IiAMtbRMg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2107772792.1752892648; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 02:37:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 02:37:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A482:3C3816:DF18:148DE:687B04E8
Plain JS grammar errors (#47067) · microsoft/TypeScript@a72bf54 · GitHub
Copy file name to clipboardExpand all lines: tests/baselines/reference/plainJSBinderErrors.errors.txt
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit a72bf54
authored
Plain JS grammar errors (#47067)
* Plain JS grammar errors
From the list in
#45349 (comment),
excluding the JSX errors, decorator errors and unresolved #private
error. The latter re-uses "Cannot resolve name X" which naturally shows
up a *lot* in plain JS.
* Add grammarErrorAtPos errors
Also remove checkGrammarArguments; it's blocked entirely by the same
parser error.1 parent 0225425 commit a72bf54Copy full SHA for a72bf54
File tree
Expand file treeCollapse file tree
9 files changed
+2059
-20
lines changedFilter options
- src/compiler
- tests
- baselines/reference
- cases/conformance/salsa
Expand file treeCollapse file tree
9 files changed
+2059
-20
lines changed+2-17Lines changed: 2 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31013 | 31013 |
| |
31014 | 31014 |
| |
31015 | 31015 |
| |
31016 |
| - | |
| 31016 | + | |
31017 | 31017 |
| |
31018 | 31018 |
| |
31019 | 31019 |
| |
| |||
31133 | 31133 |
| |
31134 | 31134 |
| |
31135 | 31135 |
| |
31136 |
| - | |
| 31136 | + | |
31137 | 31137 |
| |
31138 | 31138 |
| |
31139 | 31139 |
| |
| |||
42917 | 42917 |
| |
42918 | 42918 |
| |
42919 | 42919 |
| |
42920 |
| - | |
42921 |
| - | |
42922 |
| - | |
42923 |
| - | |
42924 |
| - | |
42925 |
| - | |
42926 |
| - | |
42927 |
| - | |
42928 |
| - | |
42929 |
| - | |
42930 |
| - | |
42931 |
| - | |
42932 |
| - | |
42933 |
| - | |
42934 |
| - | |
42935 | 42920 |
| |
42936 | 42921 |
| |
42937 | 42922 |
| |
|
+66-1Lines changed: 66 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
| 823 | + | |
823 | 824 |
| |
824 | 825 |
| |
825 | 826 |
| |
| |||
835 | 836 |
| |
836 | 837 |
| |
837 | 838 |
| |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
838 | 902 |
| |
839 | 903 |
| |
840 | 904 |
| |
| |||
2036 | 2100 |
| |
2037 | 2101 |
| |
2038 | 2102 |
| |
2039 |
| - | |
| 2103 | + | |
2040 | 2104 |
| |
2041 | 2105 |
| |
| 2106 | + | |
2042 | 2107 |
| |
2043 | 2108 |
| |
2044 | 2109 |
| |
|
tests/baselines/reference/plainJSBinderErrors.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/plainJSBinderErrors.errors.txt+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| 85 | + | |
| 86 | + | |
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
|
You can’t perform that action at this time.
0 commit comments