summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-08-28 00:00:46 +0800
committerGravatar GitHub <noreply@github.com> 2024-08-28 00:00:46 +0800
commit9eccca53e324bf963fd94b5e0444651ade3f4f1d (patch)
treebc8afdf34c4cd829612ed4be331bd6195963ac93
parentccce6d2061c4653d285a31164ac1b84073b73f31 (diff)
downloadastro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.tar.gz
astro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.tar.zst
astro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.zip
Remove lingering env.d.ts files (#11852)
Diffstat (limited to '')
-rw-r--r--packages/astro/e2e/fixtures/solid-circular/src/env.d.ts1
-rw-r--r--packages/astro/e2e/fixtures/svelte-component/src/env.d.ts1
-rw-r--r--packages/astro/performance/fixtures/mdoc/src/env.d.ts2
-rw-r--r--packages/astro/performance/fixtures/mdx/src/env.d.ts2
-rw-r--r--packages/astro/test/fixtures/error-bad-js/src/env.d.ts1
-rw-r--r--packages/astro/test/fixtures/error-build-location/src/env.d.ts1
-rw-r--r--packages/astro/test/fixtures/error-non-error/src/env.d.ts1
-rw-r--r--packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts1
8 files changed, 0 insertions, 10 deletions
diff --git a/packages/astro/e2e/fixtures/solid-circular/src/env.d.ts b/packages/astro/e2e/fixtures/solid-circular/src/env.d.ts
deleted file mode 100644
index 8c34fb45e..000000000
--- a/packages/astro/e2e/fixtures/solid-circular/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" /> \ No newline at end of file
diff --git a/packages/astro/e2e/fixtures/svelte-component/src/env.d.ts b/packages/astro/e2e/fixtures/svelte-component/src/env.d.ts
deleted file mode 100644
index 8c34fb45e..000000000
--- a/packages/astro/e2e/fixtures/svelte-component/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" /> \ No newline at end of file
diff --git a/packages/astro/performance/fixtures/mdoc/src/env.d.ts b/packages/astro/performance/fixtures/mdoc/src/env.d.ts
deleted file mode 100644
index acef35f17..000000000
--- a/packages/astro/performance/fixtures/mdoc/src/env.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-/// <reference path="../.astro/types.d.ts" />
-/// <reference types="astro/client" />
diff --git a/packages/astro/performance/fixtures/mdx/src/env.d.ts b/packages/astro/performance/fixtures/mdx/src/env.d.ts
deleted file mode 100644
index acef35f17..000000000
--- a/packages/astro/performance/fixtures/mdx/src/env.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-/// <reference path="../.astro/types.d.ts" />
-/// <reference types="astro/client" />
diff --git a/packages/astro/test/fixtures/error-bad-js/src/env.d.ts b/packages/astro/test/fixtures/error-bad-js/src/env.d.ts
deleted file mode 100644
index f964fe0cf..000000000
--- a/packages/astro/test/fixtures/error-bad-js/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" />
diff --git a/packages/astro/test/fixtures/error-build-location/src/env.d.ts b/packages/astro/test/fixtures/error-build-location/src/env.d.ts
deleted file mode 100644
index f964fe0cf..000000000
--- a/packages/astro/test/fixtures/error-build-location/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" />
diff --git a/packages/astro/test/fixtures/error-non-error/src/env.d.ts b/packages/astro/test/fixtures/error-non-error/src/env.d.ts
deleted file mode 100644
index f964fe0cf..000000000
--- a/packages/astro/test/fixtures/error-non-error/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" />
diff --git a/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts b/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts
deleted file mode 100644
index f964fe0cf..000000000
--- a/packages/integrations/vercel/test/hosted/hosted-astro-project/src/env.d.ts
+++ /dev/null
@@ -1 +0,0 @@
-/// <reference types="astro/client" />