1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

[PM-7289] implement generator libraries (#9549)

This is a copy of the files. The source in `@bitwarden/common` will be deleted once
all of the applications have been ported to the library.
This commit is contained in:
✨ Audrey ✨
2024-06-11 16:06:37 -04:00
committed by GitHub
parent fe82dbe2b9
commit 882a432ca6
130 changed files with 9335 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
export { DefaultGeneratorNavigation } from "./default-generator-navigation";
export { DefaultGeneratorNavigationService } from "./default-generator-navigation.service";
export { GeneratorNavigation } from "./generator-navigation";
export { GeneratorNavigationEvaluator } from "./generator-navigation-evaluator";
export { GeneratorNavigationService } from "./generator-navigation.service.abstraction";
export { GeneratorNavigationPolicy } from "./generator-navigation-policy";