@@ -16,7 +16,7 @@ import {
1616import { CONST_EXPR , stringify , isType , Type , isBlank } from 'angular2/src/core/facade/lang' ;
1717import { MapWrapper } from 'angular2/src/core/facade/collection' ;
1818import { PromiseWrapper , Promise } from 'angular2/src/core/facade/async' ;
19- import { TemplateParser } from 'angular2/src/compiler/template_parser' ;
19+ import { TemplateParser } from 'angular2/src/core/ compiler/template_parser' ;
2020import {
2121 CommandVisitor ,
2222 TextCmd ,
@@ -28,21 +28,21 @@ import {
2828 visitAllCommands ,
2929 CompiledTemplate
3030} from 'angular2/src/core/linker/template_commands' ;
31- import { CommandCompiler } from 'angular2/src/compiler/command_compiler' ;
31+ import { CommandCompiler } from 'angular2/src/core/ compiler/command_compiler' ;
3232import {
3333 CompileDirectiveMetadata ,
3434 CompileTypeMetadata ,
3535 CompileTemplateMetadata
36- } from 'angular2/src/compiler/directive_metadata' ;
37- import { SourceModule , SourceExpression , moduleRef } from 'angular2/src/compiler/source_module' ;
36+ } from 'angular2/src/core/ compiler/directive_metadata' ;
37+ import { SourceModule , SourceExpression , moduleRef } from 'angular2/src/core/ compiler/source_module' ;
3838import { ViewEncapsulation } from 'angular2/src/core/render/api' ;
3939import { evalModule } from './eval_module' ;
4040import {
4141 escapeSingleQuoteString ,
4242 codeGenValueFn ,
4343 codeGenExportVariable ,
4444 MODULE_SUFFIX
45- } from 'angular2/src/compiler/util' ;
45+ } from 'angular2/src/core/ compiler/util' ;
4646import { TEST_BINDINGS } from './test_bindings' ;
4747
4848const BEGIN_ELEMENT = 'BEGIN_ELEMENT' ;
@@ -54,7 +54,7 @@ const NG_CONTENT = 'NG_CONTENT';
5454const EMBEDDED_TEMPLATE = 'EMBEDDED_TEMPLATE' ;
5555
5656// Attention: These module names have to correspond to real modules!
57- var THIS_MODULE_URL = `package:angular2/test/compiler/command_compiler_spec${ MODULE_SUFFIX } ` ;
57+ var THIS_MODULE_URL = `package:angular2/test/core/ compiler/command_compiler_spec${ MODULE_SUFFIX } ` ;
5858var THIS_MODULE_REF = moduleRef ( THIS_MODULE_URL ) ;
5959var TEMPLATE_COMMANDS_MODULE_REF =
6060 moduleRef ( `package:angular2/src/core/linker/template_commands${ MODULE_SUFFIX } ` ) ;
0 commit comments