Skip to content

导出清单

本页用于快速检索 @vureact/compiler-core 当前对外导出。

函数

  1. defineConfig
  2. parseSFC
  3. parseOnlyScript
  4. parse
  5. transform
  6. generateComponent
  7. generateOnlyScript
  8. generate

  1. VuReact
  2. BaseCompiler
  3. FileCompiler
  4. Helper

配置/插件类型

  1. CompilerOptions
  2. PluginRegister
  3. ParserOptions
  4. TransformerOptions
  5. GeneratorOptions
  6. GeneratorResult

结果/单元类型

  1. ParseResult
  2. ReactIRDescriptor
  3. CompilationResult
  4. SFCCompilationResult
  5. ScriptCompilationResult
  6. CompilationUnit
  7. SFCUnit
  8. ScriptUnit
  9. AssetUnit

缓存相关

  1. CacheKey
  2. CacheMeta
  3. CacheList
  4. LoadedCache
  5. FileCacheMeta
  6. Vue2ReactCacheMeta
  7. CacheCheckResult
  8. FileMeta

参考入口

Released under the MIT License