summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lockfile/no_dts/mod.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-06-26 21:53:17 +0200
committerGitHub <noreply@github.com>2023-06-26 15:53:17 -0400
commita8d472f88e79703b1890bfdc87d7a3bb20b21428 (patch)
treed2c2daf1261d6dbcce7852368550d56c134bc97e /cli/tests/testdata/lockfile/no_dts/mod.d.ts
parentfa935e553a9ec37d39d2274432a00f1b465cef0f (diff)
feat(lock): skip saving declaration files in the lockfile (#19447)
This is also a performance improvement because declaration file hashes don't need to be stored in the lockfile. Closes #19444
Diffstat (limited to 'cli/tests/testdata/lockfile/no_dts/mod.d.ts')
-rw-r--r--cli/tests/testdata/lockfile/no_dts/mod.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/lockfile/no_dts/mod.d.ts b/cli/tests/testdata/lockfile/no_dts/mod.d.ts
new file mode 100644
index 000000000..7d3fae61c
--- /dev/null
+++ b/cli/tests/testdata/lockfile/no_dts/mod.d.ts
@@ -0,0 +1 @@
+export declare function test(): number;