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
2f71174636
Restructure to support old versions ( #13811 )
...
* Restructure to support old versions
* Fix tests
2017-01-06 12:36:57 -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
Nathan Shively-Sanders
983c93531a
Merge branch 'types-2.0' into types-merge-20161118
2016-11-21 16:16:59 -08:00
Mine Yalcinalp Starks
253e456e3c
Merge remote-tracking branch 'upstream/master' into types-2.0
...
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08: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
zhengbli
62e37b17e1
Merge commit 'origin/master~100' into zhengbli_merge
2016-10-24 20:34:59 -07:00
James Bracy
b15ec5b9a0
Updating QUnit to 2.0.1 ( #11527 )
2016-10-10 19:53:14 +09:00
Ryan Cavanaugh
5e9440c8ad
Merge commit 'upstream/master~700' into merge_7_25
...
# Conflicts:
# angular-ui-router/angular-ui-router.d.ts
# bookshelf/bookshelf-tests.ts
# bookshelf/bookshelf.d.ts
# enzyme/enzyme-tests.tsx
# enzyme/enzyme.d.ts
# escodegen/escodegen-tests.ts
# helmet/helmet.d.ts
# joi/joi.d.ts
# knex/knex-tests.ts
# moment/index.d.ts
# mongoose/index.d.ts
# pg/pg.d.ts
# react-select/react-select-tests.tsx
# soap/index.d.ts
# ssh2/ssh2.d.ts
# turf/turf-tests.ts
# underscore.string/underscore.string.d.ts
2016-07-25 16:10:34 -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
Jeroen
933f68a564
Adds extend to QUnit typings ( #9322 )
...
Note that the second parameter (mixin) of this method is documented on
the website as being of type string, but both the qunit source code and
examples on the same documentation page tell us it's actually of type
any.
2016-05-15 02:28:09 +09: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
290d5dfb4d
More fixes
2016-05-04 18:42:46 -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
dc851736af
Delete unused tscparams
2016-04-27 20:42:33 -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
vvakame
4de74cb527
normalize line ending (CRLF -> LF)
2016-02-16 01:20:30 +09:00
Rainer ziller
a5ff255a5d
Add QunitAssert parameter to setup functions
...
Add QunitAssert parameter to the setup, teardown, beforeEach and
afterEach functions.
This facilitates the usage of for example async code in the setup.
2015-11-26 16:01:04 +01:00
Daniel Rosenwasser
cd87686baf
Normalized indentation in 'qunit'.
2015-09-01 14:44:08 -07:00
Daniel Rosenwasser
a3ea332e5e
Deprecated 'setup'/'teardown', added 'beforeEach'/'afterEach', added indexer to 'LifecycleObject' in 'qunit'.
2015-09-01 14:43:39 -07:00
Josh McCullough
c673b469b7
Fixed type of assert.async()`.
...
The function `assert.async` is not of type `any`, it is a parameterless, void function.
2015-03-30 16:24:42 -04:00
Theodore Brown
e0dac065a3
Initial support for QUnit v1.16
2014-12-29 23:24:55 -06:00
Mohamed Hegazy
2aaa293cb1
Remove quotes from response files
2014-09-02 14:53:39 -07:00
Nickolas Westman
1e9a254701
Update Anon Function Parameters in asyncTest
...
Encountered compiler errors on using asyncTest ... fixed by making sure that the assert is a function of the anon function
2014-07-23 11:24:32 -07:00
Bart van der Schoor
1d345f6c14
cleaned-up headers
2014-06-18 23:31:11 +02:00
vvakame
6ab4ffae2b
Remove not required tscparams
2014-01-02 16:34:52 +09:00
Gary Bortosky
8e009d56c0
adding explicit any
2013-12-12 15:48:27 -06:00
vvakame
96c443c647
Suppress test failed
2013-11-21 19:59:41 +09:00
nycdotnet
e8b6bd4ada
Fix for error with TypeScript 0.9.5
...
"Generic type references must include all type arguments".
2013-11-07 22:03:59 -05:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Richard Hepburn
911acf3fe7
Changed bool -> boolean to align with TypeScript 0.9
...
Updated the bool type definitions to boolean to align with TS 0.9 and
ES6 standards.
2013-07-08 17:26:05 -04:00
Diullei Gomes
70084c9c74
Merge pull request #659 from iwhp/master
...
Missing declaration for 'testTimeout' in QUnit.config.
2013-06-21 05:47:10 -07:00
harry@ardimedia.com
0687ab6e49
Missing declaration for 'testTimeout' in QUnit.config.
2013-06-21 09:55:54 +02:00
Diullei Gomes
d1dcb7100b
fixed qunit test file.
2013-06-20 22:06:07 -03:00
Diullei Gomes
4651ce7843
Added qunit documentation to facilitate Visual Studio intellisense.
2013-02-14 00:12:55 -02:00
William Sears
e06b39879d
Add interface and fix signature for moduleStarted callback
2013-02-05 14:03:52 -08:00
Diullei Gomes
a00fd86b8d
Qunit definitions. I changed variable declarations for function declarations to allow overloading
2013-01-30 00:48:26 -02:00
Diullei Gomes
632cb655d9
update qunit definition
...
Tests added. Resolved some bugs.
2013-01-22 23:13:18 -02:00
Boris Yankov
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Boris Yankov
7c82efb17a
Update reference paths
2012-11-19 01:28:08 +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