fix(multiple): new build output + test suites + bug fixes #10

Merged
torstein merged 26 commits from fix/build-tsc-alias into main 2026-03-25 18:56:07 +00:00
Owner

This PR introduces fix-imports in order to change build output imports from directory/extensionless to ".js" and "/index.js".

Additionally, it introduces several tests in order to verify the changes.

Lastly, it introduces several bug fixes found while writing these tests:

  1. fix(bring): call onNetworkError in network error case

  2. fix(store): slice now properly destroys and is exported

  3. fix(broadcast): stopImmediatePropagation should stop sibling listeners from triggering

  4. fix(router): use absolutePath check

  5. fix(forms): reset now resets validations

  6. fix(translate): explicitly check undefined

  7. fix(forms): remove unused description

  8. fix(forms): add getFormValues to public api

This PR introduces [fix-imports](https://code.thune.io/torstein/fix-imports) in order to change build output imports from directory/extensionless to ".js" and "/index.js". Additionally, it introduces several tests in order to verify the changes. Lastly, it introduces several bug fixes found while writing these tests: 1) fix(bring): call onNetworkError in network error case 2) fix(store): slice now properly destroys and is exported 3) fix(broadcast): stopImmediatePropagation should stop sibling listeners from triggering 4) fix(router): use absolutePath check 5) fix(forms): reset now resets validations 6) fix(translate): explicitly check undefined 7) fix(forms): remove unused description 8) fix(forms): add getFormValues to public api
torstein deleted branch fix/build-tsc-alias 2026-03-25 18:56:07 +00:00
Sign in to join this conversation.
No description provided.