better categorisation of transformers
This commit is contained in:
4
test/fixtures/transformation/misc-async-to-generator/options.json
vendored
Normal file
4
test/fixtures/transformation/misc-async-to-generator/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"noCheckAst": true,
|
||||
"optional": ["misc.asyncToGenerator"]
|
||||
}
|
||||
4
test/fixtures/transformation/misc-bluebird-coroutines/options.json
vendored
Normal file
4
test/fixtures/transformation/misc-bluebird-coroutines/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"optional": ["misc.bluebirdCoroutines"],
|
||||
"noCheckAst": true
|
||||
}
|
||||
4
test/fixtures/transformation/misc-self-contained/options.json
vendored
Normal file
4
test/fixtures/transformation/misc-self-contained/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"optional": ["misc.selfContained"],
|
||||
"experimental": true
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"noCheckAst": true,
|
||||
"optional": ["asyncToGenerator"]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"optional": ["bluebirdCoroutines"],
|
||||
"noCheckAst": true
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"optional": ["protoToAssign"]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"optional": ["selfContained"],
|
||||
"experimental": true
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"optional": ["typeofSymbol"]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"optional": ["undeclaredVariableCheck"]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"optional": ["undefinedToVoid"]
|
||||
}
|
||||
3
test/fixtures/transformation/spec-proto-to-assign/options.json
vendored
Normal file
3
test/fixtures/transformation/spec-proto-to-assign/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"optional": ["spec.protoToAssign"]
|
||||
}
|
||||
3
test/fixtures/transformation/spec-typeof-symbol/options.json
vendored
Normal file
3
test/fixtures/transformation/spec-typeof-symbol/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"optional": ["spec.typeofSymbol"]
|
||||
}
|
||||
3
test/fixtures/transformation/spec-undefined-to-void/options.json
vendored
Normal file
3
test/fixtures/transformation/spec-undefined-to-void/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"optional": ["spec.undefinedToVoid"]
|
||||
}
|
||||
3
test/fixtures/transformation/use-strict/illegal-this-root-call/options.json
vendored
Normal file
3
test/fixtures/transformation/use-strict/illegal-this-root-call/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
}
|
||||
3
test/fixtures/transformation/use-strict/illegal-this-root-declaration/options.json
vendored
Normal file
3
test/fixtures/transformation/use-strict/illegal-this-root-declaration/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
}
|
||||
3
test/fixtures/transformation/use-strict/illegal-this-root-reference/options.json
vendored
Normal file
3
test/fixtures/transformation/use-strict/illegal-this-root-reference/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Top level `this` is not allowed"
|
||||
}
|
||||
3
test/fixtures/transformation/validation-undeclared-variable-check/options.json
vendored
Normal file
3
test/fixtures/transformation/validation-undeclared-variable-check/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"optional": ["validation.undeclaredVariableCheck"]
|
||||
}
|
||||
Reference in New Issue
Block a user