SYMBOL INDEX (18 symbols across 6 files) FILE: src/babel/preset.ts function replaceExtensionInImports (line 32) | function replaceExtensionInImports(opts: { types: typeof Types }): Plugi... FILE: src/cli.ts function main (line 13) | async function main(): Promise { function handleError (line 100) | function handleError(error: Error): void { FILE: src/index.ts type OptionContants (line 23) | type OptionContants = Record type InputOptions (line 25) | interface InputOptions { type NormalizedOptions (line 37) | interface NormalizedOptions { class VueCompile (line 48) | class VueCompile extends EventEmitter { method constructor (line 53) | constructor(options: InputOptions) { method normalizeOptions (line 78) | normalizeOptions(options: InputOptions): NormalizedOptions { method normalize (line 86) | async normalize(): Promise { method normalizeFile (line 106) | async normalizeFile(input: string, outFile: string): Promise { method normalizeDir (line 158) | async normalizeDir(input: string, outDir: string): Promise { method writeText (line 176) | async writeText( method writeBinary (line 243) | async writeBinary( FILE: src/style-compilers/sass.ts type SassRender (line 13) | type SassRender = ( FILE: src/types.ts type ScriptCompilerContext (line 1) | interface ScriptCompilerContext { FILE: src/utils.ts function escapeRe (line 11) | function escapeRe(str: string): string { function isDefined (line 54) | function isDefined(value: T | undefined | null): value is T {