]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip]
authorJayFate <48240828+JayFate@users.noreply.github.com>
Mon, 17 Jan 2022 23:34:47 +0000 (07:34 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Jan 2022 23:34:47 +0000 (18:34 -0500)
.github/contributing.md

index 2b0995a1ef1835e1d17c82d1ed4d9a06929d90e9..773b942a51a0cb1d87a3de3cf2d304365c909b00 100644 (file)
@@ -178,6 +178,8 @@ This repository employs a [monorepo](https://en.wikipedia.org/wiki/Monorepo) set
 
 - `compiler-dom`: Compiler with additional plugins specifically targeting the browser.
 
+- `compiler-sfc`: Lower level utilities for compiling Vue Single File Components.
+
 - `compiler-ssr`: Compiler that produces render functions optimized for server-side rendering.
 
 - `template-explorer`: A development tool for debugging compiler output. You can run `nr dev template-explorer` and open its `index.html` to get a repl of template compilation based on current source code.