refactor(core): adjust imports for move files to the right place

- render/xhr_* -> compiler/xhr_*
- render/event_config -> linker/event_config
- render/dom/schema -> compiler/schema
- render/dom/compiler/* -> compiler/*
- render/dom/view/shared_styles_host -> render/dom/shared_styles_host
This commit is contained in:
Tobias Bosch
2015-10-02 09:30:36 -07:00
parent 2450a3c5b0
commit 6b5d345a2b
54 changed files with 91 additions and 91 deletions

View File

@ -1,5 +1,5 @@
import {SelectorMatcher} from "angular2/src/core/render/dom/compiler/selector";
import {CssSelector} from "angular2/src/core/render/dom/compiler/selector";
import {SelectorMatcher} from "angular2/src/core/compiler/selector";
import {CssSelector} from "angular2/src/core/compiler/selector";
import {StringWrapper, Math} from 'angular2/src/core/facade/lang';
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
import {BrowserDomAdapter} from 'angular2/src/core/dom/browser_adapter';