Commit Graph

23280 Commits

Author SHA1 Message Date
bruce-lindsay
57556c944d Update jquery-tests.ts
fixed comment
2016-11-04 17:24:36 -04:00
Bruce Lindsay
a7baddf2ad fix return type to include a chained promise 2016-11-04 16:03:55 -04:00
Bruce Lindsay
093a21a7e5 remove trailing whitespaces 2016-11-04 15:35:28 -04:00
jramsay
8c65c84d30 Merge pull request #12454 from MichalPodeszwa/types-2.0-fix-aws-sdk-create-stack-params
Change StackPolicyBody and StackPolicyUrl to accept string instead of…
2016-11-03 17:25:59 -07:00
jramsay
71ed3e2623 Merge pull request #12453 from KrauseStefan/types-2.0
types(selenium): fix typings error Level class in logging namespace
2016-11-03 17:24:05 -07:00
jramsay
025a5273db Merge pull request #12452 from DefinitelyTyped/highcharts
Convert highcharts definitions to module style
2016-11-03 17:19:43 -07:00
jramsay
503e9fa320 Merge pull request #12132 from rickydigime/patch-1
Update index.d.ts
2016-11-03 17:08:28 -07:00
jramsay
701c491d43 Merge pull request #12129 from Strato/patch-5
Added shouldUpdatePosition prop in Overlay
2016-11-03 17:07:53 -07:00
jramsay
59a1a27488 Merge pull request #12126 from DanielRosenwasser/vivus
Added type declarations for 'vivus'.
2016-11-03 16:52:26 -07:00
Mohamed Hegazy
6d0b399f51 Fix for https://github.com/Microsoft/TypeScript/issues/11916 (#12425)
* Switch express-serve-static-core to a module

* Add tsconfig to aws-serverless-express

* Switch aws-serverless-express to module

* Fix dangling pointer

* Fix wrong file name

* Add tsconfig.json

* switch seamless-immutable a module

* Add tsconfig.json

