* Rephrase "assigning/binding to rvalue" error messages with context (#119) * Fix code style in parser/lval.js * istanbul ignore some unused branches in parser/lval.js * Fix code style again in parser/lval.js
This commit is contained in:
committed by
Henry Zhu
parent
650e33376a
commit
774e6b446b
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Assigning to rvalue (1:4)"
|
||||
"throws": "Invalid left-hand side in object destructuring pattern (1:4)"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Assigning to rvalue (1:5)"
|
||||
"throws": "Invalid left-hand side in object destructuring pattern (1:5)"
|
||||
}
|
||||
Reference in New Issue
Block a user