Skip to content

Commit 1756f58

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
refactor(@ngtools/webpack): deprecate i18n options
1 parent 4d2d6cd commit 1756f58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/ngtools/webpack/src/interfaces.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,20 @@ export interface AngularCompilerPluginOptions {
3434
skipCodeGeneration?: boolean;
3535
hostReplacementPaths?: { [path: string]: string } | ((path: string) => string);
3636
forkTypeChecker?: boolean;
37+
38+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
3739
i18nInFile?: string;
40+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
3841
i18nInFormat?: string;
42+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
3943
i18nOutFile?: string;
44+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
4045
i18nOutFormat?: string;
46+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
4147
locale?: string;
48+
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
4249
missingTranslation?: string;
50+
4351
platform?: PLATFORM;
4452
nameLazyFiles?: boolean;
4553
logger?: logging.Logger;

0 commit comments

Comments
 (0)