Commit Graph

35 Commits

Author SHA1 Message Date
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
Ryan Cavanaugh
347311a5f0 Partial merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-25 14:26:20 -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
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -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
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
gentoo90
9bd707e9aa knockout.validation.d.ts: add missing config options and some doc com… (#9142)
* knockout.validation.d.ts: add missing config options and some doc comments

* knockout.validation.d.ts: add validate option
2016-05-02 00:41:49 +09: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
Dennis
bfc96c0e34 Missing locale functions and types (#8981)
* added svgRendering property to Html2CanvasOptions interface

* added an empty namespace in koa-bodyparser.d.ts (#8979)

Without this, there will be `Module '"koa-bodyparser"' resolves to a non-module entity and cannot be imported using this construct. (2497)` error
This solution is found (here)[https://github.com/Microsoft/TypeScript/issues/5073].
koa-json's `.d.ts` file has such namespace.

* Missing locale functions and types
2016-04-17 23:13:33 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Vincent Wright
8b97db5711 decorateElement renamed to decorateInputElement
See: https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Configuration which states that "Note that this was previously called decorateElement, and this config option was renamed 2013-11-21."
2015-09-26 00:37:26 -04:00
Marc-Andre Roy
5bc218fa5c Remove configure() definition in KnockoutValidationStatic since it's now deprecated. Use init() instead. 2015-03-03 09:30:07 -05:00
apathytomorrow
564578c1fb Added generic type to validatedObservable 2015-01-22 09:18:23 +00:00
Jason Tremper
4c15a666c9 Adding direct error manipulation methods to ko validation 2015-01-02 13:51:38 -05:00
Marcin Dobosz
82dd19ea97 Update KnockoutSubscribableFunctions<T>.isModified to reflect that it's a ko.observable. 2014-09-08 09:22:29 -07:00
jcutrono
6c148f460e Adding isModifed to KnockoutSubscribable
Part of ko extenders from knockout validation.  Handy property to have
2014-05-04 20:41:11 -04:00
Per Kastman
a3353dec05 Added AMD support for Knockout validation 2014-03-23 11:34:44 +01:00
vvakame
386a2567a2 Suppress warning about knockout.validation.d.ts 2014-02-26 10:10:33 +09:00
Masahiro Wakame
1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
Igor Oleinikov
5a2c16ed29 Changed definitions in knockout.validation related to previous changes in kockout
KnockoutObservableBase replaced by KnockoutObservable<any>
2013-10-27 22:06:54 +04:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
ZOS
d95235848c Generics support to KnockoutSubscribableFunctions and added base interface to rule definitions. 2013-06-21 11:13:21 +04:00
ZOS
e8dd7a5c8f Knockout.validation support new Knockout definition (generics) and replace bool to boolean. 2013-06-21 10:00:46 +04:00
Derik Whittaker
6cca44e64e Fixed a definition bug 2013-04-19 08:56:19 -04:00
Jason Jarrett
fcae4d2390 fixed miss-named link to knockout reference 2013-02-20 17:17:06 -08:00
Diullei Gomes
c4fdf42c6a knockout.validation header was normalized. 2013-02-16 18:29:10 -02:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Dan Ludwig
9203b0f50c Add definition file for knockout.validation plugin. 2012-12-26 09:29:02 -05:00