chore(pipes): rename pipe_registry.ts -> pipes.ts
This is its own commit so that tools have an easier time of preserving history of the file, by keeping the diff between pipes.ts and pipe_registry.ts minimal. Also moved pipe_registry_spec.ts
This commit is contained in:
@ -4,7 +4,7 @@ import {Locals} from 'angular2/src/change_detection/parser/locals';
|
||||
|
||||
import {AbstractChangeDetector} from './abstract_change_detector';
|
||||
import {BindingRecord} from './binding_record';
|
||||
import {PipeRegistry} from './pipes/pipe_registry';
|
||||
import {PipeRegistry} from './pipes/pipes';
|
||||
import {ChangeDetectionUtil, SimpleChange, uninitialized} from './change_detection_util';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user