Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: TypeScript 5.3 #21480

Merged
merged 4 commits into from
Dec 6, 2023
Merged

feat: TypeScript 5.3 #21480

merged 4 commits into from
Dec 6, 2023

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Dec 6, 2023

@@ -15,283 +15,6 @@ and limitations under the License.

/// <reference no-default-lib="true"/>

interface Array<T> {
/** Copies and reverses the elements in an array.*/
toReversed(): T[];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are already in es2023.array.d.ts

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@@ -17,11 +17,11 @@ and limitations under the License.
/// <reference no-default-lib="true"/>

interface AggregateError extends Error {
errors: any[]
errors: any[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess all of these are originating from dprint migration?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup.

@dsherret dsherret merged commit 68d356e into denoland:main Dec 6, 2023
14 checks passed
@dsherret dsherret deleted the feat_ts_5_3 branch December 6, 2023 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants