Age | Commit message (Collapse) | Author |
|
|
|
(#16141)
This commit adds support for npm specifier in "deno cache" subcommand.
```
$ deno cache --unstable npm:vite npm:chalk https://deno.land/std/http/file_server.ts
```
Besides downloading requested npm package(s), it will also download
necessary code from "std/node/".
|
|
|
|
|
|
|
|
|
|
node_modules folder exists for package (#16005)
|
|
node_modules folder (#15971)
|
|
|
|
|
|
|
|
|
|
|
|
code (#15806)
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
This commit adds "--no-npm" flag, it's similar to "--no-remote"
flag. This flag makes Deno error out if "npm:" specifier is encountered.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though.
|
|
|
|
|
|
|
|
|
|
This commit changes "npm:" specifier handling to respect "--cached-only" flags and adds "Download" messages for npm registry api calls.
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|