diff options
Diffstat (limited to 'src/compiler/README.md')
-rw-r--r-- | src/compiler/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/README.md b/src/compiler/README.md new file mode 100644 index 000000000..bef440860 --- /dev/null +++ b/src/compiler/README.md @@ -0,0 +1,3 @@ +# `hmx/compiler` + +This directory is a fork of `svelte/compiler`. It is meant to stay as close to the original source as possible, so that upstream changes are easy to integrate. Everything svelte-specific and unrelated to parsing (compiler, preprocess, etc) has been removed.
\ No newline at end of file |