rename misc transformers
This commit is contained in:
4
test/fixtures/transformation/async-to-generator/options.json
vendored
Normal file
4
test/fixtures/transformation/async-to-generator/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"noCheckAst": true,
|
||||
"optional": ["asyncToGenerator"]
|
||||
}
|
||||
4
test/fixtures/transformation/bluebird-coroutines/options.json
vendored
Normal file
4
test/fixtures/transformation/bluebird-coroutines/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"optional": ["bluebirdCoroutines"],
|
||||
"noCheckAst": true
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"noCheckAst": true,
|
||||
"optional": ["misc.asyncToGenerator"]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"optional": ["misc.bluebirdCoroutines"],
|
||||
"noCheckAst": true
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"optional": ["misc.selfContained"],
|
||||
"experimental": true
|
||||
}
|
||||
4
test/fixtures/transformation/self-contained/options.json
vendored
Normal file
4
test/fixtures/transformation/self-contained/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"optional": ["selfContained"],
|
||||
"experimental": true
|
||||
}
|
||||
Reference in New Issue
Block a user