40 was an order-of-operations issue — by including an exported declaration that depended on another declaration, we prevented that second declaration from being assigned the correct alias when we later discovered that it, too, was exported.
This fixes it.
I notice that no sourcemap information is being generated for types. Not sure why, but it's orthogonal to this issue so it can get fixed separately.
40 was an order-of-operations issue — by including an exported declaration that depended on another declaration, we prevented that second declaration from being assigned the correct alias when we later discovered that it, too, was exported.
This fixes it.
I notice that no sourcemap information is being generated for types. Not sure why, but it's orthogonal to this issue so it can get fixed separately.