remove experimental option in favor of a stage option
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"experimental": true
|
||||
"stage": 0
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"experimental": true
|
||||
"stage": 0
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"experimental": true,
|
||||
"stage": 0,
|
||||
"blacklist": ["es6.tailCall"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"experimental": true
|
||||
"stage": 0
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"optional": ["runtime"],
|
||||
"experimental": true
|
||||
"stage": 0
|
||||
}
|
||||
|
||||
@@ -29,7 +29,6 @@ _.each(helper.get("generation"), function (testSuite) {
|
||||
var actualAst = parse({
|
||||
filename: actual.loc,
|
||||
nonStandard: true,
|
||||
experimental: true,
|
||||
strictMode: false,
|
||||
sourceType: "module",
|
||||
features: {
|
||||
|
||||
@@ -12,7 +12,7 @@ suite("regenerator", function () {
|
||||
setup(function () {
|
||||
require("../../register")({
|
||||
blacklist: ["strict"],
|
||||
experimental: true
|
||||
stage: 0
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ require("./_transformation-helper")({
|
||||
]
|
||||
}, {
|
||||
optional: ["es6.symbols"],
|
||||
experimental: true
|
||||
stage: 0
|
||||
}, function (opts, task) {
|
||||
if (!_.contains(task.exec.loc, "module.js")) {
|
||||
opts.blacklist = ["strict"];
|
||||
|
||||
Reference in New Issue
Block a user