split up tdz into an optional transformer until it has a better implementation - fixes #527

This commit is contained in:
Sebastian McKenzie
2015-01-19 08:54:04 +11:00
parent ca41612109
commit 16b7ff972c
4 changed files with 52 additions and 46 deletions

View File

@@ -1,3 +1,4 @@
{
"throws": "Temporal dead zone - accessing a variable before it's initialized"
"throws": "Temporal dead zone - accessing a variable before it's initialized",
"optional": ["blockScopingTDZ"]
}