Commit Graph
15 Commits
Author SHA1 Message Date
AndyandGitHub 924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Benjamin Eckardt 96ef28b882 made allowUnset optional 2017-08-18 03:05:39 +02:00
Benjamin Eckardt 9b73e2a86c prefer optional parameter to overlaoding 2017-08-17 20:55:29 +02:00
Benjamin Eckardt 5c78e49e1b added missing API for ko.selectExtensions.writeValue() 2017-08-16 19:04:59 +02:00
cervengoc 57b59f6488 Change Elements to Node where reasonable 2017-08-04 14:47:49 +02:00
Stephan de50e0c282 Merge branch 'master' into patch-1 2017-07-14 23:47:32 +02:00
StephanandGitHub 7a119a9bef merged any | null to any 2017-07-13 01:29:07 +02:00
StephanandGitHub 5bb489074d Knockout update KnockoutComponentTypes.Loader callbacks
According to http://knockoutjs.com/documentation/component-loaders.html#loadcomponentname-componentconfig-callback ```result``` can be null
2017-07-13 01:02:42 +02:00
Morten Houston Ludvigsen d6042ebb83 Don't require knockout extension functions to be of type KnockoutBindingHandler 2017-07-11 16:23:39 +02:00
Morten Houston Ludvigsen 520466194a Add test interfaces, that extend subscribables and observables 2017-06-20 12:02:16 +02:00
Morten Houston Ludvigsen 43fb6d0f27 Fix error resulting from typings for knockout.deferred.updates 2017-06-20 11:49:25 +02:00
Morten Houston Ludvigsen 9e8aa6c0c1 Tab to spaces 2017-06-19 15:52:28 +02:00
Morten Houston Ludvigsen 3cfa831f26 Make it possible to extend interfaces for subscribables and observables 2017-06-19 15:49:25 +02:00
Nathan Shively-Sanders 4874667de9 Fix primitive weak type errors
These weak type errors were not caught in TS 2.4 RC. The final TS 2.4
will catch weak type errors with primitives, so this PR fixes those
now-caught errors.
2017-06-15 11:46:46 -07:00
Andy Hanson 354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00