update spec.typeofSymbol references to es6.symbols

This commit is contained in:
Sebastian McKenzie
2015-03-09 03:38:13 +11:00
parent d8fb7812f7
commit 97a21e4a34
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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")) {