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
Ryan Cavanaugh
a4f5ae3098
Merge commit 'upstream/master~250' into merge_7_25
2016-07-26 18:03:56 -07:00
Ryan Cavanaugh
e94e9a8630
Merge commit 'upstream/master~450' into merge_7_25
2016-07-26 13:40:56 -07: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
Mohamed Hegazy
32147284a1
Merge pull request #9131 from DmitryEfimenko/master
...
added ObjectID methods
2016-06-27 09:19:20 -07:00
Dave Allen
f1e58fbffa
Deprecated and updated README appropriately ( #9652 )
...
* Deprecated, fixed tests to pass
* Improved deprecation message in README
2016-06-19 10:28:10 +09:00
Tristan Geraets
6d46dce92e
Update meteor.d.ts ( #9323 )
...
Missing property Meteor.isTest added, this flag is missing from the official docs as well but referenced in the [guide](http://guide.meteor.com/v1.3/testing.html#test-modes )
2016-05-15 02:48:53 +09:00
Ryan Cavanaugh
e105eabd48
Remove invalid references
2016-05-10 16:27:59 -07: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
7a47e67dcc
Start preparing for path- transition
2016-05-09 13:47:53 -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
DmitryEfimenko
bd94746074
added ObjectID methods
...
according to
[docs](https://docs.mongodb.org/manual/reference/method/js-constructor/ )
2016-04-27 23:58:34 -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
Dave Allen
402a133aab
Fixed header
2016-03-30 11:51:32 -07:00
Dave Allen
196a892e6e
Reverted module declarations back to namespace declarations.
2016-03-30 11:45:35 -07:00
Dave Allen
34c761bb51
Updated for Meteor 1.3. Added more tests to verify recent updates to definitions.
2016-03-30 11:16:17 -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
Alex
cc4e272bbf
Update meteor.d.ts
2016-02-24 16:54:15 +08:00
vvakame
9027703c0b
pass npm run all in new definition-tester
2016-02-10 00:16:03 +09:00
Horiuchi_H
bc92442c07
change CRLF to LF
2016-02-08 12:01:16 +09:00
Maciej Kucharski
4d5f70f153
updated and fixed failing meteor tests
2016-02-04 16:01:06 +01:00
Maciej Kucharski
794ad5905b
Meteor.Error constructor can be also called with (number, string?, string?)
...
see: http://docs.meteor.com/\#/full/meteor_error
Even though property is specified as example right below shows usage with a number instead.
2016-02-04 16:00:23 +01:00
Maximilian Friedmann
2830f7f722
Update meteor.d.ts
...
collection.remove returns the number of removed items, just like update/upsert etc., see http://docs.meteor.com/#/full/remove
2015-11-25 22:54:59 +01:00
Dave Allen
22d5a3bccc
Updated definitions for Meteor version 1.2.0.2
2015-10-07 14:25:59 -07:00
Dave Allen
c38e954360
Updated Meteor definitions for Meteor version 1.2.0.2
2015-10-06 12:05:49 -07:00
Sebastian Clausen
92e42e0b5a
made parameter of interface ObjectID optional
2015-09-30 16:05:13 +02:00
Daniel Rosenwasser
58345fc448
Merge branch 'master' into handleExtraObjectLiteralProperties
...
Conflicts:
angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
2015-08-17 12:28:46 -07:00
Daniel Rosenwasser
b0c077fdd3
'Selector' shouldn't extend 'Object' in 'meteor'.
2015-08-10 18:15:51 -07:00
vvakame
eba9f1e2ff
remove unrequired .tscparams
2015-08-08 15:41:13 +09:00
Peter Grman
10564f321b
Fix implicit any types
...
Most types already would have been any, the others were changed based on
documentation, and similar changes. I used also `any` if the type was
unclear.
2015-05-07 18:19:36 +02:00
Dave Allen
d3a2d07470
Updated for Meteor version 1.1.0.1
2015-04-03 10:40:49 -07:00
Dave Allen
0a6c8b63f8
Fixed reference to definitions in test file.
2015-02-05 14:56:15 -08:00
Dave Allen
8e09840c4b
Fixed header at top of definition file.
2015-02-05 14:55:00 -08:00
Dave Allen
a8c07f3288
Fixed class definitions.
2015-02-05 14:49:46 -08:00
Dave Allen
8fc4e913d6
Fixed some important links and references in the README.
2015-01-23 08:29:08 -08:00
Dave Allen
a451b00ed5
Fixed path to definitions in test.
2015-01-22 15:46:42 -08:00
Dave Allen
aa3c40741a
Fixed comment at top of definition file to conform to standards.
2015-01-22 15:43:07 -08:00
Dave Allen
25de4289ef
Updated for Meteor 1.0.3.1
2015-01-22 15:35:30 -08:00
Dave Allen
80f606d5db
Updated Readme with indication that the definitions are for Meteor 1.0.2.1. Will update rest of Readme soon.
2015-01-09 15:44:03 -08:00
Dave Allen
3eedbeafbd
Updated definitions for Meteor version 1.0.2.1
2015-01-09 15:08:44 -08:00
Dave Allen
26ce5ade66
Again fixed the comment at the top
2014-09-05 15:29:36 -07:00