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:
Jeff Cross
2015-07-09 09:32:22 -07:00
parent 1427d73b66
commit 8b3efdf229
8 changed files with 7 additions and 7 deletions

View File

@ -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';