Commit Graph

37 Commits

Author SHA1 Message Date
Andy
555ea54770 Lint test files too (#14791) 2017-02-23 07:15:16 -08:00
M0ns1gn0r
3983f5b728 Add tslint.json to "videojs".
* Fix all the issues the linting uncovered.
* Extend the tests for on() / off() functions.
2017-02-01 20:39:59 +01:00
M0ns1gn0r
a3c4c02787 Export "videojs" as module. 2017-02-01 20:26:14 +01:00
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
Klemens
e1fb8319cf Update videojs.d.ts - Adding playbackRate(rate) (#12699)
Adding playbackRate(rate) method - see http://docs.videojs.com/docs/api/player.html#MethodsplaybackRate
2016-11-15 11:29:53 -08:00
Andy Hanson
79302123ac Merge commit 'origin/master~75' into merge_21sep 2016-09-21 08:41:31 -07:00
sguest
5f23898c6f videojs corrections (#11193)
ready() is chainable, on() will provide event object to callback, off() can be called without callback and without event name
2016-09-14 21:56:56 +09:00
Nathan Shively-Sanders
9019823501 Merge branch 'master' into types-2.0-2016-08-10 2016-08-10 16:17:43 -07:00
Darren
6266d1d84e videojs poster() may also return string 2016-08-09 08:19:25 +01:00
Darren
177e3943a9 videojs poster() returns self when setting 2016-08-09 08:13:15 +01:00
Darren
0d5b4c5596 add/remove text track and poster for videojs 2016-08-09 08:07:58 +01: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
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
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
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Aya Morisawa
94e9eb1be4 Remove trailing whitespaces 2016-01-27 20:06:53 +09:00
rushi216
ac2262811c added several properties on VideoJSOptions interface 2015-09-25 14:40:41 +05:30
Masahiro Wakame
a4badcc83c Merge pull request #2032 from martinduparc/patch-4
_V_ is deprecated
2014-04-15 17:03:05 +09:00
Martin D.
c238b5c284 _V_ is deprecated
Use videojs instead
2014-04-14 14:25:46 -04:00
Martin D.
011d165c37 _V_ is deprecated
Use videojs instead
2014-04-12 15:50:38 -04:00
Martin D.
b33ddcacd8 Add dispose method 2014-04-12 15:45:12 -04:00
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Boris Yankov
3f0b158c4c Fix several tests 2013-05-25 18:27:49 +03:00
Martin D.
c5f38e9ff4 "addEvent" and "removeEvent" were replaced by "on" and "off" 2013-05-11 08:17:09 -03:00
Vincent Bortone
c053830ef1 Cleanup bad merge artifacts in videojs 2013-02-13 11:59:05 -05:00
Vincent Bortone
fd73abbfdb Merge branch 'feature/videojs' of https://github.com/vbortone/DefinitelyTyped into feature/videojs
Conflicts:
	videojs/videojs-tests.ts
	videojs/videojs.d.ts
2013-02-11 02:38:57 -05:00
Vincent Bortone
3871861d4e Initial commit 2013-02-11 02:37:54 -05:00
Vincent Bortone
f8b142ba4c Initial commit 2013-02-08 15:39:33 -05:00