* use --strictNullChecks
2016-11-02 18:54:15 -07:00
Rand Scullard
c73c01f3f6 passport: Added generic versions of serializeUser and deserializeUser for strong typing. (#12446) 2016-11-03 09:04:47 +09:00
Borek Bernard
562df78122 Fix return type of config(), add documentation (#12347)
* Fixed return type of `config()`, doc comments added

* Returned the original author name
2016-11-03 09:04:34 +09:00
Andy Hanson
1907cc359b Convert highcharts-modules-xxx.d.ts to highcharts/modules/xxx.d.ts and include in tsconfig.json 2016-11-02 13:10:12 -07:00
Andy Hanson
b6e41e21ff Fix declare var Highcharts: do it in module scope, not in global scope (that's what export as namespace is for) 2016-11-02 12:48:30 -07:00
Michał Podeszwa
d9a737331c Change StackPolicyBody and StackPolicyUrl to accept string instead of array of strings 2016-11-02 19:12:39 +01:00
krauseStefan
832d3c938a types(selenium): fix typings error Level class in logging namespace
The 'name' and 'value' properties should not be defined as function, they
are inplemented using es6 get functions

get value() {
  return this.value_;
}

see ba56ad1ae0/javascript/node/selenium-webdriver/lib/logging.js (L95)
2016-11-02 18:22:44 +01:00
Andy Hanson
9ba58624e8 Convert highcharts definition to module style 2016-11-02 09:41:50 -07:00
Tadas Dailyda
4c4aeebb1e react-css-modules: augment react's HTMLAttributes interface (#12184)
* augment react's HTMLAttributes interface with styleName

* move 'react-css-modules' declarations to top-level, turn on strictNullChecks
2016-11-03 00:16:32 +09:00
Miroshin Stepan
30907212e7 Update pkcs11js (#12442)
* Add files

* Added all types from pkijs-es6

* Update
- Added pkijs test
- Created asn1js
- Created pvutils
- Fixed type errors

* Update asn1js typings

* Update pvutils test

* Remove PKIBase

* Added common modules x509, cms, ocsp

* Fix typings errors

* Add comments

* Update 'declare module' & config

* Fix type errors
2016-11-03 00:13:19 +09:00
Scott(JuJiang)
34f6ecfb32 feat: add definition for memory-fs (#12377)
* feat: add definition for memory-fs

* fix: enable strictNullChecks and adjust tests

* feat: add standalone module definitions for memory-fs
2016-11-02 23:54:22 +09:00
Prashant Tiwari
00740e74f7 Types for code v4.0.0 (#12402)
* Initial commit for code v4.0.0

* Merge upstream, remove module declaration

* Fix include alias signature, fix typos

* Add stronger types to tests and run linter
2016-11-02 23:51:00 +09:00
Denis
a1383223f0 Implement xml-js (#12433) 2016-11-02 23:49:20 +09:00
Artur Eshenbrener
15ba795ddb sequester: add typings (#12343)
* sequester: add typings

https://github.com/bigeasy/sequester
https://www.npmjs.com/package/sequester

* Change tsconfig files section
2016-11-02 23:48:15 +09:00
Scott(JuJiang)
8b066c8528 feat: add definition for tapable of webpack (#12376)
* feat: add definition for tapable of webpack

* fix: enable strictNullChecks and adjust tests
2016-11-02 23:43:39 +09:00
Scott(JuJiang)
73f8638b30 feat: add definition for source-list-map (#12378)
* feat: add definition for source-list-map

* fix: enable strictNullChecks
2016-11-02 23:42:27 +09:00
Scott(JuJiang)
b13d495494 feat: add definition for loader-runner (#12375)
* feat: add definition for loader-runner

* fix: enable strictNullChecks
2016-11-02 23:41:44 +09:00
Caleb Meredith
35b9ebbe6e Update types-2.0 GraphQL definitions (#12417)
I’m not sure what the exact procedure is for updating types in the `types-2.0` branch, but there’s been some work in the `master` copy of the GraphQL types. This PR updates these types to the most recent version from `master` so that the changes can be available through `@types/graphql`.
2016-11-02 23:30:19 +09:00
Fred K. Schott
68f01f1244 Update missing ASTNode.tagName in parse5 (#12424) 2016-11-02 23:21:02 +09:00
Jeffery Grajkowski
59a23e55da Types 2.0 cbor (#12355)
* Types 2.0 cbor

* Respond to reviewer feedback.
2016-11-02 23:15:10 +09:00
Ionut Costica
e1b8d6829c add deep-assign (#12353)
* add deep-assign

Add type definitions for https://github.com/sindresorhus/deep-assign

* fix(tsconfig): Set strictNullChecks to true
2016-11-02 23:04:21 +09:00
Danilo Bargen
513dc337f9 Rewrite WebRTC RTCPeerConnection definitions (#12140)
* Rewrite all RTCPeerConnection definitions

I used the specification IDL to rewrite all definitions.

* RTCPeerConnection: Add legacy interface extensions
2016-11-02 23:00:10 +09:00
Melvin Groenhoff
ec7779fb1a Change milliseconds argument type from boolean to number. (#12409) 2016-11-02 22:46:47 +09:00
Giff Song
d6b2438fb4 [gl-matrix] Add types for submodules (#12209) 2016-11-02 22:45:11 +09:00
Jeffery Grajkowski
f71bca5275 Updated yargs to 6.3.0 (#12356)
* Updated yargs to 6.3.0

* Added more tests cases for yargs.
Made a couple improvements to the typings in the process.
2016-11-02 22:38:19 +09:00
Franky Lau
f7e05529ff Update node-forge (#12352)
* Update 'node-forge'

* Update indentation

* Add test case

* Remove unnecessary reference
2016-11-02 22:36:37 +09:00
Borek Bernard
e88fdefc17 Add types for 'promisify-node' (#12386)
* Added types for 'promisify-node'

* Optional boolean param instead of default value
2016-11-02 22:30:06 +09:00
Melvin Groenhoff
1ebf11b4eb ES6 typings contain responseURL. Fixes #12434. (#12435) 2016-11-02 22:21:44 +09:00
hktonylee
07765863bf added fetch function in react-native (#12408) 2016-11-02 22:18:52 +09:00
Zhengbo Li
95a8139d37 Merge pull request #12188 from StefH/types-2.0
Fix older compatible functions on the aws-lambda context on the Types 2.0 branch
2016-11-01 16:09:13 -07:00
Slava Shchaurouski
51f771dd16 angular-google-analytics improvements (#12226)
* removes useless separated angular-google-analytics-service.d.ts file and adds this service in index.d.ts; edits namespace usage (like in angular.ui.router and other packages)

* adds reference on angular
2016-11-01 23:16:02 +09:00
Jeffery Grajkowski
06a1eebd6f Massive update for elasticsearch. (#12350)
* Massive update for elasticsearch.
Bringing it in line with 5.0. It's not clear what version it was at previously.

* Take elasticsearch/elasticsearch-tests.ts back down to 2 space indentation.

* Take elasticsearch/elasticsearch-tests.ts back down to 2 space indentation.
2016-11-01 23:12:03 +09:00
Keith Wade
70e5807754 Resolve TypeScript Error (#12315) 2016-11-01 23:08:06 +09:00
Linda_pp
a76622b9f9 Fix menubar module for types-2.0 (#12397) 2016-11-01 22:57:14 +09:00
Ethan Rubio
48ce8aa755 Fix typo for FindOptionsAttributesArray type (#12388) 2016-11-01 22:34:19 +09:00
Andy
0c035b0d45 Linq.js provides its own typings (#11840) 2016-11-01 22:28:54 +09:00
Scott(JuJiang)
79f48dd449 feat: update source-map api to latest version (#12379) 2016-11-01 22:17:17 +09:00
Ilya Kuznetsov
5661e33ce1 Type definitions for node-json-db (#12319)
* Type definitions for node-json-db

* declaration of module 'node-json-db' was removed
2016-11-01 22:13:01 +09:00
Miroshin Stepan
788c758591 Add typings for pkijs, asn1js and pvutils (#12248)
* Add files

* Added all types from pkijs-es6

* Update
- Added pkijs test
- Created asn1js
- Created pvutils
- Fixed type errors

* Update asn1js typings

* Update pvutils test

* Remove PKIBase

* Added common modules x509, cms, ocsp

* Fix typings errors

* Add comments

* Update 'declare module' & config
2016-11-01 22:11:23 +09:00
screendriver
b398805089 Added type definitions for website-scraper v1.2.x (#12125)
* Added type definitions for website-scraper v1.2.x

* Renamed test file

* Fixed "files" in tsconfig.json

* Renamed test file

* Replaced module with namespace
2016-11-01 22:01:53 +09:00
Brandon Marc-Aurele
830b43f05e updated the typing for the creator args (#12365) 2016-11-01 21:59:17 +09:00