DefinitelyTyped/types/node/test
Oliver Joseph Ash d9f74cb42c Node: tighten URL query type (#33997)
* Add failing test

* Fix failing test

* Specify min version

* Name type and export

* Move type

* Use interface

* Use index signature

* Relocate test, fix 2.0 support

* Replace type alias with inline type + comments
2019-04-08 12:41:52 -07:00
..
assert.ts
buffer.ts
child_process.ts Merge pull request #34285 from KSXGitHub/node.improve-spawn-by-adding-overloads 2019-04-01 12:12:21 -07:00
cluster.ts
crypto.ts
dgram.ts
events.ts feat(node): v11.13 2019-03-29 02:15:14 +01:00
global.ts
http2.ts [node] various http2 fixes (#34262) 2019-03-29 00:39:17 -07:00
http.ts
net.ts
os.ts
path.ts
perf_hooks.ts
process.ts [node] correct process.send() and callback of cp.send()/cp.worker.send() (#34337) 2019-03-29 21:22:36 -07:00
querystring.ts Node: tighten URL query type (#33997) 2019-04-08 12:41:52 -07:00
readline.ts
repl.ts
stream.ts
tls.ts Use SecureContextOptions in httpsServer.addContext 2019-03-29 17:32:15 +01:00
tty.ts feat(node): v11.13 2019-03-29 02:15:14 +01:00
util.ts
v8.ts feat(node): v11.13 2019-03-29 02:15:14 +01:00
worker_threads.ts feat(node): v11.13 2019-03-29 02:15:14 +01:00
zlib.ts