| 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-13 | fix(npm): show a progress bar when initializing the node_modules folder (#18136) | David Sherret | |
| Creating the node_modules folder when the packages are already downloaded can take a bit of time and not knowing what is going on can be confusing. It's better to show a progress bar. | |||
| 2023-02-25 | chore: fix flaky package_json_basic tests (#17940) | David Sherret | |
| https://github.com/denoland/deno/actions/runs/4267836955/jobs/7429836369 Closes #17946 | |||
| 2023-02-23 | feat(npm): support bare specifiers from package.json in more subcommands and ↵ | David Sherret | |
| language server (#17891) | |||
