add Symbol/GetOwnPropertySymbols to traceur ignore tests

This commit is contained in:
Sebastian McKenzie
2015-11-08 05:42:05 -08:00
parent 59759f28bb
commit 5f8aa92ea3

View File

@@ -11,9 +11,10 @@ require("./_transformation-helper").run("traceur", {
],
ignoreTasks: [
// Node 0.10 doesn't like these
// Node 0.10 doesn't like these due to either V8 bugs or lack of core-js functionality
"Symbol/Object",
"Symbol/ObjectModel",
"Symbol/GetOwnPropertySymbols",
// TODO
"Yield/GeneratorSend",