refactor(core): adjust imports for rename angular2/src/compiler -> angular2/src/core/compiler

This commit is contained in:
Tobias Bosch
2015-10-02 07:57:29 -07:00
parent aa3d94149f
commit e8e57cdd73
33 changed files with 112 additions and 96 deletions

View File

@ -4,7 +4,7 @@ import {
// Note: This class is only here so that we can reference it from TypeScript code.
// The actual implementation lives under modules_dart.
// TODO(tbosch): Move the corresponding code into angular2/src/compiler once
// TODO(tbosch): Move the corresponding code into angular2/src/core/compiler once
// the new compiler is done.
export class Codegen {
constructor(moduleAlias: string) {}
@ -12,4 +12,4 @@ export class Codegen {
throw "Not implemented in JS";
}
toString(): string { throw "Not implemented in JS"; }
}
}