es6-transpiler doesn't do sourcemaps - closes 6to5/6to5.github.io#9

This commit is contained in:
Sebastian McKenzie 2015-01-06 22:34:17 +11:00
parent 7455b6d9b9
commit b6af2f826d

View File

@ -86,7 +86,7 @@ that when you turn it off and use your code in a full ES6 environment
| | 6to5 | Traceur | es6-transpiler | es6now | jstransform | | | 6to5 | Traceur | es6-transpiler | es6now | jstransform |
| ---------------------------- | ---- | ------- | -------------- | ------ | ----------- | | ---------------------------- | ---- | ------- | -------------- | ------ | ----------- |
| Source maps | ✓ | ✓ | | | ✓ | | Source maps | ✓ | ✓ | | | ✓ |
| No compiler global pollution | ✓ | | ✓ | | ✓ | | No compiler global pollution | ✓ | | ✓ | | ✓ |
| Optional runtime | ✓ | | ✓ | | ✓ | | Optional runtime | ✓ | | ✓ | | ✓ |
| Browser compiler | ✓ | ✓ | | | | | Browser compiler | ✓ | ✓ | | | |