mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
4aecebae26
commit
6dc251334f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export interface ModuleNode {
|
||||||
} | null;
|
} | null;
|
||||||
ssrError: Error | null;
|
ssrError: Error | null;
|
||||||
importedModules: Set<ModuleNode>;
|
importedModules: Set<ModuleNode>;
|
||||||
importers: Set<ModuleNode>
|
importers: Set<ModuleNode>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ModuleInfo {
|
export interface ModuleInfo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue