add messages to make it easier to make error messages

This commit is contained in:
Sebastian McKenzie
2015-02-11 15:57:30 +11:00
parent 4ebd0a1e8a
commit a4932e0e0f
24 changed files with 98 additions and 41 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Line 2: MULTIPLIER is read-only"
"throws": "Line 2: \"MULTIPLIER\" is read-only"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "illegal kind for constructor method"
"throws": "Illegal kind for constructor method"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "a is read-only"
"throws": "\"a\" is read-only"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "MULTIPLIER is read-only"
"throws": "\"MULTIPLIER\" is read-only"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Duplicate declaration MULTIPLIER"
"throws": "Duplicate declaration \"MULTIPLIER\""
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Duplicate declaration MULTIPLIER"
"throws": "Duplicate declaration \"MULTIPLIER\""
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Duplicate declaration MULTIPLIER"
"throws": "Duplicate declaration \"MULTIPLIER\""
}

View File

@@ -1,3 +1,3 @@
{
"throws": "foo is read-only"
"throws": "\"foo\" is read-only"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Unknown node type MemberExpression in ForOfStatement"
"throws": "Unknown node type \"MemberExpression\" in ForStatement"
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Illegal export __esModule - this is used internally for CommonJS interop"
"throws": "Illegal export \"__esModule\""
}

View File

@@ -1,3 +1,3 @@
{
"throws": "Illegal export __esModule - this is used internally for CommonJS interop"
"throws": "Illegal export \"__esModule\""
}