Commit Graph

27 Commits

Author SHA1 Message Date
Wesley Wigham
6970a8fffa
#no-publishing-comment No more tabs in json documents, trailing newlines for every document 2020-05-15 12:27:10 -07:00
Gabriela Araujo Britto
e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00
Nathan Shively-Sanders
c8089e91d1
Trim tsconfig files; move untested files to OTHER_FILES.txt (#40676)
* Initial cut

* fix aos global reference

* fix clearbladejs global references

* fix cldr.js augmentations

* fix codemirror compile errors (maybe)

* fixup skipped files after merge

* fix dwt/v13

* add missing references to adone

* fix meteor (manually)

* fix rangy

* add missing file reference to react-blessed

* fix react-dom?

* bump codemirror to 3.2

* bump dwt to 3.2

* Add/remove OTHER_FILES.txt as needed.

* bump react-codemirror to 3.2

* add references to slickgrid tests

* add reference to strophe.js tests

* add reference to strophe+fix types

* add reference to waypoints test

* Bump others to 3.9

* remove incorrectly added file

* Use more explicit types reference paths

* bump strophejs-plugin-roster TS version
2019-11-26 12:47:30 -08:00
HarikiRito
b27ccfad30 Update callback_api.d.ts (#36360)
* Update callback_api.d.ts

* Update callback_api.d.ts
2019-06-27 09:26:04 -07:00
Leonard Hecker
3c7c5b79aa [bluebird] Restore assignability to native Promises (fixes #11027) (#34805)
* [bluebird] Rename import to Bluebird for tests

* [bluebird] Restore assignability to native Promises

* [bluebird] Upgrade TypeScript Versions of all dependents
2019-05-24 13:57:50 -07:00
Jacob Gardner
3649fccf57 Remove prettier formatting 2019-02-26 13:37:13 -06:00
Jacob Gardner
6fde3e1258 I read the original spec incorrectly. Updated it accordingly. 2019-02-26 13:34:27 -06:00
Jacob Gardner
219fd7573e Make sure both callback and promise Connection have serverProperties field. Add test. 2019-02-26 13:27:55 -06:00
Jacob Gardner
1f1aefb128 Add server properties to connection object 2019-02-26 13:09:22 -06:00
Nathan Shively-Sanders
f0ce987bc1 Update project urls to match NPM url
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.

This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00
ergoithz
993f25d467 fix wrong/missing/use-of MessageFields 2018-10-24 12:49:23 +02:00
Andy
7c6c96516e
More fixes from dtslint improvements (#29765) 2018-10-15 17:35:36 -07:00
segayuu
1a07f27101 [@types/Bluebird] Make iterative methods rigid types without type parameters. (#27216)
* Resolve bluebird(Array) method

* upgrade typescript version from bluebird-global

* move testfile
Reason: There are too many type definition files
  depending on jquery and it can not be managed.

* upgrade typescript version from bluebird require packages

* fix lint error: use-default-type-parameter
2018-07-12 09:23:46 -07:00
Nick Zelei
2915a02f31 tweaked types per documentation 2018-03-02 10:04:11 -06:00
Nick Zelei
407c264b35 Updated message properties and fields
Updated message properties and fields
2018-03-02 09:53:16 -06:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Diwakar
b6ba23b5df amqplib: add missing authentication method definitions PLAIN, EXTERNAL (#22509) 2018-01-02 15:49:31 -08:00
Gregor Yushinov
ef2b897324 Accept a connection object instead of a URL 2017-11-15 17:48:25 +01:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Aliaksei Tuzik
a978b727ac [amqplib] enable strictNullChecks (#18361) 2017-07-31 14:14:00 -07:00
Andy Hanson
c15e214e5a bluebird: Make Thenable an alias to the builtin PromiseLike. 2017-06-16 09:02:18 -07:00
Anthony Rosequist
c2dbda28dc Being more specific in the response for Channel#get in amqplib (#16895) 2017-06-01 11:43:18 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy
4cac3c5b44 Apply new lint rules in more packages (#15521) 2017-03-30 12:33:22 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00