Closed
Description
We've just added support for using Babel as an alternate transpiler in atom-typescript (mostly to work around #3915 , and if any other similar issues crop up).
The feature includes support for doubly-mapped source maps. This functionality relies on the language service returning the .js.map
file before the corresponding .js
file when getEmitOutput(fileName)
is called. See here.
Is this sequencing guaranteed?
Many thanks!
//cc: @mhegazy