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'm using this to send CPU profiles for a transcoded Typescript code file which has inline sourcemaps in the generated JS. The resulting profiles do not have the right line numbers.
How do I test the sourcemapper? For example, I have an input JS file, and I'd like to see the result after sourcemap parsing completes. Is there a unit test, or CLI approach, to do so?
The text was updated successfully, but these errors were encountered:
I'm using this to send CPU profiles for a transcoded Typescript code file which has inline sourcemaps in the generated JS. The resulting profiles do not have the right line numbers.
How do I test the sourcemapper? For example, I have an input JS file, and I'd like to see the result after sourcemap parsing completes. Is there a unit test, or CLI approach, to do so?
The text was updated successfully, but these errors were encountered: