tailCallReassignmentDeopt:"Function reference has been reassigned, so it will probably be dereferenced, therefore we can't optimise this with confidence",
classesIllegalBareSuper:"Illegal use of bare super",
classesIllegalSuperCall:"Direct super call is illegal in non-constructor, use super.$1() instead",
settersNoRest:"Setters aren't allowed to have a rest",
noAssignmentsInForHead:"No assignments allowed in for-in/of head",
expectedMemberExpressionOrIdentifier:"Expected type MemberExpression or Identifier",
invalidParentForThisNode:"We don't know how to handle this node within the current parent - please open an issue",
readOnly:"$1 is read-only",
unknownForHead:"Unknown node type $1 in ForStatement",
didYouMean:"Did you mean $1?",
codeGeneratorDeopt:"Note: The code generator has deoptimised the styling of $1 as it exceeds the max of $2.",
missingTemplatesDirectory:"no templates directory - this is most likely the result of a broken `npm publish`. Please report to https://github.com/babel/babel/issues",
unsupportedOutputType:"Unsupported output type $1",
illegalMethodName:"Illegal method name $1",
lostTrackNodePath:"We lost track of this node's position, likely because the AST was directly manipulated",
modulesIllegalExportName:"Illegal export $1",
modulesDuplicateDeclarations:"Duplicate module declarations with the same source but in different scopes",
undeclaredVariable:"Reference to undeclared variable $1",
undeclaredVariableType:"Referencing a type alias outside of a type annotation",
undeclaredVariableSuggestion:"Reference to undeclared variable $1 - did you mean $2?",
traverseNeedsParent:"You must pass a scope and parentPath unless traversing a Program/File. Instead of that you tried to traverse a $1 node without passing scope and parentPath.",
traverseVerifyRootFunction:"You passed `traverse()` a function when it expected a visitor object, are you sure you didn't mean `{ enter: Function }`?",
traverseVerifyVisitorProperty:"You passed `traverse()` a visitor object with the property $1 that has the invalid property $2",
traverseVerifyNodeType:"You gave us a visitor for the node type $1 but it's not a valid type",
pluginNotObject:"Plugin $2 specified in $1 was expected to return an object when invoked but returned $3",
pluginNotFunction:"Plugin $2 specified in $1 was expected to return a function but returned $3",
pluginUnknown:"Unknown plugin $1 specified in $2 at $3, attempted to resolve relative to $4",
pluginInvalidProperty:"Plugin $2 specified in $1 provided an invalid property of $3"