-
Notifications
You must be signed in to change notification settings - Fork 2
support multistage sourcemap #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@vvakame Great contribution! I'm looking forward to see this PR works well. |
@twada I'll try add a typescript demo. |
Great!! 👍
If we need to. Currently, espower module appends extra information into the output, like this. assert(assert._expr(assert._capt(falsy, 'arguments/0'), {
content: 'assert(falsy)',
filepath: 'test/fixtures/example.js',
line: 4
})); If upstream SourceMap is passed to espower as
When the information is not enough to display power-assert output later, we should plan to embed sourcemap itself into code or find another way. |
grunt-espower works fine with TypeScript 😸 |
Sounds great!!! |
…e. embed base64 format
well done! |
@vvakame Great Job!! I'll review this PR tomorrow. |
@vvakame functional testing has begun and unfortunately, something is wrong. So, please check output with debugger as below.
Thanks! |
@twada fixed! |
@vvakame Great! 👍 |
Trying to support multistage sourcemap
plan