Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-20 | move js unit tests to cli/tests (#5678) | Ryan Dahl | |
2020-05-19 | Implement Deno.symlink() for windows (#5533) | Ali Hasani | |
2020-05-18 | Make Deno.remove() work with directory symlinks on windows (#5488) | Ali Hasani | |
2020-04-28 | BREAKING: Use LLVM target triple for Deno.build (#4948) | Ryan Dahl | |
Deno.build.os values have changed to correspond to standard LLVM target triples "win" -> "windows" "mac" -> "darwin" | |||
2020-04-16 | refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) | Nayeem Rahman | |
2020-03-20 | use prebuilt "not implemented" error (#4442) | dubiousjim | |
2020-03-10 | reorg: move js runtime tests to cli/js/tests/ (#4250) | Bartek IwaĆczuk | |
All Deno runtime test files were moved to cli/js/tests/ directory. It makes a clear distinction that cli/js/tests/ contains code that is run under Deno runtime as opposed to code in cli/js/ which is used to create bundle and snapshot with "deno_typescript". |