put experimental ES7 features behind a flag --experimental and experimental option
This commit is contained in:
3
test/fixtures/transformation/array-comprehension/options.json
vendored
Normal file
3
test/fixtures/transformation/array-comprehension/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"experimental": true
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"asyncExec": true
|
||||
"asyncExec": true,
|
||||
"experimental": true
|
||||
}
|
||||
|
||||
3
test/fixtures/transformation/generator-comprehension/options.json
vendored
Normal file
3
test/fixtures/transformation/generator-comprehension/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"experimental": true
|
||||
}
|
||||
Reference in New Issue
Block a user