util.ts (angular-11.0.1) | : | util.ts (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* @license | * @license | |||
* Copyright Google LLC All Rights Reserved. | * Copyright Google LLC All Rights Reserved. | |||
* | * | |||
* Use of this source code is governed by an MIT-style license that can be | * Use of this source code is governed by an MIT-style license that can be | |||
* found in the LICENSE file at https://angular.io/license | * found in the LICENSE file at https://angular.io/license | |||
*/ | */ | |||
import {devModeEqual, WrappedValue} from '../change_detection/change_detection'; | import {devModeEqual, WrappedValue} from '../change_detection/change_detection'; | |||
import {SOURCE} from '../di/injector_compatibility'; | import {SOURCE} from '../di/injector_compatibility'; | |||
import {ViewEncapsulation} from '../metadata/view'; | import {ViewEncapsulation} from '../metadata/view'; | |||
import {RendererType2} from '../render/api'; | import {RendererType2} from '../render/api_flags'; | |||
import {stringify} from '../util/stringify'; | import {stringify} from '../util/stringify'; | |||
import {expressionChangedAfterItHasBeenCheckedError} from './errors'; | import {expressionChangedAfterItHasBeenCheckedError} from './errors'; | |||
import {asElementData, asTextData, BindingDef, BindingFlags, Definition, Definit ionFactory, DepDef, DepFlags, ElementData, NodeDef, NodeFlags, QueryValueType, S ervices, ViewData, ViewDefinition, ViewDefinitionFactory, ViewFlags, ViewState} from './types'; | import {asElementData, asTextData, BindingDef, BindingFlags, Definition, Definit ionFactory, DepDef, DepFlags, ElementData, NodeDef, NodeFlags, QueryValueType, S ervices, ViewData, ViewDefinition, ViewDefinitionFactory, ViewFlags, ViewState} from './types'; | |||
export const NOOP: any = () => {}; | export const NOOP: any = () => {}; | |||
const _tokenKeyCache = new Map<any, string>(); | const _tokenKeyCache = new Map<any, string>(); | |||
export function tokenKey(token: any): string { | export function tokenKey(token: any): string { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |