add messages to make it easier to make error messages
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Line 2: MULTIPLIER is read-only"
|
||||
"throws": "Line 2: \"MULTIPLIER\" is read-only"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "illegal kind for constructor method"
|
||||
"throws": "Illegal kind for constructor method"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "a is read-only"
|
||||
"throws": "\"a\" is read-only"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "MULTIPLIER is read-only"
|
||||
"throws": "\"MULTIPLIER\" is read-only"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Duplicate declaration MULTIPLIER"
|
||||
"throws": "Duplicate declaration \"MULTIPLIER\""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Duplicate declaration MULTIPLIER"
|
||||
"throws": "Duplicate declaration \"MULTIPLIER\""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Duplicate declaration MULTIPLIER"
|
||||
"throws": "Duplicate declaration \"MULTIPLIER\""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "foo is read-only"
|
||||
"throws": "\"foo\" is read-only"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Unknown node type MemberExpression in ForOfStatement"
|
||||
"throws": "Unknown node type \"MemberExpression\" in ForStatement"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Illegal export __esModule - this is used internally for CommonJS interop"
|
||||
"throws": "Illegal export \"__esModule\""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "Illegal export __esModule - this is used internally for CommonJS interop"
|
||||
"throws": "Illegal export \"__esModule\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user