Skip to content

Commit

Permalink
refactor(language-core): export VueEmbeddedCode (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj authored Apr 30, 2024
1 parent b42d3c8 commit 4611e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/language-core/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import type { CodeInformation, Segment } from '@volar/language-core';

export type { SFCParseResult } from '@vue/compiler-sfc';

export { VueEmbeddedCode };

export type RawVueCompilerOptions = Partial<Omit<VueCompilerOptions, 'target' | 'plugins'>> & {
target?: 'auto' | 2 | 2.7 | 3 | 3.3;
plugins?: string[];
Expand Down

0 comments on commit 4611e70

Please sign in to comment.