index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
node
/
module_test.ts
Age
Commit message (
Expand
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-06
fix(std/node): resolve files in symlinked directories (#8840)
Liam Murphy
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-26
rename(std/testing): rename assert*Contains to assert*Includes (#7951)
Tim Reichen
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-08
test(std/node): make tests runnable from any directory (#7397)
Casper Beyer
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-04-28
BREAKING: remove overload of Deno.test() (#4951)
Bartek Iwańczuk
2020-04-20
std/node: require_ -> require (#4828)
Nikolai Vavilov
2020-03-19
fix: stack traces for modules imported via std/node's require (#4035)
Nikolai Vavilov
2020-03-16
test: Fix broken test and remove redundant test file (#4390)
Chris Knight
2020-02-11
refactor: rewrite tests in std/ to use Deno.test (#3930)
Bartek Iwańczuk
2020-01-29
Partial implementation of node os polyfill based on currently available Deno ...
cknight
2019-11-19
std/node: add some Node.js polyfill to require() (#3382)
Kevin (Kun) "Kassimo" Qian
2019-10-09
remove std submodule
Ryan Dahl
2019-10-04
Move deno_std to a more convenient location. (#3057)
Ryan Dahl