-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/epic/quick-order' into feature/G…
…H-11818-feature-lib-for-quick-order
- Loading branch information
Showing
129 changed files
with
3,406 additions
and
2,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import { SPARTACUS_ASM } from '@spartacus/schematics'; | ||
|
||
export const ASM_FOLDER_NAME = 'asm'; | ||
export const ASM_MODULE = 'AsmModule'; | ||
export const ASM_FEATURE_NAME = 'asm'; | ||
export const ASM_ROOT_MODULE = 'AsmRootModule'; | ||
export const SPARTACUS_ASM = '@spartacus/asm'; | ||
export const SPARTACUS_ASM_ROOT = `${SPARTACUS_ASM}/root`; | ||
export const SPARTACUS_ASM_ASSETS = `${SPARTACUS_ASM}/assets`; | ||
export const ASM_TRANSLATIONS = 'asmTranslations'; | ||
export const ASM_TRANSLATION_CHUNKS_CONFIG = 'asmTranslationChunksConfig'; | ||
|
||
export const CLI_ASM_FEATURE = 'asm'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.