fix(multiple): new build output + test suites + bug fixes #10
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
torstein/jacketui!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/build-tsc-alias"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
fix(bring): call onNetworkError in network error case
fix(store): slice now properly destroys and is exported
fix(broadcast): stopImmediatePropagation should stop sibling listeners from triggering
fix(router): use absolutePath check
fix(forms): reset now resets validations
fix(translate): explicitly check undefined
fix(forms): remove unused description
fix(forms): add getFormValues to public api