feat(compiler-cli): export tooling definitions (#29929)
PR Close #29929
This commit is contained in:
@ -83,8 +83,7 @@ export function ngDevModeResetPerfCounters(): NgDevModePerfCounters {
|
||||
* set `ngDevMode == false` we should be helping the developer by providing
|
||||
* as much early warning and errors as possible.
|
||||
*
|
||||
* NOTE: changes to the `ngDevMode` name must be synced with the CLI and
|
||||
* possibly other third party tooling. Check with them before altering it.
|
||||
* NOTE: changes to the `ngDevMode` name must be synced with `compiler-cli/src/tooling.ts`.
|
||||
*/
|
||||
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
||||
ngDevModeResetPerfCounters();
|
||||
|
@ -13,8 +13,7 @@ declare global {
|
||||
}
|
||||
|
||||
/**
|
||||
* NOTE: changes to the `ngI18nClosureMode` name must be synced with the CLI and
|
||||
* possibly other third party tooling. Check with them before altering it.
|
||||
* NOTE: changes to the `ngI18nClosureMode` name must be synced with `compiler-cli/src/tooling.ts`.
|
||||
*/
|
||||
if (typeof ngI18nClosureMode === 'undefined') {
|
||||
// Make sure to refer to ngI18nClosureMode as ['ngI18nClosureMode'] for closure.
|
||||
|
Reference in New Issue
Block a user