Yoshiya Hinosawa
|
4c1053ad33
|
chore: update copyright year (#13434)
|
2022-01-20 16:10:16 +09:00 |
|
Bartek Iwańczuk
|
bedb2adfb0
|
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
|
2021-11-23 17:45:18 +01:00 |
|
Casper Beyer
|
830586d242
|
test(cli): align unit test permissions with runtime test permissions (#12189)
|
2021-09-23 01:50:50 +02:00 |
|
Leo K
|
3f0cf9619f
|
refactor(cli/tests): remove unnecessary void return types (#11577)
|
2021-08-05 13:08:58 +02:00 |
|
Divy Srivastava
|
2b13bb6945
|
feat(runtime): implement navigator.hardwareConcurrency (#11448)
This commit implements "navigator.hardwareConcurrency" API, which
supersedes "Deno.systemCpuInfo()" API (which was removed in this commit).
|
2021-07-29 21:45:11 +02:00 |
|
crowlKats
|
0e70d9e59b
|
refactor: clean up permission handling (#9367)
|
2021-03-17 17:45:12 -04:00 |
|
Kohei Ueno
|
2e3d72064a
|
fix: panic caused by Deno.env.set("", "") (#9583)
|
2021-02-23 04:24:59 -05:00 |
|
Yusuke Tanaka
|
d8fd71afdf
|
chore: update copyright to 2021 (#9092)
|
2021-01-11 18:13:41 +01:00 |
|
Elias Sjögreen
|
305a9c04ba
|
feat(unstable): add Deno.systemCpuInfo() (#7774)
|
2020-10-26 10:54:27 -04:00 |
|
Nayeem Rahman
|
f874b83aa0
|
test(cli/tests/unit): Enable color for js_unit_tests (#7443)
|
2020-09-14 12:46:50 +02:00 |
|
Akshat Agarwal
|
c1b4ff61c9
|
feat(unstable): Add Deno.systemMemoryInfo() (#7350)
Co-authored-by: marcopacini <pacinim88@gmail.com>
Co-authored-by: Casper Beyer <caspervonb@pm.me>
|
2020-09-10 10:38:17 +02:00 |
|
David Sherret
|
cde4dbb351
|
Use dprint for internal formatting (#6682)
|
2020-07-14 15:24:17 -04:00 |
|
uki00a
|
a2bf61d1ae
|
feat(unstable): Deno.ppid (#6539)
|
2020-07-08 10:35:45 -04:00 |
|
Casper Beyer
|
87f8f99c49
|
refactor(cli/tests/unit) to use assertThrows (#6459)
|
2020-06-25 00:57:08 +02:00 |
|
Ryan Dahl
|
0a81ec6b1e
|
Remove Deno.dir and dirs dependency (#6385)
|
2020-06-20 23:49:27 -04:00 |
|
Ryan Dahl
|
e9424bf6b5
|
Revert "feat: add Deno.osName()" (#6261)
Deno.build.os provides the same functionality
This reverts commit 6ccf9037a6 .
|
2020-06-12 09:53:53 -04:00 |
|
Rubin Bhandari
|
6ccf9037a6
|
feat: add Deno.osName() (#5714)
|
2020-06-11 13:11:26 -04:00 |
|
Tuan Le
|
878f306a39
|
feat(cli): Add Deno.env.delete() (#5859)
|
2020-06-09 14:58:30 +02:00 |
|
Nayeem Rahman
|
8e39275429
|
fix(cli/permissions): Fix CWD and exec path leaks (#5642)
|
2020-05-29 17:27:43 +02:00 |
|
Ryan Dahl
|
30702e2678
|
move js unit tests to cli/tests (#5678)
|
2020-05-20 17:52:51 -04:00 |
|