bundler variable disambiguation

This commit is contained in:
Leo Horie 2016-05-20 22:38:10 -04:00
parent 2ca8fa6e66
commit e5391a1957
10 changed files with 75 additions and 542 deletions

View file

@ -4,6 +4,14 @@ Note: This branch is a sneak peek for the upcoming version 1.0. It's a rewrite f
This rewrite aims to fix longstanding API design issues, significantly improve performance, and clean up the codebase.
## Early Preview
You can install this via NPN using this command:
```
npm install lhorie/mithril.js#rewrite
```
## Status
Code still is in flux. Most notably, there's no promise polyfill yet and there are several use cases that still need to be polished. DO NOT USE IN PRODUCTION YET!