File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { createLanguageServicePlugin } from '@volar/typescript/lib/quickstart/createLanguageServicePlugin.js' ;
2
- import { createAssetLanguagePlugin } from './language-service/language .js' ;
2
+ import { createAssetLanguagePlugin } from './language-plugin .js' ;
3
3
import { getAssetPluginOptions } from './option.js' ;
4
4
5
5
export = createLanguageServicePlugin ( ( ts , info ) => {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import path from 'node:path';
2
2
import type { LanguagePlugin } from '@volar/language-core' ;
3
3
import type { } from '@volar/typescript' ;
4
4
import ts from 'typescript/lib/tsserverlibrary' ;
5
- import { getDtsContent } from '.. /dts' ;
6
- import type { AssetPluginOptions } from '.. /option' ;
5
+ import { getDtsContent } from './dts' ;
6
+ import type { AssetPluginOptions } from './option' ;
7
7
8
8
export function createAssetLanguagePlugin (
9
9
sys : ts . System ,
You can’t perform that action at this time.
0 commit comments