support multistage sourcemap#2
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