rename dts to ts file (#3332)
* rename dts to ts file * Create new-carrots-cough.md * add back missing types
This commit is contained in:
parent
1acbcaba9e
commit
d04928e8f2
2 changed files with 8 additions and 3 deletions
5
.changeset/new-carrots-cough.md
Normal file
5
.changeset/new-carrots-cough.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"astro": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix an `import from '../core/build/types';` error
|
|
@ -7,9 +7,9 @@ import type {
|
||||||
ComponentInstance,
|
ComponentInstance,
|
||||||
SSRLoadedRenderer,
|
SSRLoadedRenderer,
|
||||||
} from '../../@types/astro';
|
} from '../../@types/astro';
|
||||||
import type { ViteConfigWithSSR } from '../../create-vite';
|
import type { LogOptions } from '../logger/core';
|
||||||
import type { LogOptions } from '../../logger';
|
import type { RouteCache } from '../render/route-cache';
|
||||||
import type { RouteCache } from '../../render/route-cache.js';
|
import type { ViteConfigWithSSR } from '../create-vite';
|
||||||
|
|
||||||
export type ComponentPath = string;
|
export type ComponentPath = string;
|
||||||
export type ViteID = string;
|
export type ViteID = string;
|
Loading…
Reference in a new issue