first commit
This commit is contained in:
28
app_vue/node_modules/@vue/component-compiler-utils/lib/index.ts
generated
vendored
Normal file
28
app_vue/node_modules/@vue/component-compiler-utils/lib/index.ts
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
import { parse, SFCBlock, SFCCustomBlock, SFCDescriptor } from './parse'
|
||||
|
||||
import {
|
||||
compileTemplate,
|
||||
TemplateCompileOptions,
|
||||
TemplateCompileResult
|
||||
} from './compileTemplate'
|
||||
|
||||
import {
|
||||
compileStyle,
|
||||
compileStyleAsync,
|
||||
StyleCompileOptions,
|
||||
StyleCompileResults
|
||||
} from './compileStyle'
|
||||
|
||||
// API
|
||||
export { parse, compileTemplate, compileStyle, compileStyleAsync }
|
||||
|
||||
// types
|
||||
export {
|
||||
SFCBlock,
|
||||
SFCCustomBlock,
|
||||
SFCDescriptor,
|
||||
TemplateCompileOptions,
|
||||
TemplateCompileResult,
|
||||
StyleCompileOptions,
|
||||
StyleCompileResults
|
||||
}
|
Reference in New Issue
Block a user