* Fix mixed up bools, use whole object
* disallow overwriteExisting on large syncs
* remove unused file
* add test, always set overwriteExisting to false for batched requests
* add more tests
* wip
* Clean up
---------
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
* initial implementation
* next iteration
* clean up
* cleanup
* fix test
* cleanup
* rename services, refactor, fix test logic
* fix DI
* update comment
* update comment
* resolve merge conflict
* register dependencies out of jslib, more cleanup
* fix failing test in build
* fix type error
* try fixing test error
* remove async from test setup
* attempt to fix test
* fix text
* fix test
* add ts-expect-error comment
* cleanup
---------
Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
* Remove all importers and related files
* Remove exporter and all related files
* Remove packages: papaparse and jsdom
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
* Remove uneeded redirects to a tsconfig.spec.json
* Got the tests running again
* Delete webCryptoFunctionService
* Delete unused utils tests
* Add a test workflow
* Sync eslintrc with clients repo
* Autofix one eslint error
* Add type attributes to buttons for eslint
* Properly destroy ApiKeyComponent
* Fix eslint issues related to state
* Fix eslint warnings for default named imports
* Ran prettier
* Be more proactive about an unsubscribe
* Rework subscription
* Unpackage-ify jslib
* Adjust .tsconfig path for root and apply to jslib
* Rebuild package-lock.json
* Disable husky in CI
* Revert an incorrect find/replace
* Add jslib/shared/.eslintrc rules to root eslintrc
* Revert package.json change to ignore spec files when linting
* Ensure custom matcher gets imported in jslib tests
* Fix small workflow bugs from merging
* Try and get CI builds moving again
* Always sign and notorize builds in CI
* Revert erroneous verion bump