Skip to content

Commit c5a1b21

Browse files
alan-agius4clydin
authored andcommitted
refactor(@angular-devkit/core): remove unused NgBuildBuildEventLog from NgCliAnalyticsDimensions
1 parent 660f214 commit c5a1b21

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/design/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Note: There's a limit of 20 custom dimensions.
4646
| 4 | `Node Version` | `number` |
4747
| 5 | `Flag: --style` | `string` |
4848
| 6 | `--collection` | `string` |
49-
| 7 | `--buildEventLog` | `boolean` |
49+
| 7 | `Flag: --strict` | `boolean` |
5050
| 8 | `Ivy Enabled` | `boolean` |
5151
| 9 | `Flag: --inlineStyle` | `boolean` |
5252
| 10 | `Flag: --inlineTemplate` | `boolean` |

etc/api/angular_devkit/core/src/_golden-api.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ export declare enum NgCliAnalyticsDimensions {
544544
RamInGigabytes = 3,
545545
NodeVersion = 4,
546546
NgAddCollection = 6,
547-
NgBuildBuildEventLog = 7,
548547
NgIvyEnabled = 8,
549548
BuildErrors = 20
550549
}

packages/angular_devkit/core/src/analytics/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export enum NgCliAnalyticsDimensions {
2626
RamInGigabytes = 3,
2727
NodeVersion = 4,
2828
NgAddCollection = 6,
29-
/** @deprecated */
30-
NgBuildBuildEventLog = 7,
3129
NgIvyEnabled = 8,
3230
BuildErrors = 20,
3331
}
@@ -58,7 +56,6 @@ export const NgCliAnalyticsDimensionsFlagInfo: { [name: string]: [string, string
5856
RamInGigabytes: ['RAM (In GB)', 'number'],
5957
NodeVersion: ['Node Version', 'number'],
6058
NgAddCollection: ['--collection', 'string'],
61-
NgBuildBuildEventLog: ['--buildEventLog', 'boolean'], // deprecated
6259
NgIvyEnabled: ['Ivy Enabled', 'boolean'],
6360
BuildErrors: ['Build Errors (comma separated)', 'string'],
6461
};

0 commit comments

Comments
 (0)