Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Misc jslib cleanups #146

Merged
merged 4 commits into from
Aug 11, 2020
Merged

Misc jslib cleanups #146

merged 4 commits into from
Aug 11, 2020

Conversation

addisonbeck
Copy link
Contributor

Code Changes

login.component
changed variable stateService to be of type StateService()
combined the abstractions imports into one group

abstractions/index.ts
added an export for CryptoFunctionService

@addisonbeck addisonbeck requested a review from a team August 11, 2020 14:08
@addisonbeck addisonbeck added the invalid This doesn't seem right label Aug 11, 2020
Comment on lines 4 to 10
export { AuthService } from './auth.service';
export { CipherService } from './cipher.service';
export { CollectionService } from './collection.service';
export { CryptoFunctionService } from './cryptoFunction.service';
export { CryptoService } from './crypto.service';
export { EnvironmentService } from './environment.service';
export { FolderService } from './folder.service';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not been using these index barrels for a while now and would actually like to do away with them completely. They create issues with importing dependencies on certain platforms.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I think that's for the best. I added a deprecation warning to index.ts instead.

@addisonbeck addisonbeck requested a review from kspearrin August 11, 2020 14:31
@addisonbeck addisonbeck merged commit 4203937 into master Aug 11, 2020
@addisonbeck addisonbeck deleted the import-cleanup branch August 11, 2020 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants