ScriptCompiler — vue Architecture
Analyzes and transforms script blocks, handling macros like defineProps
Entity Profile
Relationship Graph
Domain
Functions
- FunctionalHelloWorldComponent.render()
- actuallyCompile()
- analyzeBindingsFromOptions()
- analyzeScriptBindings()
- assertBothInstancesActive()
- assertCode()
- assertRootInstanceActive()
- b()
- canNeverBeRef()
- compile()
- compileScript()
- createErrorTestComponents()
- createTestInstance()
- cssVarsPlugin()
- default.data()
- e()
- expectType()
- extractEventNames()
- extractIdentifiers()
- extractRuntimeEmits()
- extractRuntimeProps()
- genCssVarsCode()
- genCssVarsFromList()
- genNormalScriptCssVarsCode()
- genRuntimeEmits()
- genVarName()
- getArrayExpressionKeys()
- getObjectExpressionKeys()
- getObjectOrArrayExpressionKeys()
- hasDefaultExport()
- hmrShouldReload()
- inferRuntimeType()
- invokeWithErrorHandling()
- isCallOf()
- isDataUrl()
- isExternalUrl()
- isFunctionType()
- isImportUsed()
- isInDestructureAssignment()
- isReferenced()
- isReferencedIdentifier()
- isSpaceCombinator()
- isStaticProperty()
- isStaticPropertyKey()
- less()
- lexBinding()
- markScopeIdentifier()
- mockRender()
- normalizeExpression()
- parse()
- parseComponent()
- parseCssVars()
- parseUriParts()
- plainType()
- plugin.install()
- prefixIdentifiers()
- preprocess()
- preprocess()
- processExp()
- processRule()
- recordType()
- registerBinding()
- renderToString()
- resolve()
- rewrite()
- rewriteDefault()
- rewriteSelector()
- sass()
- scopedPlugin()
- scss()
- source2()
- specifierEnd()
- stripStrings()
- styl()
- testMethods()
- testReification()
- testUnrefGenerics()
- toFn()
- toRuntimeTypeString()
- transform()
- transform()
- trimPlugin()
- urlToRequire()
- vm.data()
- walkArrayPattern()
- walkBlockDeclarations()
- walkDeclaration()
- walkFunctionParams()
- walkIdentifiers()
- walkObjectPattern()
- walkPattern()
- warn()
- warnOnce()
Frequently Asked Questions
What is the ScriptCompiler subdomain?
ScriptCompiler is a subdomain in the vue codebase, part of the CompilerSFC domain. Analyzes and transforms script blocks, handling macros like defineProps It contains 0 source files.
Which domain does ScriptCompiler belong to?
ScriptCompiler belongs to the CompilerSFC domain.
What functions are in ScriptCompiler?
The ScriptCompiler subdomain contains 93 function(s): FunctionalHelloWorldComponent.render, actuallyCompile, analyzeBindingsFromOptions, analyzeScriptBindings, assertBothInstancesActive, assertCode, assertRootInstanceActive, b, and 85 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free