mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
2edc156dd6
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. |
||
---|---|---|
.. | ||
.vscode | ||
admin-console | ||
angular | ||
auth | ||
billing | ||
common | ||
components | ||
importer | ||
node | ||
platform | ||
shared | ||
tools | ||
vault |