1.17.3
Bugfixes
browser
- Mismatching redirect URI on refresh: the root cause of the bug was a race
condition because of the asynchronous nature of updating the browser URL. The appropriate event is now awaited for, which should prevent
the issue from manifesting.
browser and node
- JSDoc comments are preserved in emitted files, which gives a better developer experience in IDEs supporting them.