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

perf: replace native asserts #1205

Closed
wants to merge 1 commit into from
Closed

perf: replace native asserts #1205

wants to merge 1 commit into from

Conversation

panva
Copy link
Owner

@panva panva commented Oct 5, 2022

Node's native assert() can be very heavy, especially in a large project with a source map as it creates a full stack trace on failure.

Closes #1204

Node's native `assert()` can be very heavy, especially in a large
project with a source map as it creates a full stack trace on failure.

Co-authored-by: Wayne Robinson <wayne.robinson@gmail.com>
@panva panva mentioned this pull request Oct 5, 2022
@panva panva marked this pull request as draft October 5, 2022 09:18
@panva
Copy link
Owner Author

panva commented Oct 5, 2022

cc @waynerobinson

@panva panva force-pushed the main branch 4 times, most recently from 18906ce to e969c39 Compare October 18, 2022 17:44
@panva panva closed this in 1f77781 Dec 3, 2022
@panva panva deleted the perf-replace-assert branch December 3, 2022 21:34
@github-actions github-actions bot locked and limited conversation to collaborators Jun 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants