update spec.typeofSymbol references to es6.symbols
This commit is contained in:
@@ -48,7 +48,7 @@ suite("kangax/compat-table", function () {
|
||||
code = transform(code, {
|
||||
filename: key,
|
||||
blacklist: ["strict"],
|
||||
optional: ["spec.typeofSymbol", "es6.blockScopingTDZ"]
|
||||
optional: ["es6.symbols", "es6.blockScopingTDZ"]
|
||||
}).code;
|
||||
|
||||
code = '"use strict";\n' + code;
|
||||
|
||||
@@ -90,7 +90,7 @@ require("./_transformation-helper")({
|
||||
"Syntax/StrictKeywords"
|
||||
]
|
||||
}, {
|
||||
optional: ["spec.typeofSymbol"],
|
||||
optional: ["es6.symbols"],
|
||||
experimental: true
|
||||
}, function (opts, task) {
|
||||
if (!_.contains(task.exec.loc, "module.js")) {
|
||||
|
||||
Reference in New Issue
Block a user