angular-cn/docs/dgeni-package/processors
Alex Eagle 7141c15e65 fix(docs): Working generated angular2.d.ts
This requires some hacks, documented in
https://docs.google.com/document/d/1nNebWTiLzz5ePcit_bjZPtaiSIFU4EsQKUlX7LX0c0A/edit

Changes:
- include subtyping info in angular2.d.ts by adding 'extends supertype'
- export missing symbols needed transitively by angular2/angular2
- because of decorator/annotation mismatch, we can't export these to applications.
  So I've added a separate angular2.api.ts file to re-export specifically to .d.ts
  generation.
- Hack to remove aliases introduced by 'import * as alias' syntax
- Hack to deal with Error still an interface

note that we require users to install the transitive dependencies - this is how TSD works.
2015-06-05 15:33:23 -07:00
..
createOverviewDump.js chore(doc-gen): remove Traceur bits 2015-05-19 14:38:08 +01:00
createTypeDefinitionFile.js fix(docs): Working generated angular2.d.ts 2015-06-05 15:33:23 -07:00
extractTitleFromGuides.js chore(docs): add a processor to get the name of a guide doc from its markdown 2015-02-17 08:08:47 +00:00
generateNavigationDoc.js chore(doc-gen): ignore exports marked as @private 2015-04-15 19:50:01 -07:00
readTypeScriptModules.js fix(docs): Working generated angular2.d.ts 2015-06-05 15:33:23 -07:00
readTypeScriptModules.spec.js chore(doc-gen): allow class member sorting to be configured 2015-05-19 14:38:09 +01:00