summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-03-02 12:14:42 +1100
committerSaivan <savian@me.com>2018-03-02 12:14:42 +1100
commit1582edb4236628fbc7875242f159c16283b769c2 (patch)
tree1d915c21fce7ce3997edaedd92f4f1a8d8968d9d /README.md
parent13cf84b716cd3e06330fa0ea6f077bbe7de0eb88 (diff)
downloadsvg.js-1582edb4236628fbc7875242f159c16283b769c2.tar.gz
svg.js-1582edb4236628fbc7875242f159c16283b769c2.zip
Implemented new transformations
This commit implements the new transformation model, but it also needs to modify a few tests to fit the new format. This is still a work in progress.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0d7fdf..ce9c65e 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,14 @@ However, because we were too nice to put you through the pain of always having t
This will only warn you about linting errors and give you useful feedback about possible errors you may have in your code (but this is no substitute for tests). Please make sure that **before making any pull requests**, you pass all of our tests and can build with `npm run build` first.
+> ⚠️⚠️⚠️ WARNING ⚠️⚠️⚠️
+> This library still uses es5, so if you do anything like using `let`, it will
+> probably break, and you probably won't be able to figure out why. This is
+> only a temporary trouble 🙃 We will fix it as soon as we can!
+>
+> The linter is ready for es6, but the build process is not, so if you get an
+> error and the linter says nothing; check for es6iness 😍
+
### Testing
This will set up everything. While you are working, you should make sure your changes pass all of our tests, so just run: