This changes the default behavior when handling source-map-related compiler options so that it matches tsc's behavior.
Note that this introduces somewhat of a breaking change: calls to bundle() used to always emit inline source maps — now it only occurs if the option is explicitly set to true.
This changes the default behavior when handling source-map-related compiler options so that it matches tsc's behavior.
Note that this introduces somewhat of a breaking change: calls to
bundle()
used to always emit inline source maps — now it only occurs if the option is explicitly set totrue
.Closes #105.