Commit Graph

23575 Commits

Author SHA1 Message Date
DJ_Middle
e7772769fa Added isEmpty function definition (#12500) 2016-11-05 12:38:31 -07:00
Philipp A
0c861b0b4c Added event-to-promise definition (#12502) 2016-11-05 12:36:47 -07:00
jramsay
c1061d8a9d Merge pull request #12481 from DefinitelyTyped/more_2.0
Convert more packages to `types-2.0` style
2016-11-04 16:15:17 -07:00
bruce-lindsay
57556c944d Update jquery-tests.ts
fixed comment
2016-11-04 17:24:36 -04:00
Andy Hanson
a1fbe3bc3f Convert more packages to types-2.0 style 2016-11-04 13:48:19 -07:00
Andy Hanson
c016b5b79f Rename files 2016-11-04 13:42:08 -07: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
gatsbimantico
08bbc012f2 Updated header
Updated header with info about Project and Definitions
2016-11-04 08:14:32 +01:00
Ray Solomon
7e0ebfc5d2 Update bunyan LoggerOptions to accept stdSerializers 2016-11-03 19:59:30 -07: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
jramsay
df827a4d96 Merge pull request #10857 from Stubb0rn/eventemitter3-1.2.0
Added type definition for eventemitter3-1.2.0
2016-11-03 15:25:46 -07:00
goleon
3a1606d051 fix return type for DomUtil 2016-11-04 01:06:53 +04:00
goleon
5c443dc6d1 * Use native mouse event in originalEvent propery
* Added DomUtil declaration
* Added Class declaration (think about generics)
* Evented class inherited from Class
2016-11-04 00:52:13 +04:00
jramsay
255ae20ac7 Merge pull request #10691 from sqwk/paper
Paper Type Definitions
2016-11-03 12:47:44 -07:00
Andy
f080b63646 Remove the github-electron directory, as its contents have already been moved to electron (#12300) 2016-11-03 09:34:43 -07:00
Jesper
16b5c4a4fd Solved export error in index.d.ts
Please fill in this template.

- [X] Prefer to make your PR against the `types-2.0` branch.
- [X] The package does not provide its own types, and you can not add them.
- [X] Test the change in your own code.
- [X] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped#make-a-pull-request).
- [X] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped#common-mistakes).

If changing an existing definition:
- [X] Provide a URL to  documentation or source code which provides context for the suggested changes: There are no changes made to the API, only in how the module is exported. Thus no URL has been included as it's not relevant.
- [X] Increase the version number in the header if appropriate.

**Solution for error "error TS2694: Namespace 'angular' has no exported member 'gettext'.".
Module "angular" is now imported. The "angular.gettext" namespace declaration has been changed to instead extend the angular module.**
2016-11-03 11:30:47 +01:00
James Dowell
3779c195ed Update AjvOptions - multipleOfPrecision property
Updating the AjvOptions - multipleOfPrecision property to allow boolean or number. Precision is specified as a number while the value defaults to false (i.e. disabled)

Link to PR which added the multipleOfPrecision option: 5f2cc30449
2016-11-03 10:22:04 +00:00
Rufus Linke
a2c847cc87 adjust angular-promise-tracker typings to types-2.0 2016-11-03 11:06:48 +01:00
Rufus Linke
9742548d05 add type definitions for angular-promise-tracker 2016-11-03 08:59:06 +01: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
bluepichu
ccf944ff70 Replace hex2string test with a legal use 2016-11-02 17:53:35 -04:00
bluepichu
db8a22f441 pixi.js - Fix "hex2string" bug 2016-11-02 17:44:27 -04: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
Connor Peet
c5ea2b4c69 Treat clipboard as a CJS module 2016-11-02 09:07:31 -07:00
TANAKA Koichi
baadc0b130 Add prompt sync (#12412)
* Add definition for prompt-sync

* Add definition for prompt-sync-history
2016-11-03 00:21:54 +09: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
Stefan Dobrev
5b3fcc4f7d [material-ui] Add boolean for muiTheme.userAgent
It turns out that `muiTheme.userAgent` supports booleans as well. This is used when you want to disable the autoprefixer functionality: ccf712c573/src/utils/autoprefixer.js (L20)
2016-11-02 17:09:22 +02: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
TonyYang
3231685087 Add a method (#12430) 2016-11-02 23:39:31 +09:00
John Vilk
a9a732cb4d [Node] errno is a number, not a string. (#11890) 2016-11-02 23:33:27 +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