Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat: support TypeScript 5.1#7088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
16d750f45e19f807a8a85a000e0065ae4f9676e9008bf387716553c64bd48796931b54ea0e2986a7c991018e10f50a51ae5bfbdac377d69f1d0484ff97cf330b4eb19ad1541dc6f949b564f73df54f3038dba084a2b5fcdf79242bcb4b668f978c7610bdc433a01637File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -68,7 +68,6 @@ | ||
| "@types/is-glob": "^4.0.2", | ||
| "@types/jest": "29.4.4", | ||
| "@types/jest-specific-snapshot": "^0.5.5", | ||
bradzacher marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| "@types/marked": "^4.0.3", | ||
| "@types/ncp": "^2.0.5", | ||
| "@types/node": "^18.11.9", | ||
| @@ -112,10 +111,10 @@ | ||
| "ts-node": "10.7.0", | ||
| "tslint": "^6.1.3", | ||
| "tsx": "^3.12.1", | ||
| "typescript": "5.1.6" | ||
| }, | ||
| "resolutions": { | ||
| "typescript": "5.1.6", | ||
| "@types/node": "^18.11.9", | ||
| "@jest/create-cache-key-function": "^29", | ||
| "@jest/reporters": "^29", | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| namespace JSX { | ||
| export interface IntrinsicElements { | ||
| 'foo-bar:baz-bam': any; | ||
| } | ||
| } | ||
| const componentDashed = <foo-bar:baz-bam />; |
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.