better categorisation of transformers

This commit is contained in:
Sebastian McKenzie
2015-01-23 23:02:40 +11:00
parent c7e4213641
commit 063fec0ca6
96 changed files with 64 additions and 103 deletions

View File

@@ -0,0 +1,4 @@
{
"noCheckAst": true,
"optional": ["misc.asyncToGenerator"]
}

View File

@@ -0,0 +1,4 @@
{
"optional": ["misc.bluebirdCoroutines"],
"noCheckAst": true
}

View File

@@ -0,0 +1,4 @@
{
"optional": ["misc.selfContained"],
"experimental": true
}

View File

@@ -1,4 +0,0 @@
{
"noCheckAst": true,
"optional": ["asyncToGenerator"]
}

View File

@@ -1,4 +0,0 @@
{
"optional": ["bluebirdCoroutines"],
"noCheckAst": true
}

View File

@@ -1,3 +0,0 @@
{
"optional": ["protoToAssign"]
}

View File

@@ -1,4 +0,0 @@
{
"optional": ["selfContained"],
"experimental": true
}

View File

@@ -1,3 +0,0 @@
{
"optional": ["typeofSymbol"]
}

View File

@@ -1,3 +0,0 @@
{
"optional": ["undeclaredVariableCheck"]
}

View File

@@ -1,3 +0,0 @@
{
"optional": ["undefinedToVoid"]
}

View File

@@ -0,0 +1,3 @@
{
"optional": ["spec.protoToAssign"]
}

View File

@@ -0,0 +1,3 @@
{
"optional": ["spec.typeofSymbol"]
}

View File

@@ -0,0 +1,3 @@
{
"optional": ["spec.undefinedToVoid"]
}

View File

@@ -0,0 +1,3 @@
{
"throws": "Top level `this` is not allowed"
}

View File

@@ -0,0 +1,3 @@
{
"throws": "Top level `this` is not allowed"
}

View File

@@ -0,0 +1,3 @@
{
"throws": "Top level `this` is not allowed"
}

View File

@@ -0,0 +1,3 @@
{
"optional": ["validation.undeclaredVariableCheck"]
}