split up tdz into an optional transformer until it has a better implementation - fixes #527
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user