dcodeIO / MetaScript

Sophisticated meta programming in JavaScript, e.g. to build different versions of a library from a single source tree.
http://dcode.io
Apache License 2.0
136 stars 13 forks source link

Source maps #9

Open jwulf opened 7 years ago

jwulf commented 7 years ago

Yo, any chance that you could add sourcemaps support to this?

I'd like to use it with wallaby.js, but wallaby needs a source map to operate. Ref: https://github.com/wallabyjs/public/issues/156

dcodeIO commented 7 years ago

I agree that sourcemaps would make this package a lot more usable, but I am currently not planning to invest in this.