summaryrefslogtreecommitdiff
path: root/tests/testdata/lockfile
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-26 19:01:50 -0400
committerGitHub <noreply@github.com>2024-08-26 23:01:50 +0000
commite13230226fe91498b3a5f28a8de6edbe4f164944 (patch)
tree680687d66cb0725601008bed14fa7c2c8be2054c /tests/testdata/lockfile
parentba58628601057c6f996cbad287fcfbe353872368 (diff)
feat: lockfile v4 by default (#25165)
This won't be fully stabilized until 2.0 is released.
Diffstat (limited to 'tests/testdata/lockfile')
-rw-r--r--tests/testdata/lockfile/no_dts/deno.lock.out6
-rw-r--r--tests/testdata/lockfile/no_dts/main.cache.out3
-rw-r--r--tests/testdata/lockfile/no_dts/main.ts3
3 files changed, 0 insertions, 12 deletions
diff --git a/tests/testdata/lockfile/no_dts/deno.lock.out b/tests/testdata/lockfile/no_dts/deno.lock.out
deleted file mode 100644
index 6aa547e28..000000000
--- a/tests/testdata/lockfile/no_dts/deno.lock.out
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "version": "3",
- "remote": {
- "http://localhost:4545/lockfile/no_dts/mod.js": "3f576f37a301d298c3032eb1835240bd83f3762db26fc1d358c5d67088d6ffc8"
- }
-}
diff --git a/tests/testdata/lockfile/no_dts/main.cache.out b/tests/testdata/lockfile/no_dts/main.cache.out
deleted file mode 100644
index 84e728d66..000000000
--- a/tests/testdata/lockfile/no_dts/main.cache.out
+++ /dev/null
@@ -1,3 +0,0 @@
-Warning "--lock-write" flag is deprecated and will be removed in Deno 2.
-Download http://localhost:4545/lockfile/no_dts/mod.js
-Download http://localhost:4545/lockfile/no_dts/mod.d.ts
diff --git a/tests/testdata/lockfile/no_dts/main.ts b/tests/testdata/lockfile/no_dts/main.ts
deleted file mode 100644
index 7596e1e1a..000000000
--- a/tests/testdata/lockfile/no_dts/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import { test } from "http://localhost:4545/lockfile/no_dts/mod.js";
-
-console.log(test());