Skip to content

Conversation

JakeChampion
Copy link
Contributor

When upgrading to Deno 2.x from 1.x I noticed that my project began to get the below error from deno-ts:

Property 'stackTraceLimit' does not exist on type 'ErrorConstructor'.deno-ts(2339)

Looking through the deno codebase I saw that there wasa todo item to add this field, which is why I have opened this pull-request

…now on the ErrorConstructor interface

Signed-off-by: Jake Champion <me@jakechampion.name>
Signed-off-by: Jake Champion <me@jakechampion.name>
@CLAassistant
Copy link

CLAassistant commented Mar 18, 2025

CLA assistant check
All committers have signed the CLA.

@JakeChampion JakeChampion marked this pull request as ready for review March 18, 2025 12:00
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM

@dsherret dsherret merged commit 5aeb04f into denoland:main Mar 18, 2025
22 checks passed
@dsherret
Copy link
Member

Ah, I should have made the title not mention about something internal removed. For anyone looking at this PR, nothing was removed from the public api.

@ry
Copy link
Member

ry commented Mar 18, 2025

Thanks @JakeChampion !

ry pushed a commit that referenced this pull request Mar 21, 2025
…rorWithStackTraceLimit interface (#28539)

Signed-off-by: Jake Champion <me@jakechampion.name>
ry pushed a commit that referenced this pull request Apr 7, 2025
…rorWithStackTraceLimit interface (#28539)

Signed-off-by: Jake Champion <me@jakechampion.name>
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.

4 participants