Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-10 | feat(compile): unstable npm and node specifier support (#19005) | David Sherret | |
This is the initial support for npm and node specifiers in `deno compile`. The npm packages are included in the binary and read from it via a virtual file system. This also supports the `--node-modules-dir` flag, dependencies specified in a package.json, and npm binary commands (ex. `deno compile --unstable npm:cowsay`) Closes #16632 | |||
2023-03-22 | chore(test_util): replace tempdir code w/tempdir crate (#18340) | Matt Mastracci | |
2023-03-08 | refactor(lsp): improve test client initialization (#18015) | David Sherret | |
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |
2022-06-14 | feat(vendor): support using an existing import map (#14836) | David Sherret | |
2022-04-01 | chore(tests): use custom temp dir creation for the tests (#14153) | David Sherret | |