add optional runtime transformer to base compiler options

This commit is contained in:
Sebastian McKenzie 2015-09-15 06:20:54 +01:00
parent 11b1e39973
commit 75609f21d7

View File

@ -28,7 +28,7 @@
"stage": 0,
"loose": ["all"],
"blacklist": ["es6.tailCall"],
"optional": ["optimisation.flow.forOf", "bluebirdCoroutines"],
"optional": ["optimisation.flow.forOf", "bluebirdCoroutines", "runtime"],
"env": {
"test": {
"auxiliaryCommentBefore": "istanbul ignore next"