Alex Eagle
5458036de7
fix(typings): update test.typings for abstract superclasses
2015-10-08 13:54:43 -07:00
Alex Eagle
f7aa890ade
chore(docs): rename @private to @internal
...
The latter is understood by TypeScript's --stripInternal option, so this lets us
rely more on the tooling provided by typescript team.
2015-10-06 17:08:41 -07:00
vsavkin
5bf6a3af15
chore(typescript): fixes dart failures and linter
...
Closes #4359
2015-09-25 20:15:55 +00:00
Alex Eagle
7a53f82516
chore(typescript 1.6 upgrade): fix build.js and docs
2015-09-25 20:15:55 +00:00
Peter Bacon Darwin
dad40751d4
chore(doc-gen): make the module of the export's original declaration available
2015-09-16 23:03:01 -07:00
vsavkin
16bf335a4a
refactor(async): replace RxJS with RxNext
...
Closes #3110
Closes #4201
2015-09-15 23:44:57 +00:00
Jason Teplitz
1926335b85
fix(Typings): Output public constructors in .d.ts files
...
Closes #3926 .
Closes #3963
2015-09-10 01:37:43 +00:00
Rado Kirov
e9ad100b1f
fix(build): switch to cjs output for es5.
...
System output does not work at the current versions of TS and
system.js. Will revisit after upgrading TS.
Removes unused traceur tooling.
Closes #3974
2015-09-04 23:10:34 +00:00
Peter Bacon Darwin
4bffd97edd
chore(doc-gen): move the "private class" converter into a helper service
...
This will allow it to be reused in other doc gen configurations
2015-09-04 21:39:15 +00:00
Igor Minar
d78261695b
fix(dts generation): add support for type aliases
...
Closes #3952
2015-09-03 23:52:10 +00:00
Alex Eagle
a34d4c6a5f
fix(typings): emit spread parameters
...
Closes #3875
2015-08-27 21:55:10 +00:00
Alex Eagle
894af28529
fix(typings): include static members
...
Fixes #3175
Closes #3780
2015-08-25 16:49:37 +00:00
Brian Ford
9262727ae1
feat(docs): export type info for var and const exports
...
Closes #3700
2015-08-24 20:31:51 +00:00
Peter Bacon Darwin
c4296285f3
chore(doc-gen): render enum doctypes correctly
2015-08-06 23:10:35 -07:00
Pawel Kozlowski
53788ef827
revert "chore(doc-gen): render enum doctypes correctly"
...
This reverts commit b8e82e4db3
as it was breaking build on master.
2015-08-03 11:00:47 +02:00
Peter Bacon Darwin
b8e82e4db3
chore(doc-gen): render enum doctypes correctly
2015-08-02 22:45:20 -07:00
Peter Bacon Darwin
f6da89f74f
chore(doc-gen): export interfaces over vars
...
If a symbol is declared as an interface and a var then we should export
it as an interface rather than a var.
2015-07-31 20:40:33 +00:00
Peter Bacon Darwin
81d298dc6b
chore(doc-gen): fix when decorator has no argument list
2015-07-28 12:45:51 +01:00
Peter Bacon Darwin
45cbc430e8
chore(doc-gen): render decorators (annotations) for exported classes
...
Closes #3167
Closes #3221
2015-07-28 11:29:56 +01:00
Alex Eagle
19d8b221b4
fix(typings): test our .d.ts with --noImplicitAny
...
This matches how DefinitelyTyped tests it, so we are
one step closer to publishing the same file we generate.
See #3195
2015-07-24 11:24:44 -07:00
Peter Bacon Darwin
9fa7d38133
chore(doc-gen): put typescript stuff into its own package
...
This means that we can now run just the d.ts file generation by running:
```bash
gulp docs/typings
```
In addition the type definition generation was messing with the other docs tasks
so separating it also fixes problems there.
2015-07-11 07:21:45 +01:00