Skip to content

Conversation

timneutkens
Copy link
Member

@timneutkens timneutkens commented Sep 2, 2025

What?

Work in progress

Closes PACK-5434

@ijjk ijjk added created-by: Turbopack team PRs by the Turbopack team. Turbopack Related to Turbopack with Next.js. type: next labels Sep 2, 2025
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines +5 to +6
debugger

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
debugger

A debugger statement was accidentally left in the production code and needs to be removed.

View Details

Analysis

The file contains a debugger statement on line 5 that will cause the Node.js process to halt execution when debugging tools are attached, or attempt to start a debugger session in production environments. This will break the application's startup process and should be removed immediately.

The debugger statement appears to have been accidentally committed during development and serves no purpose in the production codebase. It should be deleted entirely.

Copy link

codspeed-hq bot commented Sep 2, 2025

CodSpeed Performance Report

Merging #83330 will not alter performance

Comparing 09-02-development_speed_up_ready_in_time (b2a4069) with canary (1b5f518)

Summary

✅ 9 untouched benchmarks

@timneutkens
Copy link
Member Author

Closing as this is split into many PRs.

@timneutkens timneutkens closed this Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
created-by: Turbopack team PRs by the Turbopack team. Turbopack Related to Turbopack with Next.js. type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants