power-assert-js / espower-source

Power Assert instrumentor from code to code, with SourceMap.
MIT License
11 stars 7 forks source link

source-map in browserify transform chain. #3

Closed twada closed 10 years ago

twada commented 10 years ago

Fixes bug reported by @azu https://gist.github.com/azu/10444379

Should use map.setProperty('sources', [filepath]); in transform chain (maybe converted multiple times).