angular-docs-cn/tools/public_api_guard
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
..
common refactor(NgTemplateOutlet): simplify implementation (#10492) 2016-08-04 11:28:36 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core fix(linker/compiler): rename const to avoid duplicate declaration (#10457) 2016-08-04 11:31:58 -07:00
forms fix(forms): export AbstractFormGroupDirective 2016-08-03 15:33:29 -07:00
http refactor(http): use ngModules for http (#10329) 2016-07-27 13:09:05 -07:00
platform-browser chore: update public api 2016-07-26 07:45:40 -07:00
platform-browser-dynamic chore: remove `browserDynamicTestingPlatform` as it is deprecated and was not part of rc.4 2016-07-27 10:52:47 -07:00
platform-server chore: update public api 2016-07-26 07:45:40 -07:00
router feat(router): add queryParams and fragment to every activated route 2016-08-03 15:30:03 -07:00
upgrade chore: update public api and integrate minor review comments 2016-08-02 11:23:26 -07:00