diff options
author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-09-04 13:06:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 13:06:16 -0700 |
commit | c32d692a8f37c50fd700bb320571f76a107a44c2 (patch) | |
tree | 3a94f358db8ea390a35e742495848c4b69288fba /tests/specs/install/install_entrypoint/install.out | |
parent | e27a19c02c537626d7874f7521f4e39d6dfad0af (diff) |
feat(install): deno install with entrypoint (#25411)
```
deno install --entrypoint one.ts two.ts
```
effectively equivalent to `deno cache`
Diffstat (limited to 'tests/specs/install/install_entrypoint/install.out')
-rw-r--r-- | tests/specs/install/install_entrypoint/install.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/install/install_entrypoint/install.out b/tests/specs/install/install_entrypoint/install.out new file mode 100644 index 000000000..d702cf45a --- /dev/null +++ b/tests/specs/install/install_entrypoint/install.out @@ -0,0 +1,7 @@ +[UNORDERED_START] +Download http://127.0.0.1:4250/@denotest/add/meta.json +Download http://localhost:4260/@denotest/esm-basic +Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json +Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts +Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz +[UNORDERED_END] |