Andy
ae4fe7b6de
Use "lib" in tsconfigs instead of "target". ( #13968 )
...
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1
Add "noImplicitThis" to all tsconfig.json ( #13446 )
...
* Add "noImplicitThis" to all tsconfig.json
* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy
1770103b6e
Move header versions to the end of the line where they can be parsed ( #13139 )
2016-12-06 10:57:11 -08:00
Mine Yalcinalp Starks
8252b2118a
Merge remote-tracking branch 'upstream/master' into minestarks-types2.0
2016-08-03 15:19:03 -07:00
Erik Timmers
49b8118247
Add uniformLanguageTag to angular-translate
...
Fixes #6691 .
2016-07-29 15:23:54 +02:00
Ryan Cavanaugh
b488f3cb5f
Merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
c73630c9a3
Merge commit 'upstream/master~400' into merge_7_25
...
# Conflicts:
# angular-translate/angular-translate.d.ts
# knex/knex.d.ts
# redux-logger/index.d.ts
# simplestorage.js/index.d.ts
# underscore/underscore.d.ts
# yargs/yargs.d.ts
2016-07-26 13:53:00 -07:00
Ryan Cavanaugh
347311a5f0
Partial merge remote-tracking branch 'upstream/master' into merge_7_25
2016-07-25 14:26:20 -07:00
Thanh H
63f86fc065
Fix #8985 ( #10098 )
...
* Fix #8985
* Update definition of ITranslationTable to support namespace (#2433 )
2016-07-23 19:57:56 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
61fa2391a4
Replace references to angularjs with angular to match package name
2016-07-07 17:39:27 -07:00
Mohamed Hegazy
a5d477d085
Replace references to angularjs with angular to match package name
2016-07-07 15:12:24 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Raghav Katyal
89cb02de7d
Fixing test failures
2016-06-27 17:40:37 -07:00
Vasyl Zuzyak
2abd80bc01
update signature to translations method of translateProvider
...
accordingly to angular-translate source (https://github.com/angular-translate/angular-translate/blob/master/src/service/translate.js#L235-L252 ) `translations()` method returns translation table when no params or only key was passed.
2016-06-19 11:15:44 +03:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062
Remove unneeded references
2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
my-name-is-sascha
d35cd79f88
add resolveClientLocale() to angular-translate ( #9179 )
2016-05-06 01:24:38 +09:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685
Fix angularjs/angular; 'export declare'/'declare export'
2016-04-25 13:02:25 -07:00
basvis
3e3e5ac859
Added isReady and onReady definitions to ITranslateService ( #9037 )
2016-04-25 23:44:02 +09:00
Blessing Pascal
275c2052a4
Added definition for directivePriority()
2016-03-18 10:54:57 +01:00
vvakame
7de6c3dd94
Merge branch 'master' into rename-repo-url
2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4
replace internal module to namespace
2016-03-17 02:18:10 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Niko Kovacic
19850bf86c
Added forceAsyncReload method to $translateProvider.
2016-01-11 15:43:58 +01:00
Horiuchi_H
f3d9a599cd
Merge pull request #7380 from nkovacic/master
...
Changed set property from put in IStorage interface
2016-01-04 15:18:17 +09:00
Niko Kovacic
192b0eee4d
Changed set property from put in IStorage interface
2015-12-29 09:43:45 +01:00
Masahiro Wakame
40344ec331
Merge pull request #7205 from stephenlautier/angular-translate
...
angular-translate: fixed es6 imports to have types properly exported instead of string
2015-12-23 15:12:30 +09:00
Stephen Lautier
5dc8ee8dce
fixed es6 imports to have types properly exported instead of string
2015-12-15 11:29:13 +01:00
Bart van den Burg
0f91841e0e
add definition for the angular translate filter
2015-12-09 14:06:34 +01:00
Deryl Rodrigues
bfa960ba20
Changed the value type to any in order to support Nested Objects
2015-08-07 11:35:31 -04:00
Roland Hummel
ee173f2819
Updating test so that it also invokes useLoader.
2015-07-29 23:01:36 +02:00
Roland Hummel
e4119e7bd7
Making optional parameter optional
...
angular.translate.ITranslateProvider has the method useLoader that can be invoked with just one parameter, too (see http://angular-translate.github.io/docs/#/guide/13_custom-loaders#customer-loaders_make-use-of-a-custom-loader )
2015-07-29 22:35:39 +02:00
Darryl Pogue
432d6563a6
Update angular-translate to return module name.
2015-06-23 10:23:54 -07:00
Aleksey Blokhin
2440153cd3
Interface updates.
2015-05-19 12:06:01 +03:00
Aleksey Blokhin
4f0c99114f
Method signature fixed.
2015-05-18 10:57:53 +03:00
Aleksey Blokhin
f03d80a83b
Fixed missing return type.
2015-05-15 21:01:26 +03:00
Aleksey Blokhin
c512d9c0c2
Updated and added interfaces.
...
- added common interface IPartialLoader;
- updated for ITranslatePartialLoaderService;
- added interface for ITranslatePartialLoaderProvider.
2015-05-15 20:51:21 +03:00
Aleksey Blokhin
334c6d982d
Fixed character case.
2015-05-15 20:49:11 +03:00
Henrik Huttunen
bba7d848ef
reference angular module using prefix "angular", not "ng"
2015-04-15 10:40:21 +03:00
Basarat Ali Syed
60cc15229a
Update angular-translate.d.ts
2015-03-12 11:36:11 +11:00
Saftpresse99
97962e885e
Update angular-translate.d.ts
...
Version 2.4.0 changes
2014-09-30 06:00:25 +00:00
Saftpresse99
3b611ce056
Update angular-translate.d.ts
...
Update defintions to match Angular Translate v2.3.0
2014-09-19 15:38:04 +02:00
Saftpresse99
b32f41a55c
Update angular-translate.d.ts
...
Improvements ITranslateService
2014-08-04 09:58:08 +02:00