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
Justin van Elst
bffae6fcb7
Fix PreloadJs installplugin() type
...
Fixing https://github.com/DefinitelyTyped/DefinitelyTyped/issues/4692
The docs of preloadjs http://www.createjs.com/docs/preloadjs/modules/PreloadJS.html states that the 'installPlugin' method should be able to add 'createjs.Sound' which is not a function.
2016-11-30 15:30:25 +01:00
Endel Dreyer
64b3d20514
Loader classes inherits from AbstractLoader ( #12415 )
...
* Loader classes inherits from AbstractLoader
* update PreloadJS version on header comments
* added contributor name
2016-11-07 22:30:08 +09:00
Ryan Cavanaugh
5d004be8ba
Merge commit 'upstream/master~600' into merge_7_25
2016-07-26 00:22:12 -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
trevordunn
7a4bf1d15f
Made GET and POST variables static ( #6140 ) ( #9455 )
2016-06-02 22:29:35 +09: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
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
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
vvakame
4de74cb527
normalize line ending (CRLF -> LF)
2016-02-16 01:20:30 +09:00
Pedro Ferreira
89aedb70c3
update createjs libraries:
...
- start using union types
- remove some methods from Container/Bitmap (that are defined in the base class)
- have FlashAudioLoader extend from AbstractLoader
2015-01-18 11:11:23 +00:00
Pedro Ferreira
72588a609f
- fix preloadjs getResult() method from AbstractLoader class
2014-12-23 18:26:15 +00:00
Pedro Ferreira
a3c0dad9b2
- fix preloadjs AbstractLoader's getItem() method definitions
...
- add missing static context property to soundjs WebAudioPlugin
- use the web audio api definitions in soundjs (AudioContext, AudioNode, etc)
2014-12-21 18:11:50 +00:00
Pedro Ferreira
e703cb1208
- fix, add missing types to some methods/properties of createjs definitions
2014-12-18 16:38:54 +00:00
Pedro Ferreira
6434a9b187
- update preloadjs to v0.6
2014-12-13 04:27:19 +00:00
Pedro Ferreira
e003f56619
- update preloadjs definitions
2014-12-12 00:02:44 +00:00
Jason Jarrett
e176a57f0d
Removing circular dependency for createjs
...
- Should help with issue #2037
- This issue was introduced in #2000
2014-04-14 08:47:55 -07:00
satoru kimura
6bd86406f6
Renamed definition file for intelligibility.
2014-04-09 13:09:16 +09:00
satoru kimura
f5a20d6c3e
Fixed a problem that causes a conflict when used tweenjs and preloadjs at the same time.
2014-03-30 13:47:28 +09:00
s_kimura
284d2d2fce
update to PreloadJS v0.4.1.
2014-01-19 17:11:44 +09:00
s_kimura
cea8091140
fixes bugs and discard redundant changes that have received pointed out in code review.
...
put it back the SpriteSheetFrame and TickerEvent class in easelJS.
2013-11-29 13:05:15 +09:00
s_kimura
b057108689
fixed several syntax errors.
2013-11-28 11:36:03 +09:00
s_kimura
c186b14ad9
Merge remote-tracking branch 'remotes/upstream/master'
...
Conflicts:
preloadjs/preloadjs.d.ts
soundjs/soundjs.d.ts
2013-11-27 21:58:28 +09:00
s_kimura
8ba6fb3237
Updated EaselJS definitions to v0.7.0 and TweenJS, SoundJS definitions to v0.5,0 and PreloadJS definitions to v0.4.0
2013-11-27 14:48:35 +09:00
Jeffery Grajkowski
798dbfbf8f
Converting ungeneric "Array" to "any[]"
...
TypeScript 0.9.5 beta does not allow generic type references without the type argument. This code will still compile for 0.9.1 users. Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
cmandlbaur
3678d429c6
Added support for the noImplicitAny flag for EaselJS, Greensock,
...
PreloadJS and TweenJS.
2013-09-09 20:25:23 +02:00
Boris Yankov
f677cca98d
Multiple bool => boolean fixes
2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637
Big replacement: bool with boolean
2013-08-07 16:59:39 +03:00
Neil Stalker
26d671ccbd
Fix definitions for TS 0.9
2013-06-28 22:14:33 +01:00
Philippe
8ef4090c09
Signature fix
2013-05-17 14:29:12 +03:00
Josh Tynjala
4edce74116
preloadjs: removed unnecessary overload of getResult() on LoadQueue
2013-03-08 04:18:12 -08:00
Josh Tynjala
1a748a6a96
preloadjs: loadFile() and loadManifest() second argument should be optional
2013-03-08 04:16:38 -08:00
Josh Tynjala
944a4a50de
preloadjs: converted inconsistent intentation to spaces (like easeljs).
2013-03-08 04:14:48 -08:00
wdamien
127b4308fd
Updates to match the latest version of CreateJS (EaseJS v0.6, PreloadJS v0.3, SoundJS v0.4, and TweenJS v0.4).
...
Also fixed the easeljs-tests.ts so it compiles correctly.
2013-02-25 12:03:22 -07:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Boris Yankov
c91c45f9ae
Move definitions and test in separate folders
...
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00