angular/modules/@angular/core/src/linker
Patrice Chalin 2b704f0586 fix(linker/compiler): rename const to avoid duplicate declaration (#10457)
Currently in the `linker/compiler.ts` file, the **same identifier** is used in **two declarations**:
```typescript
export type CompilerOptions = { … }
…
export const CompilerOptions = new OpaqueToken('compilerOptions');
```
This breaks the API doc generation. I’m surprised that this was not flagged by the tsc.

The duplicate declaration was introduced in 46b212706b.
2016-08-04 11:31:58 -07:00
..
compiler.ts fix(linker/compiler): rename const to avoid duplicate declaration (#10457) 2016-08-04 11:31:58 -07:00
component_factory.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
component_factory_resolver.ts refactor: misc cleanup (#10046) 2016-07-13 11:01:32 -07:00
component_resolver.ts refactor(core): rename precompile into entryComponents. 2016-07-26 07:04:36 -07:00
debug_context.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
dynamic_component_loader.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
element.ts fix(core): ensure ngFor only inserts/moves/removes elements when necessary (#10287) 2016-08-01 11:09:52 -07:00
element_injector.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
element_ref.ts docs(security): security api doc update and fix stability marker for Type 2016-06-28 14:01:48 -07:00
exceptions.ts feat(ExpressionChangedAfterItHasBeenCheckedException): more meaningful error message 2016-07-08 10:34:22 -07:00
ng_module_factory.ts chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00
ng_module_factory_loader.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
query_list.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
system_js_ng_module_factory_loader.ts fix(core): fix offline detection in ng_module_factory_loader 2016-07-28 15:03:19 -07:00
systemjs_component_resolver.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
template_ref.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00
view.ts fix(core): ensure ngFor only inserts/moves/removes elements when necessary (#10287) 2016-08-01 11:09:52 -07:00
view_container_ref.ts fix(core): ensure ngFor only inserts/moves/removes elements when necessary (#10287) 2016-08-01 11:09:52 -07:00
view_ref.ts refactor: misc cleanup (#10046) 2016-07-13 11:01:32 -07:00
view_type.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_utils.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00