Skip to content

Commit

Permalink
Add Traceur docs to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizz committed Jan 16, 2017
1 parent 395dfb2 commit 789ad31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ babel.transform(input, {
});
```

### Traceur
[`snabbdom-pragma`](/Swizz/snabbdom-pragma) is fully tested for [Traceur](/google/traceur-compiler)
```js
traceur.compile(input, {
jsx: 'Snabbdom.createElement'
});
```

## Misc

- [`snabbdom-pragma`](/Swizz/snabbdom-pragma) follows the [Compatible Versioning: major.minor only](https://github.com/staltz/comver) convention.
Expand Down

0 comments on commit 789ad31

Please sign in to comment.