diff options
author | 2024-08-28 00:00:46 +0800 | |
---|---|---|
committer | 2024-08-28 00:00:46 +0800 | |
commit | 9eccca53e324bf963fd94b5e0444651ade3f4f1d (patch) | |
tree | bc8afdf34c4cd829612ed4be331bd6195963ac93 | |
parent | ccce6d2061c4653d285a31164ac1b84073b73f31 (diff) | |
download | astro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.tar.gz astro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.tar.zst astro-9eccca53e324bf963fd94b5e0444651ade3f4f1d.zip |
Remove lingering env.d.ts files (#11852)
Diffstat (limited to '')
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" /> |