Commit Graph

21 Commits

Author SHA1 Message Date
Sheetal Nandi
0c5c7a2d2b Merge pull request #11093 from TonyPythoneer/patch-9
[node] Clean up testcase of assert
2016-09-09 16:00:37 -07:00
Sheetal Nandi
1109afea97 Merge pull request #11131 from TonyPythoneer/patch-17
[node] Clean up url tests and wrap in namespace
2016-09-09 12:39:40 -07:00
TonyYang
fc1b3e11df [node] imported and global process are same (#11092)
* imported and global process are same

* imported and global process are same
2016-09-09 23:33:18 +09:00
TonyYang
39cfebd6f8 Clean up url tests and wrap in namespace 2016-09-09 10:57:16 +08:00
Sheetal Nandi
40adfa30aa Merge pull request #11102 from TonyPythoneer/patch-10
[node] Clean up cluster tests and wrap in namespace
2016-09-08 10:16:13 -07:00
Sheetal Nandi
bbf2bb1f01 Merge pull request #11103 from TonyPythoneer/patch-11
[node] Clean up fs tests and wrap in namespace
2016-09-08 10:15:56 -07:00
Sheetal Nandi
df9755325f Merge pull request #11104 from TonyPythoneer/patch-12
[node] Clean up childProcess tests and wrap in namespace
2016-09-08 10:14:08 -07:00
Sheetal Nandi
f16104e02b Merge pull request #11105 from TonyPythoneer/patch-13
[node] Correct indent of comments of path testcases
2016-09-08 10:13:53 -07:00
Sheetal Nandi
8e760c7dbd Merge pull request #11108 from TonyPythoneer/patch-15
[node] Clean up util tests and wrap in namespace
2016-09-08 10:09:14 -07:00
TonyYang
5925d3792b Update node-4-tests.ts 2016-09-08 12:56:44 +08:00
TonyYang
3c46cd861a Typo word for util_tests 2016-09-08 12:47:44 +08:00
TonyYang
12f5f37cb2 Clean up util tests and wrap in namespace 2016-09-08 12:41:07 +08:00
TonyYang
6afd61e5e1 Correct indent of comments of path testcases 2016-09-08 12:29:07 +08:00
TonyYang
4429e003ce Clean up childProcess tests and wrap in namespace 2016-09-08 12:21:13 +08:00
TonyYang
02afdc49e5 Clean up fs tests and wrap in namespace 2016-09-08 12:08:36 +08:00
TonyYang
79c00498a1 Clean up cluster tests and wrap in namespace 2016-09-08 11:49:34 +08:00
TonyYang
97c9fd0050 Clean up assert module 2016-09-08 00:33:38 +08:00
TonyYang
98d009b227 [node] Test that imported and global console are same (#11062)
* Node.d.ts: Introduce module "console"

* Test that imported and global `console` are same

* Test that imported and global `console` are same

* declare module "console" for node v4
2016-09-07 20:42:29 +09:00
Steven
77bc119042 Add extra static members to the Node v4 Error class (#10747)
Defines `stackTraceLimit` and `captureStackTrace` as static members for
the Error class in Node v4 so their usage can be recognized.
2016-08-25 01:11:07 +09:00
Vincent Rouille
b54fdb6595 Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
Masahiro Wakame
eeede9d1ad split node-v4 definitions (#9341) 2016-05-15 01:59:20 +09:00