1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
bitwarden-browser/libs
Oscar Hinton 2edc156dd6
[STRICT TS] Migrate platform abstract services functions (#8527)
We currently use a callback syntax for abstract services. This syntax isn't completely strict compliant and will fail the strictPropertyInitialization check. We also currently don't get any compile time errors if we forget to implement a function.

To that end this PR updates all platform owned services to use the appropriate abstract keyword for non implemented functions. I also updated the fields to be actual functions and not properties.
2024-03-28 12:01:09 +01:00
..
.vscode
admin-console
angular [STRICT TS] Migrate platform abstract services functions (#8527) 2024-03-28 12:01:09 +01:00
auth Auth/PM-7092 - Fix CLI login via API key not working due to TokenService changes (#8499) 2024-03-27 17:46:56 -04:00
billing
common [STRICT TS] Migrate platform abstract services functions (#8527) 2024-03-28 12:01:09 +01:00
components
importer
node
platform
shared
tools Move export.component from @bitwarden/angular to @bitwarden/vault-export-ui (#8514) 2024-03-27 17:02:56 +00:00
vault