SYMBOL INDEX (50 symbols across 16 files) FILE: examples/vue-cli/vue.config.cjs method chainWebpack (line 13) | chainWebpack(config) { FILE: jest.js function requireVueJest (line 3) | function requireVueJest() { method process (line 17) | async process(source, filename, ...args) { FILE: ref-macros.d.ts type RefValue (line 11) | type RefValue = T & { [RefMarker]?: any } type ComputedRefValue (line 14) | type ComputedRefValue = T & { [ComputedRefMarker]?: any } type WritableComputedRefValue (line 17) | type WritableComputedRefValue = T & { [WritableComputedRefMarker]?: a... type ToRawRefs (line 19) | type ToRawRefs = { FILE: rollup.config.mjs method onwarn (line 52) | onwarn({ code, message }) { FILE: scripts/postbuild.ts function run (line 5) | async function run() { FILE: src/core/identifiers.ts function getIdentifierDeclarations (line 12) | function getIdentifierDeclarations(nodes: Statement[]) { function getIdentifierUsages (line 39) | function getIdentifierUsages(node?: Expression | TSType | SpreadElement ... function getFileGlobals (line 110) | function getFileGlobals(result: ParseResult) { FILE: src/core/macros.ts constant DEFINE_PROPS (line 17) | const DEFINE_PROPS = 'defineProps' constant DEFINE_EMITS (line 18) | const DEFINE_EMITS = 'defineEmits' constant DEFINE_EXPOSE (line 19) | const DEFINE_EXPOSE = 'defineExpose' constant WITH_DEFAULTS (line 20) | const WITH_DEFAULTS = 'withDefaults' constant DEFINE_SLOTS (line 21) | const DEFINE_SLOTS = 'defineSlots' type PropTypeData (line 23) | interface PropTypeData { function applyMacros (line 29) | function applyMacros(nodes: Statement[]) { function isCallOf (line 319) | function isCallOf( function extractRuntimeProps (line 333) | function extractRuntimeProps( function inferRuntimeType (line 363) | function inferRuntimeType( FILE: src/core/options.ts function resolveOptions (line 3) | function resolveOptions(options: ScriptSetupTransformOptions = {}): Reso... FILE: src/core/parseSFC.ts constant BUILD_IN_DIRECTIVES (line 63) | const BUILD_IN_DIRECTIVES = new Set([ function getComponents (line 85) | function getComponents(node: TemplateChildNode): string[] { function getDirectiveNames (line 111) | function getDirectiveNames(node: TemplateChildNode): string[] { function getFreeVariablesForText (line 139) | function getFreeVariablesForText(input: string): string[] { function getFreeVariablesForPropsNode (line 144) | function getFreeVariablesForPropsNode( function getFreeVariablesForNode (line 155) | function getFreeVariablesForNode( function findReferencesForSFC (line 244) | function findReferencesForSFC( function getBabelParserOptions (line 259) | function getBabelParserOptions(lang: string | null | undefined) { function parseSFC (line 275) | async function parseSFC( FILE: src/core/transform.ts function shouldTransform (line 11) | function shouldTransform(code: string, id: string, options?: ScriptSetup... function transform (line 18) | async function transform(input: string, id: string, options?: ScriptSetu... function transformNonVue (line 28) | function transformNonVue(input: string, id: string, options: ResolvedOpt... function transformVue (line 39) | async function transformVue(input: string, id: string, options: Resolved... FILE: src/core/transformScriptSetup.ts function isAsyncImport (line 11) | function isAsyncImport(node: Statement) { function transformScriptSetup (line 26) | function transformScriptSetup( FILE: src/core/transformSfcRefSugar.ts function transformSfcRefSugar (line 6) | function transformSfcRefSugar(sfc: ParsedSFC, options: ResolvedOptions) { FILE: src/core/utils.ts function exhaustiveCheckReturnUndefined (line 7) | function exhaustiveCheckReturnUndefined(_param: never) { FILE: src/index.ts method transformInclude (line 17) | transformInclude(id) { method transform (line 20) | async transform(code, id) { FILE: src/nuxt.ts function scriptSetupModule (line 5) | function scriptSetupModule(this: any, inlineOptions: PluginOptions = {}) { FILE: src/types.ts type ScriptTagMeta (line 5) | interface ScriptTagMeta { type ParsedSFC (line 16) | interface ParsedSFC { type ScriptSetupTransformOptions (line 32) | interface ScriptSetupTransformOptions { type PluginOptions (line 43) | interface PluginOptions extends ScriptSetupTransformOptions { type ResolvedOptions (line 48) | type ResolvedOptions = Required type SourceMap (line 50) | interface SourceMap { type TransformResult (line 61) | type TransformResult = {