Vue-test-utils: Debugger in dist files

Created on 13 Dec 2017  路  4Comments  路  Source: vuejs/vue-test-utils

It looks like this commit added several debugger statements to the built files. https://github.com/vuejs/vue-test-utils/commit/71d2c6b73e7738e99654f731207b79a1fd1c207f
Was that intentional? It's weird to get caught in these debuggers when trying to debug my own code.

Thank you for building this great tool!

bug

Most helpful comment

No, sorry, that was unintentional.

I'm going to add a linting rule to catch debugger statements, and release beta.8 today

All 4 comments

The debuggers were removed at #247 .

247 was merged after 1.0.0-beta.7.

This change is not released.

No, sorry, that was unintentional.

I'm going to add a linting rule to catch debugger statements, and release beta.8 today

Released in 1.0.0-beta.8

Thanks for addressing this so quickly!

Was this page helpful?
0 / 5 - 0 ratings