Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) | Bartek IwaĆczuk | |
This reverts commit a3529d02329e0d2127ad2a5bb78b4c476ddd6984. This change made debugging Node tests very hard - `AssertionError` is now printed as `[Circular *1]` giving no visibility what failed. We need to align two implementations together and remove this one then. | |||
2023-03-23 | refactor(ext/node): Use Deno.inspect (#17960) | Ryan Dahl | |
No need for two almost identical implementations of the same thing --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com> | |||
2023-02-23 | test(ext/node): add tty_test and util_test (#17868) | Yoshiya Hinosawa | |