Fix function.sent parsing

This commit is contained in:
Justin Ridgewell
2017-07-07 23:14:20 -04:00
parent f09eb3200f
commit 62d313e753
31 changed files with 745 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
function foo() {
return function.sent;
}

View File

@@ -0,0 +1,4 @@
{
"plugins": ["functionSent"],
"throws": "Unexpected token, expected ( (2:17)"
}