Skip to content

Commit 8cbfe09

Browse files
authored
docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip]
1 parent 3adfc0f commit 8cbfe09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ This repository employs a [monorepo](https://en.wikipedia.org/wiki/Monorepo) set
178178

179179
- `compiler-dom`: Compiler with additional plugins specifically targeting the browser.
180180

181+
- `compiler-sfc`: Lower level utilities for compiling Vue Single File Components.
182+
181183
- `compiler-ssr`: Compiler that produces render functions optimized for server-side rendering.
182184

183185
- `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.

0 commit comments

Comments
 (0)