namespace all transformer keys with their type

This commit is contained in:
Sebastian McKenzie
2015-01-21 23:12:57 +11:00
parent f312026c23
commit 28fe45bd1d
14 changed files with 57 additions and 58 deletions

View File

@@ -1,3 +1,3 @@
{
"args": ["--whitelist", "arrowFunctions"]
"args": ["--whitelist", "es6.arrowFunctions"]
}

View File

@@ -1,3 +1,3 @@
{
"blacklist": ["arrowFunctions"]
"blacklist": ["es6.arrowFunctions"]
}

View File

@@ -1,3 +1,3 @@
{
"whitelist": ["arrowFunctions"]
"whitelist": ["es6.arrowFunctions"]
}

View File

@@ -1,3 +1,3 @@
{
"loose": ["classes"]
"loose": ["es6.classes"]
}

View File

@@ -1,3 +1,3 @@
{
"loose": ["forOf"]
"loose": ["es6.forOf"]
}

View File

@@ -1,3 +1,3 @@
{
"loose": ["properties.computed"]
"loose": ["es6.properties.computed"]
}

View File

@@ -1,3 +1,3 @@
{
"loose": ["templateLiterals"]
"loose": ["es6.templateLiterals"]
}