Skip to content

Repro for Terser compression issue with return position

Notifications You must be signed in to change notification settings

bmeurer/terser-return-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro for terser return compression issue

Start via

npm install
npm run build
npm start

then open http://localhost:3000 in Chromium, open DevTools, locate input.js and set a breakpoint on line 2, go to the Console and run testFunction() and click StepOver twice. In the Sources panel in DevTools it will look like the execution was paused on obj.x property access, but the Console already shows 1 being logged and the Scope view in the sidebar shows that the JS engine is really paused on the return position.

About

Repro for Terser compression issue with return position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages