🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
9
node_modules/@astrojs/language-server/dist/importPackage.d.ts
generated
vendored
Normal file
9
node_modules/@astrojs/language-server/dist/importPackage.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type * as svelte from '@astrojs/svelte/dist/editor.cjs';
|
||||
import type * as vue from '@astrojs/svelte/dist/editor.cjs';
|
||||
import type * as prettier from 'prettier';
|
||||
export declare function setIsTrusted(_isTrusted: boolean): void;
|
||||
export declare function getPackagePath(packageName: string, fromPath: string[]): string | undefined;
|
||||
export declare function importSvelteIntegration(fromPath: string): typeof svelte | undefined;
|
||||
export declare function importVueIntegration(fromPath: string): typeof vue | undefined;
|
||||
export declare function importPrettier(fromPath: string): typeof prettier;
|
||||
export declare function getPrettierPluginPath(fromPath: string): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue