You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
452 B
13 lines
452 B
|
2 years ago
|
export * from './generators/template';
|
||
|
|
export * from './languageModule';
|
||
|
|
export * from './parsers/scriptSetupRanges';
|
||
|
|
export * from './plugins';
|
||
|
|
export * from './sourceFile';
|
||
|
|
export * from './types';
|
||
|
|
export * from './utils/ts';
|
||
|
|
export * from './utils/parseSfc';
|
||
|
|
export * as scriptRanges from './parsers/scriptRanges';
|
||
|
|
export * as sharedTypes from './utils/directorySharedTypes';
|
||
|
|
export * from '@volar/language-core';
|
||
|
|
export * from '@volar/source-map';
|