You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it'd be possible to generate source that provides 1:1 line numbers between Vue and the generated code. Right now in the Node stack trace the line numbers are too low due to the <template> - it'll be easy to add a bunch of comments at the top or use vue-template-compiler's {pad: 'line'} so they line up perfectly.
The text was updated successfully, but these errors were encountered:
I think it'd be possible to generate source that provides 1:1 line numbers between Vue and the generated code. Right now in the Node stack trace the line numbers are too low due to the
<template>
- it'll be easy to add a bunch of comments at the top or usevue-template-compiler
's{pad: 'line'}
so they line up perfectly.The text was updated successfully, but these errors were encountered: