13 Commits

Author SHA1 Message Date
Misko Hevery
e916836261 chore(ts2dart): replace List with Array
Closes 
2015-08-31 21:32:10 +00:00
Misko Hevery
b8be4bfaaf fix(router): re-export of Type
Closes 

Closes 
2015-08-31 20:47:37 +00:00
Jason Teplitz
3468f7cfd5 chore(build): Add WebWorker bundle.
Closes 

Closes 
2015-08-28 20:40:16 +00:00
Alex Eagle
894af28529 fix(typings): include static members
Fixes 

Closes 
2015-08-25 16:49:37 +00:00
Misko Hevery
a0b240884b fix(.d.ts): show unknown fields as ‘any’ not ‘void’.
Closes 
2015-08-20 21:49:35 +00:00
Jeff Cross
dfa5103b1d feat(typings): allow defining custom namespace for bundle
Allows declaring a bundle's namespace in generated typings file,
which should correspond to the global object representing the module
inside its bundle.

BREAKING CHANGE
    The router was previously exported as ng.router in the 
    angular.sfx.dev.js bundle, but now it is exported as ngRouter.

Closes 

Closes 
2015-08-10 12:59:35 -07:00
Jeff Cross
1f692ae263 feat(typings): allow declaration of reference paths
Without this feature, each bundle would have to create its own typings
template to include references to dependent typings. Now, the references
can be declared in JS, along with other meta information about the 
bundle typings.


Closes 
2015-08-10 12:58:49 -07:00
Peter Bacon Darwin
d40ff0bb89 chore(doc-gen): render enum doctypes correctly 2015-08-06 23:10:35 -07:00
Brian Ford
450d3630cc test(router): add tests for router.d.ts
Closes 
2015-08-05 00:29:32 +00:00
Misko Hevery
dad9338c82 docs(type): Export Type so that we can link to it in our docs.
Closes 
2015-07-31 20:40:33 +00:00
Misko Hevery
78fdf9a11f fix(.d.ts): Correct new Type interface return type
Closes 
Closes 
2015-07-27 16:02:47 -07: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 
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